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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 21 04:36:09 EST 2006


Author: tfennelly
Date: 2006-12-21 04:36:06 -0500 (Thu, 21 Dec 2006)
New Revision: 8481

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
Fixed broken build target call.

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2006-12-21 07:09:56 UTC (rev 8480)
+++ labs/jbossesb/trunk/product/build.xml	2006-12-21 09:36:06 UTC (rev 8481)
@@ -85,7 +85,7 @@
 	</macrodef>
 
 	<target name="generate-config-model">
-		<ant dir="core/listeners" target="generate-config-model"/>
+		<ant dir="core/listeners" target="generate-config-model-1.0"/>
 	</target>
 	
 	<!-- Initialisation -->




More information about the jboss-svn-commits mailing list