]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Introduce Support JCR
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 15 Feb 2010 14:51:43 +0000 (14:51 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 15 Feb 2010 14:51:43 +0000 (14:51 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3351 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.jcr/.classpath [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/.project [new file with mode: 0644]

diff --git a/runtime/org.argeo.slc.support.jcr/.classpath b/runtime/org.argeo.slc.support.jcr/.classpath
new file mode 100644 (file)
index 0000000..b4bee87
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src/main/java"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/runtime/org.argeo.slc.support.jcr/.project b/runtime/org.argeo.slc.support.jcr/.project
new file mode 100644 (file)
index 0000000..ad3c4fa
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.support.jcr</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>