]> git.argeo.org Git - gpl/argeo-slc.git/commit - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/AbstractJschTask.java
Introduce revision build numbers
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 14 Jun 2009 21:23:54 +0000 (21:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 14 Jun 2009 21:23:54 +0000 (21:23 +0000)
commite7ddf0b3a271a2f22108ee5b9fba69888f5c78ec
tree22b41befc8fd1cea317dcb73ada4a9ca8854a98d
parent8695884efeb66c4bab1b268bc8a82099eaa61a57
Introduce revision build numbers
Introduce VBox Lib
Introduce SSH support

git-svn-id: https://svn.argeo.org/slc/trunk@2550 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
26 files changed:
demo/pom.xml
demo/site/pom.xml
pom.xml
runtime/org.argeo.slc.launcher/pom.xml
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DeployedSystem.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/Module.java [new file with mode: 0644]
runtime/org.argeo.slc.support.activemq/src/main/java/org/argeo/slc/jms/JmsAttachmentUploader.java
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/equinox/ExecutionCommandProvider.java
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiBundle.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionLauncher.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiRuntime.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/resources/META-INF/spring/manager.xml [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/main/resources/META-INF/spring/osgi.xml
runtime/org.argeo.slc.support.simple/pom.xml
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/MethodCall.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/AbstractJschTask.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/RemoteExec.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/ScpTo.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SimpleUserInfo.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SshTarget.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxManager.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxNat.java [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxPortMapping.java [new file with mode: 0644]
runtime/pom.xml