]> git.argeo.org Git - gpl/argeo-slc.git/commit
Rename to support equinox
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2009 14:12:44 +0000 (14:12 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2009 14:12:44 +0000 (14:12 +0000)
commit1f0b304d0a789fff4fec7005a59dedaa40a0b61d
tree84dc12739d016264a3b1d88ef76f2c19d095d9f7
parent1b19cac6a92c31d9119fc2986e7aaf3df98b2393
Rename to support equinox

git-svn-id: https://svn.argeo.org/slc/trunk@2175 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
22 files changed:
runtime/org.argeo.slc.execution/.classpath [deleted file]
runtime/org.argeo.slc.execution/.project [deleted file]
runtime/org.argeo.slc.execution/.springBeans [deleted file]
runtime/org.argeo.slc.execution/pom.xml [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/equinox/ExecutionCommandProvider.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/EfLauncher.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/ExecutionTargetSource.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/old/TestLaunch.java [deleted file]
runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/osgi/OsgiExecutionModule.java [deleted file]
runtime/org.argeo.slc.execution/src/main/resources/META-INF/spring/osgi.xml [deleted file]
runtime/org.argeo.slc.support.equinox/.classpath [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/.project [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/.springBeans [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/pom.xml [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/equinox/ExecutionCommandProvider.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/EfLauncher.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionTargetSource.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/TestLaunch.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionModule.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/resources/META-INF/spring/osgi.xml [new file with mode: 0644]