svn commit: r468674 - /incubator/ofbiz/trunk/applications/workeffort/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: r468674 - /incubator/ofbiz/trunk/applications/workeffort/build.xml

jacopoc
Author: jacopoc
Date: Sat Oct 28 03:33:09 2006
New Revision: 468674

URL: http://svn.apache.org/viewvc?view=rev&rev=468674
Log:
Removed not needed reference to the workflow component from the workeffort build script.

Modified:
    incubator/ofbiz/trunk/applications/workeffort/build.xml

Modified: incubator/ofbiz/trunk/applications/workeffort/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/build.xml?view=diff&rev=468674&r1=468673&r2=468674
==============================================================================
--- incubator/ofbiz/trunk/applications/workeffort/build.xml (original)
+++ incubator/ofbiz/trunk/applications/workeffort/build.xml Sat Oct 28 03:33:09 2006
@@ -44,7 +44,6 @@
             <fileset dir="../../framework/security/build/lib" includes="*.jar"/>
             <fileset dir="../../framework/service/lib" includes="*.jar"/>
             <fileset dir="../../framework/service/build/lib" includes="*.jar"/>
-            <fileset dir="../../framework/workflow/build/lib" includes="*.jar"/>
             <fileset dir="../party/build/lib" includes="*.jar"/>
         </path>
     </target>