svn commit: r905878 - in /ofbiz/trunk/specialpurpose: ebay/build.xml ebaystore/ofbiz-component.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r905878 - in /ofbiz/trunk/specialpurpose: ebay/build.xml ebaystore/ofbiz-component.xml

hansbak-2
Author: hansbak
Date: Wed Feb  3 03:58:13 2010
New Revision: 905878

URL: http://svn.apache.org/viewvc?rev=905878&view=rev
Log:
fix build error reported by buildbot

Modified:
    ofbiz/trunk/specialpurpose/ebay/build.xml
    ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/ebay/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/build.xml?rev=905878&r1=905877&r2=905878&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/build.xml Wed Feb  3 03:58:13 2010
@@ -29,7 +29,6 @@
     <property name="name" value="ofbiz-ebay"/>
 
     <path id="local.class.path">
-     <fileset dir="${lib.dir}" includes="*.jar"/>
         <fileset dir="../../framework/base/lib" includes="*.jar"/>
         <fileset dir="../../framework/base/lib/commons" includes="*.jar"/>
         <fileset dir="../../framework/base/lib/j2eespecs" includes="*.jar"/>

Modified: ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml?rev=905878&r1=905877&r2=905878&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml Wed Feb  3 03:58:13 2010
@@ -23,7 +23,6 @@
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
-    <classpath type="jar" location="lib/*"/>
     <classpath type="jar" location="build/lib/*"/>
     
  <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>