]> git.argeo.org Git - gpl/argeo-slc.git/commit
Restructure execution packages
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2009 14:10:23 +0000 (14:10 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2009 14:10:23 +0000 (14:10 +0000)
commit1b19cac6a92c31d9119fc2986e7aaf3df98b2393
treeaa1e9cb418ed2bcbbc3bea7292f07c1f40a420cd
parent618d5c6b4736835ce6b727f2644debc20d00158d
Restructure execution packages

git-svn-id: https://svn.argeo.org/slc/trunk@2174 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
79 files changed:
demo/org.argeo.slc.demo.basic/src/main/resources/conf/basic.xml
demo/org.argeo.slc.demo.basic/src/main/resources/conf/common.xml
demo/org.argeo.slc.demo.basic/src/main/resources/conf/imports.xml
demo/org.argeo.slc.demo.basic/src/main/resources/conf/main.xml
demo/org.argeo.slc.demo.manager/pom.xml
demo/org.argeo.slc.demo.manager/src/main/resources/conf/manager.xml
org.argeo.slc.detached.launcher/slc-detached/equinoxConfiguration/org.eclipse.osgi/.manager/.fileTable.1 [new file with mode: 0644]
org.argeo.slc.detached.launcher/slc-detached/equinoxConfiguration/org.eclipse.osgi/.manager/.fileTable.2 [new file with mode: 0644]
org.argeo.slc.detached.launcher/slc-detached/equinoxConfiguration/org.eclipse.osgi/.manager/.fileTableLock [new file with mode: 0644]
org.argeo.slc/pom.xml
runtime/org.argeo.slc.execution/pom.xml
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/equinox/ExecutionCommandProvider.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/AbstractSpecAttribute.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/AbstractSpringExecutionModule.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ConsoleContextDescriber.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ContextDescriber.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/EfLauncher.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionAspect.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionCommandProvider.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionContext.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFinishedEvent.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFlow.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFlowFactory.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionModule.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionModuleDescriptor.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionParameterPostProcessor.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionScope.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionSpec.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionTargetSource.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/Executor.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/InstantiationPostProcessor.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ModulesManager.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/NewExecutionEvent.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/OsgiExecutionModule.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/RefSpecAttribute.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/SimpleExecutionFlow.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/SimpleExecutionSpec.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/SimpleSpecAttribute.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/TestLaunch.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/EfLauncher.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/ExecutionTargetSource.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/TestLaunch.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/tasks/Echo.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/osgi/OsgiExecutionModule.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/resources/META-INF/spring/osgi.xml
runtime/org.argeo.slc.execution/src/main/resources/org/argeo/slc/execution/spring.xml [deleted file]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModuleDescriptor.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/IncompatibleTestDataException.java
runtime/org.argeo.slc.support.activemq/pom.xml
runtime/org.argeo.slc.support.castor/pom.xml
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml
runtime/org.argeo.slc.support.simple/pom.xml
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/AbstractSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/AbstractSpringExecutionModule.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ConsoleContextDescriber.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ContextDescriber.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionAspect.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionContext.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionFinishedEvent.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionParameterPostProcessor.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionScope.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/Executor.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/InstantiationPostProcessor.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ModulesManager.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/NewExecutionEvent.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/RefSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/SimpleExecutionFlow.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/SimpleExecutionSpec.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/SimpleSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/Echo.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/resources/org/argeo/slc/core/execution/spring.xml [new file with mode: 0644]