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

eclipse/plugins/runtime/pom.xml [new file with mode: 0644]

diff --git a/eclipse/plugins/runtime/pom.xml b/eclipse/plugins/runtime/pom.xml
new file mode 100644 (file)
index 0000000..b63fba8
--- /dev/null
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.slc.eclipse</groupId>
+               <artifactId>plugins</artifactId>
+               <version>0.13.0-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.slc.eclipse</groupId>
+       <artifactId>Runtime</artifactId>
+       <name>Argeo Eclipse plugins runtime</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>org.argeo.slc.client.commons</module>
+               <module>org.argeo.slc.client.oxm</module>
+               <module>org.argeo.slc.client.core</module>
+               <module>org.argeo.slc.client.ui</module>
+               <module>org.argeo.slc.client.rcp</module>
+       </modules>
+</project>