]> git.argeo.org Git - gpl/argeo-slc.git/commit
Adapt SlcExecution for RCP
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 20 Sep 2010 10:09:01 +0000 (10:09 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 20 Sep 2010 10:09:01 +0000 (10:09 +0000)
commit041d60f64b902ebc33f9ec817096dc913233eecd
tree20c729752afdf6de9e96811f74902aaa19f64851
parentd4278e24d7b32783990b585ed3e52a74174ec95b
Adapt SlcExecution for RCP

git-svn-id: https://svn.argeo.org/slc/trunk@3777 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
13 files changed:
eclipse/plugins/org.argeo.slc.client.rcp/META-INF/MANIFEST.MF
eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp-osgi.xml
eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml
eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF
eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/controllers.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/osgi.xml
eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/views.xml
eclipse/plugins/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/controllers/ProcessController.java [new file with mode: 0644]
eclipse/plugins/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/views/ExecutionModulesView.java
modules/agent/org.argeo.slc.agent/META-INF/spring/agent.xml
modules/agent/org.argeo.slc.agent/META-INF/spring/osgi.xml
runtime/org.argeo.slc.server/src/main/java/org/argeo/slc/services/impl/SlcExecutionServiceAdapter.java [new file with mode: 0644]
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionNotifier.java