svn commit: r1556185 - /ofbiz/trunk/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: r1556185 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Tue Jan  7 11:44:50 2014
New Revision: 1556185

URL: http://svn.apache.org/r1556185
Log:
mysql was missing in clean-downloads target

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1556185&r1=1556184&r2=1556185&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Tue Jan  7 11:44:50 2014
@@ -100,6 +100,7 @@ under the License.
             <fileset dir="framework/base/lib" includes="sonar-*.jar"/>
             <fileset dir="framework/base/lib" includes="activemq-*.jar"/>
             <fileset dir="framework/entity/lib/jdbc" includes="postgresql-*.jar"/>
+            <fileset dir="framework/entity/lib/jdbc" includes="mysql-*.jar"/>
         </delete>
         <antcall target="clean-ivy"/>
     </target>