[jboss-cvs] JBossAS SVN: r90274 - in projects/spring-int/trunk: deployers and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 16 17:31:05 EDT 2009


Author: marius.bogoevici
Date: 2009-06-16 17:31:05 -0400 (Tue, 16 Jun 2009)
New Revision: 90274

Modified:
   projects/spring-int/trunk/build/src/assembly/dist-with-deps.xml
   projects/spring-int/trunk/build/src/assembly/dist.xml
   projects/spring-int/trunk/deployers/pom.xml
Log:
More configuration fixes.

Modified: projects/spring-int/trunk/build/src/assembly/dist-with-deps.xml
===================================================================
--- projects/spring-int/trunk/build/src/assembly/dist-with-deps.xml	2009-06-16 21:01:56 UTC (rev 90273)
+++ projects/spring-int/trunk/build/src/assembly/dist-with-deps.xml	2009-06-16 21:31:05 UTC (rev 90274)
@@ -6,7 +6,7 @@
   <fileSets>
     <fileSet>
       <directory>../deployers/target/</directory>
-      <outputDirectory>/dist/deployer</outputDirectory>
+      <outputDirectory>/deployer</outputDirectory>
       <includes>
         <include>*.zip</include>
       </includes>
@@ -14,11 +14,8 @@
   </fileSets>
   <dependencySets>
     <dependencySet>
-      <outputDirectory>/dist/lib</outputDirectory>
+      <outputDirectory>/lib</outputDirectory>
       <useTransitiveDependencies>true</useTransitiveDependencies>
-      <excludes>
-        <exclude>org.jboss.spring-int:jboss-spring-int-deployers:*</exclude>
-      </excludes>
     </dependencySet>
   </dependencySets>
 </assembly>

Modified: projects/spring-int/trunk/build/src/assembly/dist.xml
===================================================================
--- projects/spring-int/trunk/build/src/assembly/dist.xml	2009-06-16 21:01:56 UTC (rev 90273)
+++ projects/spring-int/trunk/build/src/assembly/dist.xml	2009-06-16 21:31:05 UTC (rev 90274)
@@ -5,7 +5,7 @@
   <fileSets>
     <fileSet>
       <directory>../deployers/target/</directory>
-      <outputDirectory>/dist/deployer</outputDirectory>
+      <outputDirectory>/deployer</outputDirectory>
       <includes>
         <include>*.zip</include>
       </includes>
@@ -13,11 +13,8 @@
   </fileSets>
   <dependencySets>
     <dependencySet>
-      <outputDirectory>/dist/lib</outputDirectory>
+      <outputDirectory>/lib</outputDirectory>
       <useTransitiveDependencies>false</useTransitiveDependencies>
-      <excludes>
-        <exclude>org.jboss.spring-int:jboss-spring-int-deployers:*</exclude>
-      </excludes>
     </dependencySet>
   </dependencySets>
 </assembly>

Modified: projects/spring-int/trunk/deployers/pom.xml
===================================================================
--- projects/spring-int/trunk/deployers/pom.xml	2009-06-16 21:01:56 UTC (rev 90273)
+++ projects/spring-int/trunk/deployers/pom.xml	2009-06-16 21:31:05 UTC (rev 90274)
@@ -32,6 +32,7 @@
             <phase>package</phase>
             <goals>
               <goal>single</goal>
+
             </goals>
             <configuration>
               <finalName>jboss-spring.deployer</finalName>




More information about the jboss-cvs-commits mailing list