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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 17 03:06:41 EST 2012


Author: jeff.zhang
Date: 2012-01-17 03:06:40 -0500 (Tue, 17 Jan 2012)
New Revision: 112580

Modified:
   projects/jboss-jca/trunk/build.xml
Log:
[JBJCA-731] add plugin target into root build.xml to build eclipse plugin.jar

Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml	2012-01-17 08:02:58 UTC (rev 112579)
+++ projects/jboss-jca/trunk/build.xml	2012-01-17 08:06:40 UTC (rev 112580)
@@ -377,6 +377,13 @@
   </target>
 
   <!-- ================================= 
+       Target: eclipse plugin
+       ================================= -->
+  <target name="plugin">
+    <ant dir="eclipse" inheritRefs="true" target="jars"/>
+  </target>
+
+  <!-- ================================= 
        Target: prepare test
        ================================= -->
   <target name="prepare-test" depends="jars">
@@ -1140,6 +1147,9 @@
 
     <ant antfile="tools/docant/build.xml" target="clean" inheritrefs="false" inheritAll="false"/>
     <delete dir="${doc.dir}/target"/>
+    <delete>
+      <fileset dir="eclipse/libs" includes="**/*.jar"/>
+    </delete>
   </target>
   
   <!-- ================================= 



More information about the jboss-cvs-commits mailing list