Author: doogie
Date: Thu Jan 14 17:48:32 2010
New Revision: 899323
URL:
http://svn.apache.org/viewvc?rev=899323&view=revLog:
git doesn't create empty dirs on checkout, so don't even bother
adding a path element for these lib dirs.
Modified:
ofbiz/branches/executioncontext20091231/framework/api/build.xml
ofbiz/branches/executioncontext20091231/framework/context/build.xml
Modified: ofbiz/branches/executioncontext20091231/framework/api/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/api/build.xml?rev=899323&r1=899322&r2=899323&view=diff==============================================================================
--- ofbiz/branches/executioncontext20091231/framework/api/build.xml (original)
+++ ofbiz/branches/executioncontext20091231/framework/api/build.xml Thu Jan 14 17:48:32 2010
@@ -29,7 +29,6 @@
<property name="ofbiz.home.dir" value="../.."/>
<path id="local.class.path">
- <fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="../base/lib" includes="*.jar"/>
<fileset dir="../base/lib/commons" includes="*.jar"/>
<fileset dir="../base/lib/j2eespecs" includes="*.jar"/>
Modified: ofbiz/branches/executioncontext20091231/framework/context/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/context/build.xml?rev=899323&r1=899322&r2=899323&view=diff==============================================================================
--- ofbiz/branches/executioncontext20091231/framework/context/build.xml (original)
+++ ofbiz/branches/executioncontext20091231/framework/context/build.xml Thu Jan 14 17:48:32 2010
@@ -30,7 +30,6 @@
<path id="local.class.path">
<fileset dir="../api/build/lib" includes="*.jar"/>
- <fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="../base/lib" includes="*.jar"/>
<fileset dir="../base/lib/commons" includes="*.jar"/>
<fileset dir="../base/lib/j2eespecs" includes="*.jar"/>