[jbpm-commits] JBoss JBPM SVN: r3813 - in projects/gwt-console/trunk: plugin-api and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 9 09:56:37 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-09 09:56:37 -0500 (Mon, 09 Feb 2009)
New Revision: 3813

Added:
   projects/gwt-console/trunk/plugin-api/
   projects/gwt-console/trunk/plugin-api/pom.xml
Removed:
   projects/gwt-console/trunk/plugin-api/pom.xml
   projects/gwt-console/trunk/plugin/
Modified:
   projects/gwt-console/trunk/plugin-example/pom.xml
   projects/gwt-console/trunk/pom.xml
   projects/gwt-console/trunk/war/pom.xml
Log:
Rename module 'plugin' to 'plugin-api'

Copied: projects/gwt-console/trunk/plugin-api (from rev 3811, projects/gwt-console/trunk/plugin)

Deleted: projects/gwt-console/trunk/plugin-api/pom.xml
===================================================================
--- projects/gwt-console/trunk/plugin/pom.xml	2009-02-09 14:06:18 UTC (rev 3811)
+++ projects/gwt-console/trunk/plugin-api/pom.xml	2009-02-09 14:56:37 UTC (rev 3813)
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>JBoss jBPM3 - GWT Console (Plugin-API)</name>
-  <groupId>org.jbpm.jbpm3</groupId>
-  <artifactId>gwt-console-plugin</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jbpm.jbpm3</groupId>
-    <artifactId>gwt-console-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <properties>
-    <jaxb.version>2.1</jaxb.version>
-  </properties>
-  <!--  Dependencies -->
-  <dependencies>
-
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console-rpc</artifactId>
-      <version>${version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.xml.bind</groupId>
-      <artifactId>jaxb-api</artifactId>
-      <version>${jaxb.version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>com.google.gwt</groupId>
-      <artifactId>gwt-user</artifactId>
-      <version>${gwt.version}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>com.gwtext</groupId>
-      <artifactId>gwtext</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>com.google.code.gwt-log</groupId>
-      <artifactId>gwt-log</artifactId>
-    </dependency>
-
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <showDeprecation>true</showDeprecation>
-          <showWarnings>true</showWarnings>
-          <optimize>true</optimize>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <manifest>
-              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-            </manifest>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>

Copied: projects/gwt-console/trunk/plugin-api/pom.xml (from rev 3812, projects/gwt-console/trunk/plugin/pom.xml)
===================================================================
--- projects/gwt-console/trunk/plugin-api/pom.xml	                        (rev 0)
+++ projects/gwt-console/trunk/plugin-api/pom.xml	2009-02-09 14:56:37 UTC (rev 3813)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <name>JBoss BPM - GWT Console (Plugin-API)</name>
+  <groupId>org.jboss.bpm</groupId>
+  <artifactId>gwt-console-plugin-api</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.bpm</groupId>
+    <artifactId>gwt-console-parent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <properties>
+    <jaxb.version>2.1</jaxb.version>
+  </properties>
+  <!--  Dependencies -->
+  <dependencies>
+
+    <dependency>
+      <groupId>org.jboss.bpm</groupId>
+      <artifactId>gwt-console-rpc</artifactId>
+      <version>${version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>${jaxb.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.google.gwt</groupId>
+      <artifactId>gwt-user</artifactId>
+      <version>${gwt.version}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>com.gwtext</groupId>
+      <artifactId>gwtext</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>com.google.code.gwt-log</groupId>
+      <artifactId>gwt-log</artifactId>
+    </dependency>
+
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: projects/gwt-console/trunk/plugin-example/pom.xml
===================================================================
--- projects/gwt-console/trunk/plugin-example/pom.xml	2009-02-09 14:49:25 UTC (rev 3812)
+++ projects/gwt-console/trunk/plugin-example/pom.xml	2009-02-09 14:56:37 UTC (rev 3813)
@@ -31,7 +31,7 @@
 
     <dependency>
       <groupId>org.jboss.bpm</groupId>
-      <artifactId>gwt-console-plugin</artifactId>
+      <artifactId>gwt-console-plugin-api</artifactId>
       <version>${version}</version>
     </dependency>
 

Modified: projects/gwt-console/trunk/pom.xml
===================================================================
--- projects/gwt-console/trunk/pom.xml	2009-02-09 14:49:25 UTC (rev 3812)
+++ projects/gwt-console/trunk/pom.xml	2009-02-09 14:56:37 UTC (rev 3813)
@@ -38,7 +38,7 @@
       <module>server-integration</module>
       <module>server</module>
       <module>war</module>
-      <module>plugin/</module>
+      <module>plugin-api/</module>
       <module>plugin-example</module>
    </modules>
 

Modified: projects/gwt-console/trunk/war/pom.xml
===================================================================
--- projects/gwt-console/trunk/war/pom.xml	2009-02-09 14:49:25 UTC (rev 3812)
+++ projects/gwt-console/trunk/war/pom.xml	2009-02-09 14:56:37 UTC (rev 3813)
@@ -30,13 +30,13 @@
 
     <dependency>
       <groupId>org.jboss.bpm</groupId>
-      <artifactId>gwt-console-plugin</artifactId>
+      <artifactId>gwt-console-plugin-api</artifactId>
       <version>${version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.jboss.bpm</groupId>
-      <artifactId>gwt-console-plugin</artifactId>
+      <artifactId>gwt-console-plugin-api</artifactId>
       <classifier>sources</classifier>
       <version>${version}</version>
     </dependency>




More information about the jbpm-commits mailing list