Author: doogie
Date: Fri Jul 8 00:38:06 2011
New Revision: 1144104
URL:
http://svn.apache.org/viewvc?rev=1144104&view=revLog:
FIX: There is nothing in the lib/ folder, so git-based checkouts don't
create it; this means that ant fails when trying to compile this
component. The fix is to remove the reference. It can be added back
when/if libraries get added.
Modified:
ofbiz/trunk/specialpurpose/scrum/build.xml
Modified: ofbiz/trunk/specialpurpose/scrum/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/build.xml?rev=1144104&r1=1144103&r2=1144104&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/build.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/build.xml Fri Jul 8 00:38:06 2011
@@ -18,7 +18,6 @@
<property name="build.dir" value="build"/>
<path id="local.class.path">
- <fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="../../framework/base/lib" includes="*.jar"/>
<fileset dir="../../framework/base/lib/j2eespecs" includes="*.jar"/>
<fileset dir="../../framework/base/build/lib" includes="*.jar"/>