+ refactor to separate runtime and module project under eclipse plugin.
authorBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:43:48 +0000 (16:43 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:43:48 +0000 (16:43 +0000)
+ 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@3882 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/archive.png [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/computer.png [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/error.gif [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/folder.png [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/passed.gif [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/processes.gif [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/system.png [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/pom.xml

diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/archive.png b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/archive.png
new file mode 100644 (file)
index 0000000..fb36f36
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/archive.png differ
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/computer.png b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/computer.png
new file mode 100644 (file)
index 0000000..ff64b84
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/computer.png differ
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/error.gif b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/error.gif
new file mode 100644 (file)
index 0000000..64b4384
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/error.gif differ
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/folder.png b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/folder.png
new file mode 100644 (file)
index 0000000..6937ed4
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/folder.png differ
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/passed.gif b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/passed.gif
new file mode 100644 (file)
index 0000000..23c97f0
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/passed.gif differ
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/processes.gif b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/processes.gif
new file mode 100644 (file)
index 0000000..364c0e7
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/processes.gif differ
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/system.png b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/system.png
new file mode 100644 (file)
index 0000000..71f44d0
Binary files /dev/null and b/eclipse/plugins/runtime/org.argeo.slc.client.commons/icons/system.png differ
index 6662d1fe0de9d58c323345366223748806a8f97e..ea011cfc39415e92c7f22402d7cc2ffa0977cb97 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc.eclipse</groupId>
-               <artifactId>runtime</artifactId>
+               <artifactId>plugins</artifactId>
                <version>0.13.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>