[jbpm-commits] JBoss JBPM SVN: r3937 - in jbpm4/trunk/modules/integration: jboss5 and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 19 04:03:15 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-19 04:03:15 -0500 (Thu, 19 Feb 2009)
New Revision: 3937

Modified:
   jbpm4/trunk/modules/integration/jboss5/integration-jboss5.iml
   jbpm4/trunk/modules/integration/jboss5/pom.xml
   jbpm4/trunk/modules/integration/pom.xml
   jbpm4/trunk/modules/integration/spi/integration-spi.iml
   jbpm4/trunk/modules/integration/spi/pom.xml
Log:
Fix module name

Modified: jbpm4/trunk/modules/integration/jboss5/integration-jboss5.iml
===================================================================
--- jbpm4/trunk/modules/integration/jboss5/integration-jboss5.iml	2009-02-19 09:02:57 UTC (rev 3936)
+++ jbpm4/trunk/modules/integration/jboss5/integration-jboss5.iml	2009-02-19 09:03:15 UTC (rev 3937)
@@ -10,7 +10,9 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="module" module-name="toplevel" exported="" />
+    <orderEntry type="module" module-name="integration-spi" exported="" />
     <orderEntry type="module" module-name="jpdl" exported="" />
+    <orderEntry type="module" module-name="pvm" exported="" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: org.jboss.identity:idm-spi:jar:1.0.0-SNAPSHOT:compile">
         <CLASSES>

Modified: jbpm4/trunk/modules/integration/jboss5/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/jboss5/pom.xml	2009-02-19 09:02:57 UTC (rev 3936)
+++ jbpm4/trunk/modules/integration/jboss5/pom.xml	2009-02-19 09:03:15 UTC (rev 3937)
@@ -2,7 +2,7 @@
 <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 jBPM - Integration JBoss 5</name>
+  <name>jBPM 4 - Integration JBoss 5</name>
   <description>JBoss jBPM - JBoss JBoss 5</description>
 
   <groupId>org.jbpm.jbpm4</groupId>
@@ -66,4 +66,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: jbpm4/trunk/modules/integration/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/pom.xml	2009-02-19 09:02:57 UTC (rev 3936)
+++ jbpm4/trunk/modules/integration/pom.xml	2009-02-19 09:03:15 UTC (rev 3937)
@@ -2,7 +2,7 @@
 <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 jBPM - Integration</name>
+  <name>jBPM 4 - Integration</name>
   <description>JBoss jBPM - Integration</description>
 
   <groupId>org.jbpm.jbpm4</groupId>

Modified: jbpm4/trunk/modules/integration/spi/integration-spi.iml
===================================================================
--- jbpm4/trunk/modules/integration/spi/integration-spi.iml	2009-02-19 09:02:57 UTC (rev 3936)
+++ jbpm4/trunk/modules/integration/spi/integration-spi.iml	2009-02-19 09:03:15 UTC (rev 3937)
@@ -9,8 +9,9 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="toplevel" />
-    <orderEntry type="module" module-name="jpdl" />
+    <orderEntry type="module" module-name="toplevel" exported="" />
+    <orderEntry type="module" module-name="jpdl" exported="" />
+    <orderEntry type="module" module-name="pvm" exported="" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: hsqldb:hsqldb:jar:1.8.0.7:test">
         <CLASSES>

Modified: jbpm4/trunk/modules/integration/spi/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/spi/pom.xml	2009-02-19 09:02:57 UTC (rev 3936)
+++ jbpm4/trunk/modules/integration/spi/pom.xml	2009-02-19 09:03:15 UTC (rev 3937)
@@ -2,7 +2,7 @@
 <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 jBPM - Integration SPI</name>
+  <name>jBPM 4 - Integration SPI</name>
   <description>JBoss jBPM - Integration SPI</description>
 
   <groupId>org.jbpm.jbpm4</groupId>
@@ -64,4 +64,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>




More information about the jbpm-commits mailing list