[jboss-cvs] JBossAS SVN: r90609 - in projects/spring-int/trunk/build: src/assembly and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 26 02:33:33 EDT 2009


Author: marius.bogoevici
Date: 2009-06-26 02:33:32 -0400 (Fri, 26 Jun 2009)
New Revision: 90609

Modified:
   projects/spring-int/trunk/build/pom.xml
   projects/spring-int/trunk/build/src/assembly/deployer.xml
Log:
Reorganizing the build in final form.

Modified: projects/spring-int/trunk/build/pom.xml
===================================================================
--- projects/spring-int/trunk/build/pom.xml	2009-06-26 04:38:07 UTC (rev 90608)
+++ projects/spring-int/trunk/build/pom.xml	2009-06-26 06:33:32 UTC (rev 90609)
@@ -13,6 +13,10 @@
   <url>http://www.jboss.com/products/jbossmc</url>
   <description>JBoss Spring Integration Distribution</description>
 
+  <properties>
+    <deployer.version>3.2</deployer.version>
+  </properties>
+
   <profiles>
     <profile>
       <id>dist</id>
@@ -50,7 +54,7 @@
                   <goal>single</goal>
                 </goals>
                 <configuration>
-                  <finalName>jboss-spring.deployer</finalName>
+                  <finalName>jboss-spring-${deployer.version}.deployer</finalName>
                   <appendAssemblyId>false</appendAssemblyId>
                   <descriptors>
                     <descriptor>${basedir}/src/assembly/deployer.xml</descriptor>
@@ -75,7 +79,7 @@
     <dependency>
       <groupId>org.jboss.spring-int</groupId>
       <artifactId>jboss-spring-int-weaving</artifactId>
-    </dependency> 
+    </dependency>
   </dependencies>
 
 </project>
\ No newline at end of file

Modified: projects/spring-int/trunk/build/src/assembly/deployer.xml
===================================================================
--- projects/spring-int/trunk/build/src/assembly/deployer.xml	2009-06-26 04:38:07 UTC (rev 90608)
+++ projects/spring-int/trunk/build/src/assembly/deployer.xml	2009-06-26 06:33:32 UTC (rev 90609)
@@ -18,6 +18,8 @@
       <useTransitiveDependencies>true</useTransitiveDependencies>
       <excludes>
         <exclude>org.springframework:spring-web:*</exclude>
+        <exclude>*:aopalliance:*</exclude>
+        <exclude>*:commons-logging:*</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>




More information about the jboss-cvs-commits mailing list