From 6491d1381c3f11d7b177f1ddab62ac06294fb019 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 8 Nov 2010 15:46:08 +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@3860 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.slc.client.agent/.project | 22 ++++++++++ .../build.properties | 1 + .../org.argeo.slc.client.agent/pom.xml | 39 ++++++++++++++++++ .../target/classes/META-INF/MANIFEST.MF | 8 ++++ .../classes/META-INF/spring/client-osgi.xml | 15 +++++++ .../target/classes/META-INF/spring/client.xml | 20 +++++++++ .../target/maven-archiver/pom.properties | 5 +++ ...c.client.agent-0.13.0-SNAPSHOT-sources.jar | Bin 0 -> 1309 bytes ...argeo.slc.client.agent-0.13.0-SNAPSHOT.jar | Bin 0 -> 2899 bytes 9 files changed, 110 insertions(+) create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/.project create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/build.properties create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/pom.xml create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/MANIFEST.MF create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/spring/client-osgi.xml create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/spring/client.xml create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/target/maven-archiver/pom.properties create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/target/org.argeo.slc.client.agent-0.13.0-SNAPSHOT-sources.jar create mode 100644 eclipse/plugins/modules/org.argeo.slc.client.agent/target/org.argeo.slc.client.agent-0.13.0-SNAPSHOT.jar diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/.project b/eclipse/plugins/modules/org.argeo.slc.client.agent/.project new file mode 100644 index 000000000..ea10bad43 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/.project @@ -0,0 +1,22 @@ + + + org.argeo.slc.client.agent + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/build.properties b/eclipse/plugins/modules/org.argeo.slc.client.agent/build.properties new file mode 100644 index 000000000..5f22cdd44 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/build.properties @@ -0,0 +1 @@ +bin.includes = META-INF/ diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/pom.xml b/eclipse/plugins/modules/org.argeo.slc.client.agent/pom.xml new file mode 100644 index 000000000..014dd7b00 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + + org.argeo.slc.eclipse + plugins + 0.13.0-SNAPSHOT + .. + + org.argeo.slc.client.agent + SLC Client Agent + jar + + + + org.argeo.slc.eclipse + org.argeo.slc.client.ui + ${project.version} + + + + org.eclipse.ui + org.eclipse.ui + + + org.eclipse.core + org.eclipse.core.runtime + + + org.eclipse.swt + org.eclipse.swt.gtk.linux.x86_64 + + + org.eclipse.swt + org.eclipse.swt.gtk.linux.x86 + + + + diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/MANIFEST.MF b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 000000000..68a86a0f2 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Agent +Bundle-SymbolicName: org.argeo.slc.client.agent +Bundle-Version: 1.0.0.qualifier +Import-Package: org.argeo.slc.core.runtime, + org.argeo.slc.execution;version="0.13.0.SNAPSHOT-r3770", + org.argeo.slc.runtime;version="0.13.0.SNAPSHOT-r3770" diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/spring/client-osgi.xml b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/spring/client-osgi.xml new file mode 100644 index 000000000..37c9091f4 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/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/target/classes/META-INF/spring/client.xml b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/spring/client.xml new file mode 100644 index 000000000..ab0f40886 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/classes/META-INF/spring/client.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/target/maven-archiver/pom.properties b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/maven-archiver/pom.properties new file mode 100644 index 000000000..17528d750 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Mon Nov 08 13:40:30 CET 2010 +version=0.13.0-SNAPSHOT +groupId=org.argeo.slc.eclipse +artifactId=org.argeo.slc.client.agent diff --git a/eclipse/plugins/modules/org.argeo.slc.client.agent/target/org.argeo.slc.client.agent-0.13.0-SNAPSHOT-sources.jar b/eclipse/plugins/modules/org.argeo.slc.client.agent/target/org.argeo.slc.client.agent-0.13.0-SNAPSHOT-sources.jar new file mode 100644 index 0000000000000000000000000000000000000000..21805d9d6d5c22d4ceb7514b16856d3d3aaee790 GIT binary patch literal 1309 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 literal 0 HcmV?d00001 -- 2.39.2