Move Castor support to legacy
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 5 Sep 2012 08:50:33 +0000 (08:50 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 5 Sep 2012 08:50:33 +0000 (08:50 +0000)
commit41fd475a3fc32148851affb6979ab8aa2d3c2959
treede455ee3cc9d2947f268654761b131e7eec53350
parentc1cadd631138302ddd6700aa2eb7376eb657002d
Move Castor support to legacy

git-svn-id: https://svn.argeo.org/slc/trunk@5552 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
63 files changed:
legacy/runtime/org.argeo.slc.support.castor/.classpath [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/.project [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/build.properties [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/pom.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/site/apt/index.apt [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/resources/log4j.properties [new file with mode: 0644]
legacy/runtime/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml [new file with mode: 0644]
runtime/org.argeo.slc.support.castor/.classpath [deleted file]
runtime/org.argeo.slc.support.castor/.project [deleted file]
runtime/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs [deleted file]
runtime/org.argeo.slc.support.castor/build.properties [deleted file]
runtime/org.argeo.slc.support.castor/pom.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java [deleted file]
runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java [deleted file]
runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java [deleted file]
runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java [deleted file]
runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml [deleted file]
runtime/org.argeo.slc.support.castor/src/site/apt/index.apt [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java [deleted file]
runtime/org.argeo.slc.support.castor/src/test/resources/log4j.properties [deleted file]
runtime/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml [deleted file]
runtime/pom.xml