[seam-commits] Seam SVN: r14809 - in branches/enterprise/WFK-2_0/distribution: src/main/assembly and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 30 06:30:39 EDT 2012


Author: manaRH
Date: 2012-05-30 06:30:38 -0400 (Wed, 30 May 2012)
New Revision: 14809

Modified:
   branches/enterprise/WFK-2_0/distribution/pom.xml
   branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml
Log:
fixed distribution assembly only zip archives and removed functional-tests dependency

Modified: branches/enterprise/WFK-2_0/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/pom.xml	2012-05-30 10:30:17 UTC (rev 14808)
+++ branches/enterprise/WFK-2_0/distribution/pom.xml	2012-05-30 10:30:38 UTC (rev 14809)
@@ -207,11 +207,6 @@
             <version>${project.version}</version>
         </dependency>
 
-		<dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>functional-tests</artifactId>
-            <version>${project.version}</version>
-        </dependency>
 	
        <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml	2012-05-30 10:30:17 UTC (rev 14808)
+++ branches/enterprise/WFK-2_0/distribution/src/main/assembly/dist.xml	2012-05-30 10:30:38 UTC (rev 14809)
@@ -3,11 +3,9 @@
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.2 http://maven.apache.org/xsd/assembly-2.2.xsd">
 
-   <id>dist</id>
+   <id>bin</id>
    <formats>
-<!--        <format>dir</format> -->
        <format>zip</format>
-       <format>tar.gz</format>
    </formats>
    <includeBaseDirectory>true</includeBaseDirectory>   
    



More information about the seam-commits mailing list