You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/02/03 08:36:41 UTC

svn commit: r905921 - /ofbiz/trunk/specialpurpose/ebay/build.xml

Author: doogie
Date: Wed Feb  3 07:36:40 2010
New Revision: 905921

URL: http://svn.apache.org/viewvc?rev=905921&view=rev
Log:
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"/>