From ba7808e44681e3e6d42a708946db171018defcc0 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 8 Nov 2010 15:47:56 +0000 Subject: [PATCH] + refactor to separate runtime and module project under eclipse plugin. + add some pom to prepare the deployment + clean client rcp & ui project (change src & target folder) git-svn-id: https://svn.argeo.org/slc/trunk@3863 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../META-INF/spring/client-osgi.xml | 15 ++++++++++++++ .../META-INF/spring/client.xml | 20 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client.xml diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml b/eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml new file mode 100644 index 000000000..37c9091f4 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client.xml b/eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client.xml new file mode 100644 index 000000000..ab0f40886 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/META-INF/spring/client.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + -- 2.39.2