svn commit: r711139 - /ofbiz/trunk/applications/marketing/build.xml

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

svn commit: r711139 - /ofbiz/trunk/applications/marketing/build.xml

doogie-3
Author: doogie
Date: Mon Nov  3 16:14:09 2008
New Revision: 711139

URL: http://svn.apache.org/viewvc?rev=711139&view=rev
Log:
The lib dir is empty, so don't include it in the classpath.

Modified:
    ofbiz/trunk/applications/marketing/build.xml

Modified: ofbiz/trunk/applications/marketing/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/build.xml?rev=711139&r1=711138&r2=711139&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/build.xml (original)
+++ ofbiz/trunk/applications/marketing/build.xml Mon Nov  3 16:14:09 2008
@@ -30,7 +30,6 @@
     <property name="ofbiz.home.dir" value="../.."/>
 
     <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"/>