[jbpm-commits] JBoss JBPM SVN: r3303 - in jbpm3/trunk/modules/distribution: src/main/resources/installer and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 9 17:04:57 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-09 17:04:57 -0500 (Tue, 09 Dec 2008)
New Revision: 3303

Modified:
   jbpm3/trunk/modules/distribution/pom.xml
   jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
Log:
Fix dependency on enterprise sources

Modified: jbpm3/trunk/modules/distribution/pom.xml
===================================================================
--- jbpm3/trunk/modules/distribution/pom.xml	2008-12-09 21:48:46 UTC (rev 3302)
+++ jbpm3/trunk/modules/distribution/pom.xml	2008-12-09 22:04:57 UTC (rev 3303)
@@ -171,7 +171,7 @@
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-enterprise-beans</artifactId>
+      <artifactId>jbpm-enterprise</artifactId>
       <classifier>sources</classifier>
       <version>${version}</version>
     </dependency>
@@ -188,10 +188,10 @@
       <artifactId>ant</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.eclipse.birt</groupId>
-        <artifactId>report-engine</artifactId>
-        <type>zip</type>
-      </dependency>
+      <groupId>org.eclipse.birt</groupId>
+      <artifactId>report-engine</artifactId>
+      <type>zip</type>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-12-09 21:48:46 UTC (rev 3302)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-12-09 22:04:57 UTC (rev 3303)
@@ -168,7 +168,7 @@
       <fileset dir="@{deploy.artifacts.dir}/src" targetdir="$INSTALL_PATH/src" override="true">
         <include name="jsf-console-sources.jar" />
         <include name="jbpm-jpdl-sources.jar" />
-        <include name="jbpm-enterprise-beans-sources.jar" />
+        <include name="jbpm-enterprise-sources.jar" />
         <include name="jbpm-identity-sources.jar" />
       </fileset>
     </pack>




More information about the jbpm-commits mailing list