[jboss-svn-commits] JBL Code SVN: r21329 - labs/jbossesb/trunk/product/tools/console/management.

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


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

Modified:
   labs/jbossesb/trunk/product/tools/console/management/build.xml
Log:
Again, shouldn't have changed "lib" to "build/lib".  It's the install, not the source.

Modified: labs/jbossesb/trunk/product/tools/console/management/build.xml
===================================================================
--- labs/jbossesb/trunk/product/tools/console/management/build.xml	2008-08-02 07:50:56 UTC (rev 21328)
+++ labs/jbossesb/trunk/product/tools/console/management/build.xml	2008-08-02 07:56:12 UTC (rev 21329)
@@ -4,7 +4,7 @@
 	<property name="console.dir" value="${esb.root.dir}/tools/console"/>
 	<property file="${esb.root.dir}/tools/console/management-esb/db.properties"/>	
 	<property name="mgmt.dir" location="."/>
-	<property name="lib.dir" location="${mgmt.dir}/../../../build/lib"/>
+	<property name="lib.dir" location="${mgmt.dir}/../../../lib"/>
 	<property name="mgmt.build.dir" location="${mgmt.dir}/build"/>
 	<property name="src.java.dir" location="${mgmt.dir}/src/main/java"/>
 




More information about the jboss-svn-commits mailing list