You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/12/16 00:03:03 UTC

svn commit: r1422401 - /incubator/flex/sdk/branches/release4.9/modules/thirdparty/batik/build.xml

Author: jmclean
Date: Sat Dec 15 23:03:02 2012
New Revision: 1422401

URL: http://svn.apache.org/viewvc?rev=1422401&view=rev
Log:
fix issue with lib directory causing ant clean and ant super-clean to fail

Modified:
    incubator/flex/sdk/branches/release4.9/modules/thirdparty/batik/build.xml

Modified: incubator/flex/sdk/branches/release4.9/modules/thirdparty/batik/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/release4.9/modules/thirdparty/batik/build.xml?rev=1422401&r1=1422400&r2=1422401&view=diff
==============================================================================
--- incubator/flex/sdk/branches/release4.9/modules/thirdparty/batik/build.xml (original)
+++ incubator/flex/sdk/branches/release4.9/modules/thirdparty/batik/build.xml Sat Dec 15 23:03:02 2012
@@ -141,7 +141,7 @@ To display the available targets type:
     </pathconvert>
   
     <path id="libs-classpath">
-      <fileset dir="lib">
+      <fileset dir="lib" erroronmissingdir="false">
         <include name="*.jar"/>
       </fileset>
     </path>