]> git.argeo.org Git - gpl/argeo-slc.git/commit
Move SLC Execution to runtime
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 21 Feb 2009 13:03:28 +0000 (13:03 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 21 Feb 2009 13:03:28 +0000 (13:03 +0000)
commitdfdce3de968e09ed7d4cf443a6bfcbc9c5e819f2
tree2b5889bce847f17aa69fc572ca31e0349ef02d97
parent33122e01c6b859f48efddac34aae642e609c4388
Move SLC Execution to runtime

git-svn-id: https://svn.argeo.org/slc/trunk@2159 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
35 files changed:
runtime/org.argeo.slc.execution/.classpath [new file with mode: 0644]
runtime/org.argeo.slc.execution/.project [new file with mode: 0644]
runtime/org.argeo.slc.execution/.springBeans [new file with mode: 0644]
runtime/org.argeo.slc.execution/pom.xml [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/AbstractSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ConsoleContextDescriber.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ContextDescriber.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/EfLauncher.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionAspect.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionContext.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFinishedEvent.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFlow.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFlowFactory.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionParameterPostProcessor.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionRegister.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionScope.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionSpec.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionTargetSource.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/Executor.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/InstantiationPostProcessor.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/NewExecutionEvent.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/RefSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/SimpleExecutionFlow.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/SimpleExecutionSpec.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/SimpleSpecAttribute.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/tasks/Echo.java [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/BasicExecutionFlow.groovy [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/basic.xml [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/common.xml [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/main.xml [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/slc.properties [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/test.xml [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/testCases/basic-001.xml [new file with mode: 0644]
runtime/org.argeo.slc.execution/src/slc/conf/testCases/basic-002.xml [new file with mode: 0644]