[jbpm-commits] JBoss JBPM SVN: r3751 - in jbpm4/trunk/modules/enterprise: scripts and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 3 11:27:49 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-03 11:27:49 -0500 (Tue, 03 Feb 2009)
New Revision: 3751

Removed:
   jbpm4/trunk/modules/enterprise/scripts/assembly-config.xml
Modified:
   jbpm4/trunk/modules/enterprise/pom.xml
Log:
*-ds.xml has been moved to jdpl-config.jar

Modified: jbpm4/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/pom.xml	2009-02-03 13:19:30 UTC (rev 3750)
+++ jbpm4/trunk/modules/enterprise/pom.xml	2009-02-03 16:27:49 UTC (rev 3751)
@@ -88,21 +88,7 @@
                 <descriptor>scripts/assembly-test-dependencies.xml</descriptor>
               </descriptors>
             </configuration>
-          </execution>
-          <execution>
-            <id>assembly-enterprise-config</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <finalName>${project.build.finalName}</finalName>
-              <appendAssemblyId>true</appendAssemblyId>
-              <descriptors>
-                <descriptor>scripts/assembly-config.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
+          </execution>         
         </executions>
       </plugin>
 

Deleted: jbpm4/trunk/modules/enterprise/scripts/assembly-config.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/scripts/assembly-config.xml	2009-02-03 13:19:30 UTC (rev 3750)
+++ jbpm4/trunk/modules/enterprise/scripts/assembly-config.xml	2009-02-03 16:27:49 UTC (rev 3751)
@@ -1,17 +0,0 @@
-<assembly 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/xsd/assembly-1.1.0-SNAPSHOT.xsd">
-  <id>config</id>
-  <formats>
-    <format>jar</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <directory>${project.build.outputDirectory}</directory>
-      <outputDirectory>/</outputDirectory>
-      <includes>
-        <include>jbpm-*-ds.xml</include>        
-      </includes>
-    </fileSet>
-  </fileSets>
-</assembly>
\ No newline at end of file




More information about the jbpm-commits mailing list