]> git.argeo.org Git - gpl/argeo-slc.git/commit
Introduce org.argeo.slc.lib.detached
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 22 Nov 2008 12:07:45 +0000 (12:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 22 Nov 2008 12:07:45 +0000 (12:07 +0000)
commit8235a54f85d7ff7ba23873c7612d50097ecdd809
tree4833dbc1a3796004513f46a481651bd595893701
parent8279efc2b92ba454b24ad4d06e7878b00836c07d
Introduce org.argeo.slc.lib.detached

git-svn-id: https://svn.argeo.org/slc/trunk@1850 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
68 files changed:
runtime/org.argeo.slc.lib.detached/.classpath [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/.project [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/build.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/pom.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/assembly/base.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/base/bin/slc [new file with mode: 0755]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/AntConstants.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/AntExecutionContext.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/AntRunner.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/AntSlcApplication.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/RemoveRootDirMapper.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/SlcExecutionBuildListener.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/deploy/SlcDeployTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/deploy/SlcManagerTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/deploy/package.html [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/detached/SlcDetachedTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/package.html [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/AbstractSpringTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/ListArg.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/MapArg.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/OverrideArg.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/SpringArg.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/SpringRegister.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/spring/package.html [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/structure/SAwareTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/structure/package.html [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/test/ParentContextType.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/test/SlcCloseTestResultTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/test/SlcReportTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/test/SlcTestTask.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/test/package.html [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/unit/AntSlcApplicationTestCase.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ant/unit/MinimalAntClasspathTestCase.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/cli/DefaultSlcRuntime.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/cli/SlcMain.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedTestData.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedTestDefinition.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedXmlConverterSpring.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/maven/MavenDeployEnvironment.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/maven/MavenFile.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/maven/MavenManager.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/maven/RemoteRepository.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ws/client/ValidatingClientInterceptor.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ws/client/WebServiceUtils.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ws/process/WebServiceSlcExecutionNotifier.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/ws/test/tree/WebServiceTreeTestResultNotifier.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/ant/defaultAppLog4j.properties [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/ant/taskdefs.properties [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/ant/typedefs.properties [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/cli/bootstrapLog4j.properties [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/lib/detached/castor.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/lib/detached/spring.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/support/deploy/ant/build.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/ws/client/spring/applicationContext.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/site/apt/index.apt [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/java/org/argeo/slc/ant/DummyObject.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/java/org/argeo/slc/ant/OverrideTest.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/java/org/argeo/slc/ant/SlcAntTest.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/java/org/argeo/slc/lib/detached/DetachedCastorTest.java [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/log4j.properties [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/ant/acOverride.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/ant/applicationContext.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/ant/build.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/ant/buildOverride.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/ant/nonDepContext.xml [new file with mode: 0644]
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/lib/detached/applicationContext.xml [new file with mode: 0644]