[jboss-svn-commits] JBL Code SVN: r21328 - labs/jbossesb/trunk/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Aug 2 03:50:56 EDT 2008


Author: tfennelly
Date: 2008-08-02 03:50:56 -0400 (Sat, 02 Aug 2008)
New Revision: 21328

Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
Shouldn't have changed "lib" to "build/lib".  It's the "product" dir in the install, not the source.

Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2008-08-02 00:16:33 UTC (rev 21327)
+++ labs/jbossesb/trunk/product/install/build.xml	2008-08-02 07:50:56 UTC (rev 21328)
@@ -35,7 +35,7 @@
 
         <target name="dependencies.jbossesb" if="hierarchy.jbossesb">
             <property name="org.jboss.esb.dist" location="${product.dir}"/>
-            <property name="org.jboss.esb.dist.lib" location="${org.jboss.esb.dist}/build/lib"/>
+            <property name="org.jboss.esb.dist.lib" location="${org.jboss.esb.dist}/lib"/>
         </target>
 
         <target name="dependencies.source" if="hierarchy.source">




More information about the jboss-svn-commits mailing list