Author: jacopoc
Date: Wed Feb 21 00:30:45 2007
New Revision: 509936

URL: http://svn.apache.org/viewvc?view=rev&rev=509936
Log:
The product component is a lower level component than the order component: we 
should move the code that uses the resources from the order component to that 
component instead of making the product component dependent of it.
Thanks to Joe Eckard for the patch (OFBIZ-741).

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

Modified: ofbiz/trunk/applications/product/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/build.xml?view=diff&rev=509936&r1=509935&r2=509936
==============================================================================
--- ofbiz/trunk/applications/product/build.xml (original)
+++ ofbiz/trunk/applications/product/build.xml Wed Feb 21 00:30:45 2007
@@ -53,7 +53,6 @@
             <fileset dir="../../framework/common/build/lib" includes="*.jar"/>
             <fileset dir="../content/lib" includes="*.jar"/>
             <fileset dir="../content/build/lib" includes="*.jar"/>
-            <fileset dir="../order/build/lib" includes="*.jar"/>
             <fileset dir="../party/build/lib" includes="*.jar"/>
         </path>
     </target>


Reply via email to