From 4ecbc08a0c791946a03423343da16a0016f84b78 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 15 Sep 2009 09:34:34 +0000 Subject: [PATCH] Introduce Security MVC git-svn-id: https://svn.argeo.org/commons/trunk@2914 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../runtime/org.argeo.security.mvc/.classpath | 5 +++++ .../runtime/org.argeo.security.mvc/.project | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 security/runtime/org.argeo.security.mvc/.classpath create mode 100644 security/runtime/org.argeo.security.mvc/.project diff --git a/security/runtime/org.argeo.security.mvc/.classpath b/security/runtime/org.argeo.security.mvc/.classpath new file mode 100644 index 000000000..4b8a57718 --- /dev/null +++ b/security/runtime/org.argeo.security.mvc/.classpath @@ -0,0 +1,5 @@ + + + + + diff --git a/security/runtime/org.argeo.security.mvc/.project b/security/runtime/org.argeo.security.mvc/.project new file mode 100644 index 000000000..c4c83afa4 --- /dev/null +++ b/security/runtime/org.argeo.security.mvc/.project @@ -0,0 +1,17 @@ + + + org.argeo.security.mvc + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + -- 2.30.2