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 2008/11/04 01:14:09 UTC

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

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"/>