[jboss-svn-commits] JBL Code SVN: r38239 - labs/jbossesb/branches/JBESB_4_11_CP/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 31 11:31:10 EDT 2012


Author: tcunning
Date: 2012-10-31 11:31:10 -0400 (Wed, 31 Oct 2012)
New Revision: 38239

Modified:
   labs/jbossesb/branches/JBESB_4_11_CP/product/build.xml
Log:
JBESB-3870
Create the internal.dest/lib directory explicitly.


Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/build.xml	2012-10-30 18:19:25 UTC (rev 38238)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/build.xml	2012-10-31 15:31:10 UTC (rev 38239)
@@ -134,6 +134,7 @@
 		</tstamp>
 		<!-- Make the destination directory -->
 		<mkdir dir="${org.jboss.esb.internal.dest}"/>
+		<mkdir dir="${org.jboss.esb.internal.dest}/lib"/>
 	</target>
 
 	<!-- Compilation targets -->



More information about the jboss-svn-commits mailing list