[seam-commits] Seam SVN: r14535 - in branches/enterprise/WFK_2_0_PRE/distribution: src/main/assembly and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 6 13:51:21 EDT 2012


Author: manaRH
Date: 2012-04-06 13:51:20 -0400 (Fri, 06 Apr 2012)
New Revision: 14535

Modified:
   branches/enterprise/WFK_2_0_PRE/distribution/pom.xml
   branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml
Log:
fixed distribution assembly after removed modules

Modified: branches/enterprise/WFK_2_0_PRE/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/pom.xml	2012-04-06 15:33:47 UTC (rev 14534)
+++ branches/enterprise/WFK_2_0_PRE/distribution/pom.xml	2012-04-06 17:51:20 UTC (rev 14535)
@@ -115,20 +115,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
-			<artifactId>jboss-seam-rss</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.seam</groupId>
-			<artifactId>jboss-seam-wicket</artifactId>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.jboss.seam</groupId>
-			<artifactId>seam-reference-guide</artifactId>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam-debug</artifactId>
 			<classifier>sources</classifier>
 			<version>${project.version}</version>
@@ -183,25 +169,12 @@
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
-			<artifactId>jboss-seam-rss</artifactId>
-			<version>${project.version}</version>
-			<classifier>sources</classifier>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam-ui</artifactId>
 			<version>${project.version}</version>
 			<classifier>sources</classifier>
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
-			<artifactId>jboss-seam-wicket</artifactId>
-			<version>${project.version}</version>
-			<classifier>sources</classifier>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam-ui</artifactId>
 			<version>${project.version}</version>
 			<classifier>javadoc</classifier>
@@ -232,32 +205,7 @@
             <artifactId>jboss-seam-gen</artifactId>
             <version>${project.version}</version>
         </dependency>
-
 		<dependency>
-			<groupId>org.jboss.seam</groupId>
-			<artifactId>jboss-embedded-bootstrap</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.jboss.seam.embedded</groupId>
-			<artifactId>jboss-embedded-all</artifactId>
-			<version>${version.jbossembedded}</version>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.jboss.seam.embedded</groupId>
-			<artifactId>hibernate-all</artifactId>
-			<version>${version.jbossembedded}</version>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.jboss.seam.embedded</groupId>
-			<artifactId>thirdparty-all</artifactId>
-			<version>${version.jbossembedded}</version>
-		</dependency>
-		
-		<dependency>
             <groupId>org.jboss.seam</groupId>
             <artifactId>functional-tests</artifactId>
             <version>${project.version}</version>

Modified: branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml	2012-04-06 15:33:47 UTC (rev 14534)
+++ branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml	2012-04-06 17:51:20 UTC (rev 14535)
@@ -88,7 +88,7 @@
    <dependencySets>
    
    <!-- some extra things Embedded bootstrap, extras etc. -->
-   	<dependencySet>
+<!--   	<dependencySet>
    		<outputDirectory>.</outputDirectory>
    		<useProjectArtifact>false</useProjectArtifact>
    		<includes>
@@ -109,7 +109,7 @@
    		</unpackOptions>
    		<outputFileNameMapping>${artifact.artifactId}</outputFileNameMapping>
    	</dependencySet>
-   	
+   	-->
    <!-- Add necessary sources jars -->
       <dependencySet>
          <outputDirectory>lib/src</outputDirectory>
@@ -137,13 +137,10 @@
             <include>org.jboss.seam:jboss-seam-excel:jar</include>
             <include>org.jboss.seam:jboss-seam-pdf:jar</include>
             <include>org.jboss.seam:jboss-seam-mail:jar</include>
-            <include>org.jboss.seam:jboss-seam-rss:jar</include>
             <include>org.jboss.seam:jboss-seam-resteasy:jar</include>
-            <include>org.jboss.seam:jboss-seam-wicket:jar</include>
             <include>org.jboss.seam:jboss-seam-remoting:jar</include>
             <include>org.jboss.seam:jboss-seam-flex:jar</include>
             <include>org.jboss.seam:jboss-seam-ioc:jar</include>
-            <include>org.jboss.seam.embedded:jboss-embedded-api:jar</include>
          </includes>
          <excludes>
             <exclude>*:*:ejb:sources</exclude>
@@ -227,7 +224,7 @@
          </includes>
       </dependencySet>
       
-      <dependencySet>
+<!--      <dependencySet>
          <outputDirectory>lib/test</outputDirectory>
          <useProjectArtifact>false</useProjectArtifact>
          <includes>
@@ -237,8 +234,8 @@
          </includes>
          <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       </dependencySet>
-      
-      <!-- Pull in docbook artifacts -->
+    -->  
+      <!-- Pull in docbook artifacts 
       <dependencySet>
          <outputDirectory>doc/reference/</outputDirectory>
          <unpack>true</unpack>
@@ -252,7 +249,7 @@
             </excludes>
          </unpackOptions>
          <outputFileNameMapping>${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
-      </dependencySet>
+      </dependencySet>-->
       
       <!-- Add necessary javadoc jars -->
       <dependencySet>



More information about the seam-commits mailing list