[jboss-cvs] JBossAS SVN: r103892 - projects/jboss-jca/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 13 05:51:08 EDT 2010


Author: jeff.zhang
Date: 2010-04-13 05:51:08 -0400 (Tue, 13 Apr 2010)
New Revision: 103892

Modified:
   projects/jboss-jca/trunk/build.xml
Log:
[JBJCA-306] modify the build.xml for starting test target

Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml	2010-04-13 09:37:37 UTC (rev 103891)
+++ projects/jboss-jca/trunk/build.xml	2010-04-13 09:51:08 UTC (rev 103892)
@@ -242,7 +242,7 @@
     <ant dir="web" inheritRefs="true" target="docs"/>
     <ant dir="sjc" inheritRefs="true" target="docs"/>
     <ant dir="standalone" inheritRefs="true" target="docs"/>
-    <ant dir="codegenerator" inheritRefs="true" target="jars"/>
+    <ant dir="codegenerator" inheritRefs="true" target="docs"/>
   </target>
   
   <!-- ================================= 
@@ -263,8 +263,7 @@
     <ant dir="embedded" inheritRefs="true" target="test"/>
     <ant dir="deployers" inheritRefs="true" target="test"/>
     <ant dir="validator" inheritRefs="true" target="test"/>
-    <ant dir="codegenerator" inheritRefs="true" target="jars"/>
-    <ant dir="codegenerator" inheritRefs="true" target="jars"/>
+    <ant dir="codegenerator" inheritRefs="true" target="test"/>
   </target>
   
   <!-- ================================= 




More information about the jboss-cvs-commits mailing list