[jboss-svn-commits] JBL Code SVN: r11624 - in labs/jbossesb/trunk/product/samples/quickstarts: transform_XML2XML_simple and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu May 3 02:26:50 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-05-03 02:26:49 -0400 (Thu, 03 May 2007)
New Revision: 11624

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml
Log:
Fixed additional deploys

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml	2007-05-03 06:26:11 UTC (rev 11623)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml	2007-05-03 06:26:49 UTC (rev 11624)
@@ -5,11 +5,11 @@
 		${line.separator}
 	</description>
 			
+	<property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+
 	<!-- Import the base Ant build script... -->
 	<import file="../conf/base-build.xml"/>
 	
-	<property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
-
 	<!-- The ESB itself is started by the default "run" target - defined in base-build.xml  -->
 	
 	<!-- Target for injecting the sample order message for transformation... -->

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml	2007-05-03 06:26:11 UTC (rev 11623)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml	2007-05-03 06:26:49 UTC (rev 11624)
@@ -4,11 +4,11 @@
 		${line.separator}
 	</description>
 			
+	<property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+
 	<!-- Import the base Ant build script... -->
 	<import file="../conf/base-build.xml"/>
 	
-	<property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
-	
 	<!-- The ESB itself is started by the default "run" target - defined in base-build.xml  -->
 	
 	<!-- Target for injecting the sample order message for transformation... -->




More information about the jboss-svn-commits mailing list