Complete implementation of flow namespace + unit tests
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 15 Jan 2010 11:12:14 +0000 (11:12 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 15 Jan 2010 11:12:14 +0000 (11:12 +0000)
commitbb58cdb33cceffa06b72bc191e63022b9a739d14
treed8075121e11f91def038a9854ab6cd9666428db8
parent31d3f0e2c2f8ac0833293ec0c34164e1005038a0
Complete implementation of flow namespace + unit tests

git-svn-id: https://svn.argeo.org/slc/trunk@3288 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
14 files changed:
runtime/org.argeo.slc.core/.classpath
runtime/org.argeo.slc.core/.settings/org.eclipse.pde.core.prefs
runtime/org.argeo.slc.core/build.properties [new file with mode: 0644]
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/FlowBeanDefinitionParser.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/FlowNamespaceHandler.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/NamespaceUtils.java [new file with mode: 0644]
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/ParamDecorator.java [new file with mode: 0644]
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/SpecBeanDefinitionParser.java
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/xml/slc-flow-0.12.xsd
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/xml/FlowNamespaceTest.java [new file with mode: 0644]
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/canonic-ns-001.xml [new file with mode: 0644]
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/canonic-ns-002.xml [new file with mode: 0644]
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/canonic-ns.xml [new file with mode: 0644]
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/tests.xml [new file with mode: 0644]