]> git.argeo.org Git - gpl/argeo-slc.git/commit
XML format for executions
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 11 Mar 2009 13:13:21 +0000 (13:13 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 11 Mar 2009 13:13:21 +0000 (13:13 +0000)
commit34e590f37109dd9ff9aa4e12af04ee98779aa9e1
treede958ad4e8fb5d17500e277e753d7890d4f881ea
parent5aa18045bcdd46992b9417f7864fec455e9fc979
XML format for executions

git-svn-id: https://svn.argeo.org/slc/trunk@2246 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
35 files changed:
org.argeo.slc/pom.xml
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/Deployment.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/Executable.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/Executable.java [deleted file]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/RealizedFlow.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecution.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionSpec.java [deleted file]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionSpecField.java [deleted file]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/ExecutableTestRun.java
runtime/org.argeo.slc.support.castor/pom.xml
runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml
runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java [new file with mode: 0644]
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java
runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionSpecCastorTest.java [deleted file]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java
runtime/org.argeo.slc.support.hibernate/pom.xml
runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/process/SlcExecutionSpec.hbm.xml [deleted file]
runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/spring/applicationContext.xml
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/AbstractExecutionValue.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlow.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/PrimitiveAccessor.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/PrimitiveSpecAttribute.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/PrimitiveValue.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/RefValue.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/Echo.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java [deleted file]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/unit/test/tree/TreeTestResultTestUtils.java [deleted file]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/unit/test/tree/UnitTestTreeUtil.java [deleted file]
runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/unit/execution/ExecutionFlowDescriptorTestUtils.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/unit/test/tree/TreeTestResultTestUtils.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/unit/test/tree/UnitTestTreeUtil.java [new file with mode: 0644]