[jboss-cvs] JBossAS SVN: r91826 - in trunk: build and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 30 07:11:40 EDT 2009


Author: pgier
Date: 2009-07-30 07:11:40 -0400 (Thu, 30 Jul 2009)
New Revision: 91826

Modified:
   trunk/build/pom.xml
   trunk/pom.xml
   trunk/testsuite/build.xml
Log:
[JBBUILD-539] Add testsuite module back, change dist build pom to not inherit antrun config.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2009-07-30 10:50:20 UTC (rev 91825)
+++ trunk/build/pom.xml	2009-07-30 11:11:40 UTC (rev 91826)
@@ -467,6 +467,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <id>build-dist</id>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-07-30 10:50:20 UTC (rev 91825)
+++ trunk/pom.xml	2009-07-30 11:11:40 UTC (rev 91826)
@@ -493,7 +493,7 @@
         <module>spring-int</module>
         <module>client</module>
         <module>build</module>
-        <!--<module>testsuite</module>-->
+        <module>testsuite</module>
       </modules>
     </profile>
     

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-07-30 10:50:20 UTC (rev 91825)
+++ trunk/testsuite/build.xml	2009-07-30 11:11:40 UTC (rev 91826)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE project [
-   <!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">
    <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
 ]>
 
@@ -105,12 +104,6 @@
    <property name="module.Name" value="JBoss Testsuite"/>
    <property name="module.version" value="DEV"/>
 
-   <!-- ========= -->
-   <!-- Libraries -->
-   <!-- ========= -->
-
-   <!-- &libraries; -->
-
   <!-- ======= -->
   <!-- Modules -->
 




More information about the jboss-cvs-commits mailing list