[jboss-svn-commits] JBL Code SVN: r33320 - labs/jbossesb/trunk/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 2 14:28:22 EDT 2010


Author: tcunning
Date: 2010-06-02 14:28:22 -0400 (Wed, 02 Jun 2010)
New Revision: 33320

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
JBESB-2783
Make sure we keep the target name, remove the target contents.


Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2010-06-02 18:28:14 UTC (rev 33319)
+++ labs/jbossesb/trunk/product/build.xml	2010-06-02 18:28:22 UTC (rev 33320)
@@ -152,7 +152,9 @@
                 <echo message="Build ESB JON plugin"/>
                 <ant dir="tools/jonplugin"/>
     </target>
+   
 
+    <target name="org.jboss.soa.esb.systinet.build" depends="org.jboss.esb.rosetta.compile">
     <!--
 	JBESB-2783
 	
@@ -162,11 +164,10 @@
 	or until we figure out some way to pull Systinet JARs into the build
 	by unzipping their self extracting JAR file.
 
-    <target name="org.jboss.soa.esb.systinet.build" depends="org.jboss.esb.rosetta.compile">
                 <echo message="Build Systinet jars"/>
                 <ant dir="tools/systinet"/>
-    </target>
    -->
+   </target>
 
     <target name="dependencies.get">
         <ant antfile="ivy-build.xml" />



More information about the jboss-svn-commits mailing list