[jboss-svn-commits] JBL Code SVN: r11436 - labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 29 08:09:06 EDT 2007


Author: beve
Date: 2007-04-29 08:09:05 -0400 (Sun, 29 Apr 2007)
New Revision: 11436

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/build.xml
Log:
Moved the additional-deploys so that it is before the import of base-build.xml, otherwise it will have no effect.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/build.xml	2007-04-29 12:07:33 UTC (rev 11435)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/build.xml	2007-04-29 12:09:05 UTC (rev 11436)
@@ -5,11 +5,12 @@
 		${line.separator}
 	</description>
 			
+	<!-- Additional files to be deployed in the sar. -->
+	<property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+	
 	<!-- Import the base Ant build script... -->
 	<import file="../conf/base-build.xml"/>
 	
-	<!-- Additional files to be deployed in the sar. -->
-	<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  -->
 	




More information about the jboss-svn-commits mailing list