svn commit: r1605213 - in /ofbiz/trunk: framework/testtools/build.xml lib/ant/

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

svn commit: r1605213 - in /ofbiz/trunk: framework/testtools/build.xml lib/ant/

doogie-3
Author: doogie
Date: Tue Jun 24 22:51:31 2014
New Revision: 1605213

URL: http://svn.apache.org/r1605213
Log:
Remove the empty dir, which then re-broke compilation of testtools.
This reverts all of the recent built-system breakage.

Removed:
    ofbiz/trunk/lib/ant/
Modified:
    ofbiz/trunk/framework/testtools/build.xml

Modified: ofbiz/trunk/framework/testtools/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/build.xml?rev=1605213&r1=1605212&r2=1605213&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/build.xml (original)
+++ ofbiz/trunk/framework/testtools/build.xml Tue Jun 24 22:51:31 2014
@@ -31,7 +31,6 @@ under the License.
 
     <path id="local.class.path">
         <fileset dir="${lib.dir}" includes="*.jar"/>
-        <fileset dir="../../lib/ant" includes="*.jar"/>
         <fileset dir="../base/lib" includes="*.jar"/>
         <fileset dir="../base/lib/j2eespecs" includes="*.jar"/>
         <fileset dir="../base/lib/commons" includes="*.jar"/>