]> git.argeo.org Git - gpl/argeo-slc.git/commit
First slc execution JCR mapping
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 21 Feb 2010 18:07:18 +0000 (18:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 21 Feb 2010 18:07:18 +0000 (18:07 +0000)
commit47b34fc00752153d82ffd442a6ef13f1ae4843f0
treed3ca0052b09bf2044eb4bae196814432f260342f
parentf0b67f42081947fedad55db4e86124bc3223f154
First slc execution JCR mapping

git-svn-id: https://svn.argeo.org/slc/trunk@3374 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
runtime/org.argeo.slc.support.jcr/.classpath
runtime/org.argeo.slc.support.jcr/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/build.properties [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcr.java [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/process/SlcExecutionDaoJcr.java [deleted file]
runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/dao/mapping.xml [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcrTest.java [new file with mode: 0644]
runtime/org.argeo.slc.support.jcr/src/test/resources/org/argeo/slc/jcr/dao/applicationContext.xml [new file with mode: 0644]