[overlord-commits] Overlord SVN: r706 - in bpm-console/trunk: bpm and 6 other directories.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Thu Jul 30 06:03:32 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-07-30 06:03:32 -0400 (Thu, 30 Jul 2009)
New Revision: 706

Added:
   bpm-console/trunk/workspace/common/
   bpm-console/trunk/workspace/common/pom.xml
   bpm-console/trunk/workspace/common/src/
Removed:
   bpm-console/trunk/common/
   bpm-console/trunk/workspace/common/pom.xml
   bpm-console/trunk/workspace/common/src/
Modified:
   bpm-console/trunk/bpm/gui/pom.xml
   bpm-console/trunk/bpm/pom.xml
   bpm-console/trunk/bpm/rpc/pom.xml
   bpm-console/trunk/bpm/server/pom.xml
   bpm-console/trunk/pom.xml
   bpm-console/trunk/workspace/pom.xml
   bpm-console/trunk/workspace/workspace-api/pom.xml
Log:
Refactor build, part 1.4

Modified: bpm-console/trunk/bpm/gui/pom.xml
===================================================================
--- bpm-console/trunk/bpm/gui/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/bpm/gui/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -11,7 +11,7 @@
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.bpm</groupId>
-    <artifactId>gwt-console-parent</artifactId>
+    <artifactId>gwt-console-bpm-contrib</artifactId>
     <version>1.0.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>

Modified: bpm-console/trunk/bpm/pom.xml
===================================================================
--- bpm-console/trunk/bpm/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/bpm/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -23,4 +23,12 @@
     <module>rpc</module>
     <module>server</module>
   </modules>
+
+  <dependencies>
+    <!--dependency>
+      <groupId>org.jboss.bpm</groupId>
+      <artifactId>gwt-console-workspace-api</artifactId>
+      <version>${version}</version>
+    </dependency-->
+  </dependencies>
 </project>

Modified: bpm-console/trunk/bpm/rpc/pom.xml
===================================================================
--- bpm-console/trunk/bpm/rpc/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/bpm/rpc/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -11,7 +11,7 @@
    <!-- Parent -->
    <parent>
       <groupId>org.jboss.bpm</groupId>
-      <artifactId>gwt-console-parent</artifactId>
+      <artifactId>gwt-console-bpm-contrib</artifactId>
       <version>1.0.1-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>

Modified: bpm-console/trunk/bpm/server/pom.xml
===================================================================
--- bpm-console/trunk/bpm/server/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/bpm/server/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -2,22 +2,22 @@
          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 (Server)</name>
-   <groupId>org.jboss.bpm</groupId>
-   <artifactId>gwt-console-servermodule</artifactId>
-   <packaging>pom</packaging>
+  <modelVersion>4.0.0</modelVersion>
+  <name>JBoss BPM - GWT Console (Server)</name>
+  <groupId>org.jboss.bpm</groupId>
+  <artifactId>gwt-console-servermodule</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>
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.bpm</groupId>
+    <artifactId>gwt-console-bpm-contrib</artifactId>
+    <version>1.0.1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
 
-   <modules>
-	<module>server-core</module>
-	<module>server-integration</module>
-   </modules>
+  <modules>
+    <module>server-core</module>
+    <module>server-integration</module>
+  </modules>
 </project>

Modified: bpm-console/trunk/pom.xml
===================================================================
--- bpm-console/trunk/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -52,8 +52,7 @@
   <modules>
     <module>workspace</module>
     <module>bpm</module>
-    <module>sam</module>
-    <module>common</module>
+    <module>sam</module>    
   </modules>
 
   <dependencyManagement>

Copied: bpm-console/trunk/workspace/common (from rev 700, bpm-console/trunk/common)

Deleted: bpm-console/trunk/workspace/common/pom.xml
===================================================================
--- bpm-console/trunk/common/pom.xml	2009-07-30 09:38:27 UTC (rev 700)
+++ bpm-console/trunk/workspace/common/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -1,63 +0,0 @@
-<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 (Common)</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>gwt-console-common</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>gwt-console-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.resteasy</groupId>
-      <artifactId>resteasy-jaxrs</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.servlet</groupId>
-          <artifactId>servlet-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>javax.activation</groupId>
-          <artifactId>activation</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>commons-httpclient</groupId>
-          <artifactId>commons-httpclient</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>javax.mail</groupId>
-          <artifactId>mail</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>tjws</groupId>
-          <artifactId>webserver</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.xml.bind</groupId>
-          <artifactId>jaxb-impl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>javax.xml.bind</groupId>
-          <artifactId>jaxb-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>javax.xml.stream</groupId>
-          <artifactId>stax-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>com.google.code.gson</groupId>
-      <artifactId>gson</artifactId>
-    </dependency>
-  </dependencies>
-</project>

Copied: bpm-console/trunk/workspace/common/pom.xml (from rev 705, bpm-console/trunk/common/pom.xml)
===================================================================
--- bpm-console/trunk/workspace/common/pom.xml	                        (rev 0)
+++ bpm-console/trunk/workspace/common/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -0,0 +1,63 @@
+<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 (Common)</name>
+  <groupId>org.jboss.bpm</groupId>
+  <artifactId>gwt-console-common</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.bpm</groupId>
+    <artifactId>gwt-console-workspace</artifactId>
+    <version>1.0.1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.resteasy</groupId>
+      <artifactId>resteasy-jaxrs</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.activation</groupId>
+          <artifactId>activation</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-httpclient</groupId>
+          <artifactId>commons-httpclient</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.mail</groupId>
+          <artifactId>mail</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>tjws</groupId>
+          <artifactId>webserver</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.xml.bind</groupId>
+          <artifactId>jaxb-impl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.xml.bind</groupId>
+          <artifactId>jaxb-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.xml.stream</groupId>
+          <artifactId>stax-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Copied: bpm-console/trunk/workspace/common/src (from rev 705, bpm-console/trunk/common/src)

Modified: bpm-console/trunk/workspace/pom.xml
===================================================================
--- bpm-console/trunk/workspace/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/workspace/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -19,6 +19,7 @@
 
 
   <modules>
-    <module>workspace-api</module>    
+    <module>workspace-api</module>
+    <module>common</module>
   </modules>
 </project>

Modified: bpm-console/trunk/workspace/workspace-api/pom.xml
===================================================================
--- bpm-console/trunk/workspace/workspace-api/pom.xml	2009-07-30 09:51:12 UTC (rev 705)
+++ bpm-console/trunk/workspace/workspace-api/pom.xml	2009-07-30 10:03:32 UTC (rev 706)
@@ -9,7 +9,7 @@
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.bpm</groupId>
-    <artifactId>gwt-console-guimodule</artifactId>
+    <artifactId>gwt-console-workspace</artifactId>
     <version>1.0.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>



More information about the overlord-commits mailing list