[overlord-commits] Overlord SVN: r704 - bpm-console/trunk/bpm.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Thu Jul 30 05:45:18 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-07-30 05:45:18 -0400 (Thu, 30 Jul 2009)
New Revision: 704

Added:
   bpm-console/trunk/bpm/pom.xml
Log:
Refactor build, part 1.2

Added: bpm-console/trunk/bpm/pom.xml
===================================================================
--- bpm-console/trunk/bpm/pom.xml	                        (rev 0)
+++ bpm-console/trunk/bpm/pom.xml	2009-07-30 09:45:18 UTC (rev 704)
@@ -0,0 +1,26 @@
+<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>
+  <name>JBoss BPM - GWT Console (GUI Profiles)</name>
+  <groupId>org.jboss.bpm</groupId>
+  <artifactId>gwt-console-bpm-contrib</artifactId>
+  <packaging>pom</packaging>
+
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.bpm</groupId>
+    <artifactId>gwt-console-parent</artifactId>
+    <version>1.0.1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+
+  <modules>
+    <module>gui</module>
+    <module>rpc</module>
+    <module>server</module>
+  </modules>
+</project>



More information about the overlord-commits mailing list