[jboss-svn-commits] JBL Code SVN: r29801 - labs/jbossesb/trunk/product.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Oct 24 20:23:35 EDT 2009
Author: tcunning
Date: 2009-10-24 20:23:35 -0400 (Sat, 24 Oct 2009)
New Revision: 29801
Modified:
labs/jbossesb/trunk/product/build.xml
Log:
JBESB-2907
Comment out the build of the plugin for now, it appears the build machine
doesn't have a VPN connection that's necessary for building the plugin.
Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml 2009-10-24 22:34:05 UTC (rev 29800)
+++ labs/jbossesb/trunk/product/build.xml 2009-10-25 00:23:35 UTC (rev 29801)
@@ -146,8 +146,10 @@
<target name="org.jboss.soa.esb.plugin.build" depends="org.jboss.esb.rosetta.compile">
<echo message="Build ESB JON plugin"/>
+ <!--
<ant dir="tools/jonplugin" target="jar-as4-plugin"/>
<ant dir="tools/jonplugin" target="jar-as5-plugin"/>
+ -->
</target>
<target name="dependencies.get">
More information about the jboss-svn-commits
mailing list