From: Bruno Sinou Date: Mon, 13 Dec 2010 15:54:44 +0000 (+0000) Subject: Add a Rap interface to handle SLC. X-Git-Tag: argeo-slc-2.1.7~1060 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=94028dc26172399fec0c7074c4a1ecd2d37bf05d;p=gpl%2Fargeo-slc.git Add a Rap interface to handle SLC. 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/slc/trunk@3976 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/plugins/org.argeo.slc.client.rap/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.rap/META-INF/MANIFEST.MF new file mode 100644 index 000000000..39e781093 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.client.rap/META-INF/MANIFEST.MF @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Rap Client for SLC +Bundle-SymbolicName: org.argeo.slc.client.rap;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.argeo.slc.client.rap.SlcClientRapPlugin +Bundle-Vendor: Argeo SASU +Require-Bundle: org.eclipse.rap.ui;resolution:=optional +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-ActivationPolicy: lazy +Import-Package: javax.servlet;version="2.4.0", + javax.servlet.http;version="2.4.0", + org.argeo.slc.client.ui.perspectives