Initial commit :

Base business core classes for User and Role management.
Probably a lot more to be added to these, but I can't get to think to anything else for now.
This commit is contained in:
2007-12-11 23:22:55 +00:00
parent 122b46b3bc
commit 1792b20be0
15 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#Tue Dec 11 22:09:32 CET 2007
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5