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

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Thu Jul 30 09:17:43 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-07-30 09:17:43 -0400 (Thu, 30 Jul 2009)
New Revision: 714

Added:
   bpm-console/trunk/console/pom.xml
Log:
added console/pom.xml

Added: bpm-console/trunk/console/pom.xml
===================================================================
--- bpm-console/trunk/console/pom.xml	                        (rev 0)
+++ bpm-console/trunk/console/pom.xml	2009-07-30 13:17:43 UTC (rev 714)
@@ -0,0 +1,22 @@
+<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 - Console Framework(GUI)</name>
+  <groupId>org.jboss.bpm</groupId>
+  <artifactId>gwt-console-assembly</artifactId>
+  <packaging>pom</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.bpm</groupId>
+    <artifactId>gwt-console-parent</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <modules>
+    <module>war</module>    
+  </modules>
+</project>



More information about the overlord-commits mailing list