[jboss-cvs] JBossAS SVN: r68505 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 21 07:05:49 EST 2007


Author: alesj
Date: 2007-12-21 07:05:49 -0500 (Fri, 21 Dec 2007)
New Revision: 68505

Modified:
   trunk/build/build.xml
Log:
Include Spring-int in the build.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-12-21 11:49:26 UTC (rev 68504)
+++ trunk/build/build.xml	2007-12-21 12:05:49 UTC (rev 68505)
@@ -146,11 +146,12 @@
                           profileservice,
                           connector,
                           management,
-			              ejb3,
+			                 ejb3,
                           tomcat,
-			              webservices,
+			                 webservices,
                           hibernate-int,
-                          console
+                          console,
+                          spring-int
                           "/>
       </group>
 
@@ -678,7 +679,6 @@
     <!--   Spring     -->
     <!-- ============ -->
 
-<!--
   <target name="_module-spring-int-most">
          <ant antfile="build-distr.xml" target="_module-spring-int-most"/>
   </target>
@@ -686,7 +686,6 @@
   <target name="_module-spring-int-all" depends="_module-spring-int-most">
      <ant antfile="build-distr.xml" target="_module-spring-int-all"/>
   </target>
--->
 
   <target name="thirdparty">
      <ant antfile="build-distr.xml" target="thirdparty"/>




More information about the jboss-cvs-commits mailing list