Add a Rap interface to handle SLC.
authorBruno Sinou <bsinou@argeo.org>
Mon, 13 Dec 2010 15:52:58 +0000 (15:52 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 13 Dec 2010 15:52:58 +0000 (15:52 +0000)
Now, everything is launched in the same VM: the slc server, the web server and the rap part.

git-svn-id: https://svn.argeo.org/commons/trunk@3973 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF

index 17e18488c6c274c73ed59fb40caeee6356d0ce9a..e5bf7d6630fc9b76cda06cc979a053c65d4796bb 100644 (file)
@@ -5,12 +5,14 @@ Bundle-SymbolicName: org.argeo.eclipse.ui
 Bundle-Version: 0.2.2.SNAPSHOT
 Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin
 Bundle-Vendor: Argeo
-Require-Bundle: org.eclipse.ui,
+Require-Bundle: org.eclipse.ui;resolution:=optional,
+ org.eclipse.rap.ui;resolution:=optional,
  org.eclipse.core.runtime,
  org.springframework.osgi.extender;bundle-version="1.2.1"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ActivationPolicy: lazy
 Import-Package: org.apache.commons.logging;version="1.1.1",
+ org.eclipse.ui.plugin,
  org.springframework.beans.factory;version="2.5.6.SEC01",
  org.springframework.context;version="2.5.6.SEC01",
  org.springframework.core.io.support;version="2.5.6.SEC01"