Author: doogie
Date: Wed Feb 3 07:36:40 2010
New Revision: 905921
URL:
http://svn.apache.org/viewvc?rev=905921&view=revLog:
Properly fix dynamic adding of ebay library files, if that is what this
was really supposed to be for.
Modified:
ofbiz/trunk/specialpurpose/ebay/build.xml
Modified: ofbiz/trunk/specialpurpose/ebay/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/build.xml?rev=905921&r1=905920&r2=905921&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/build.xml Wed Feb 3 07:36:40 2010
@@ -29,6 +29,7 @@
<property name="name" value="ofbiz-ebay"/>
<path id="local.class.path">
+ <fileset dir="." includes="lib/*.jar"/>
<fileset dir="../../framework/base/lib" includes="*.jar"/>
<fileset dir="../../framework/base/lib/commons" includes="*.jar"/>
<fileset dir="../../framework/base/lib/j2eespecs" includes="*.jar"/>