Author: kwright
Date: Tue Oct  8 12:14:38 2013
New Revision: 1530249

URL: http://svn.apache.org/r1530249
Log:
Hook up clean-core-deps ant target

Modified:
    manifoldcf/site/trunk/build.xml

Modified: manifoldcf/site/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/site/trunk/build.xml?rev=1530249&r1=1530248&r2=1530249&view=diff
==============================================================================
--- manifoldcf/site/trunk/build.xml (original)
+++ manifoldcf/site/trunk/build.xml Tue Oct  8 12:14:38 2013
@@ -475,7 +475,7 @@
     <target name="make-core-deps" 
depends="download-dejavu-fonts,download-ipa-fonts,download-commons,download-avalon-framework,download-xmlgraphics-commons,download-fop">
     </target>
 
-    <target name="download-cleanup">
+    <target name="clean-core-deps">
         <delete dir="fonts"/>
         <delete dir="lib"/>
     </target>


Reply via email to