Introduce Security MVC
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 15 Sep 2009 09:34:34 +0000 (09:34 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 15 Sep 2009 09:34:34 +0000 (09:34 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2914 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/runtime/org.argeo.security.mvc/.classpath [new file with mode: 0644]
security/runtime/org.argeo.security.mvc/.project [new file with mode: 0644]

diff --git a/security/runtime/org.argeo.security.mvc/.classpath b/security/runtime/org.argeo.security.mvc/.classpath
new file mode 100644 (file)
index 0000000..4b8a577
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/security/runtime/org.argeo.security.mvc/.project b/security/runtime/org.argeo.security.mvc/.project
new file mode 100644 (file)
index 0000000..c4c83af
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.security.mvc</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>