From ece0080c25704631943e01bb441f38f9bbcf74b2 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 13 Dec 2010 15:55:35 +0000 Subject: [PATCH] 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@3977 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.slc.client.rap/build.properties | 5 + .../org.argeo.slc.client.rap/plugin.xml | 64 +++++ .../slc-client-rap.product | 228 ++++++++++++++++++ 3 files changed, 297 insertions(+) create mode 100644 eclipse/plugins/org.argeo.slc.client.rap/build.properties create mode 100644 eclipse/plugins/org.argeo.slc.client.rap/plugin.xml create mode 100644 eclipse/plugins/org.argeo.slc.client.rap/slc-client-rap.product diff --git a/eclipse/plugins/org.argeo.slc.client.rap/build.properties b/eclipse/plugins/org.argeo.slc.client.rap/build.properties new file mode 100644 index 000000000..5dd830c83 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.client.rap/build.properties @@ -0,0 +1,5 @@ +source.. = src/main/java/ +output.. = target/classes/ +bin.includes = plugin.xml,\ + META-INF/,\ + . diff --git a/eclipse/plugins/org.argeo.slc.client.rap/plugin.xml b/eclipse/plugins/org.argeo.slc.client.rap/plugin.xml new file mode 100644 index 000000000..429884d34 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.client.rap/plugin.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse/plugins/org.argeo.slc.client.rap/slc-client-rap.product b/eclipse/plugins/org.argeo.slc.client.rap/slc-client-rap.product new file mode 100644 index 000000000..d2d5e3d48 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.client.rap/slc-client-rap.product @@ -0,0 +1,228 @@ + + + + + + + + + + -console + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2