[jboss-svn-commits] JBL Code SVN: r24732 - in labs/jbossesb/trunk/product: install and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jan 15 06:02:51 EST 2009


Author: beve
Date: 2009-01-15 06:02:51 -0500 (Thu, 15 Jan 2009)
New Revision: 24732

Modified:
   labs/jbossesb/trunk/product/build.xml
   labs/jbossesb/trunk/product/install/build.xml
Log:
Attempting to fix the build as I broke it with my last checkin. First time in ages that I didn't run the integration tests...when will I learn.


Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2009-01-15 10:06:21 UTC (rev 24731)
+++ labs/jbossesb/trunk/product/build.xml	2009-01-15 11:02:51 UTC (rev 24732)
@@ -306,7 +306,7 @@
 		</copy>
 		
 		<echo message="Installed EULA"/>
-		<copy file="../JBossORG-EULA.txt" todir="${org.jboss.esb.installationdirectory}"/>
+		<copy file="../JBossEULA.txt" todir="${org.jboss.esb.installationdirectory}"/>
 		
 		<echo message="Installing tools ${org.jboss.esb.installationdirectory}/tools"/>
 				<mkdir dir="${org.jboss.esb.installationdirectory}/tools"/>

Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2009-01-15 10:06:21 UTC (rev 24731)
+++ labs/jbossesb/trunk/product/install/build.xml	2009-01-15 11:02:51 UTC (rev 24732)
@@ -21,7 +21,7 @@
         </condition>
         <!-- Are we embedded in a jbossesb distribution hierarchy? -->
         <condition property="hierarchy.jbossesb">
-          <available file="${product.dir}/JBossORG-EULA.txt"/>
+          <available file="${product.dir}/JBossEULA.txt"/>
         </condition>
 
         <condition property="hierarchy.recognised">




More information about the jboss-svn-commits mailing list