You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2009/09/20 00:33:35 UTC

svn commit: r816960 - /gump/metadata/project/htmlparser.xml

Author: billbarker
Date: Sat Sep 19 22:33:35 2009
New Revision: 816960

URL: http://svn.apache.org/viewvc?rev=816960&view=rev
Log:
Misread the build.xml file. default target is fine

Modified:
    gump/metadata/project/htmlparser.xml

Modified: gump/metadata/project/htmlparser.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/htmlparser.xml?rev=816960&r1=816959&r2=816960&view=diff
==============================================================================
--- gump/metadata/project/htmlparser.xml (original)
+++ gump/metadata/project/htmlparser.xml Sat Sep 19 22:33:35 2009
@@ -27,7 +27,7 @@
   <cvs repository="sourceforge" host-prefix="htmlparser" dir="htmlparser"/>
   
   <project name="htmlparser">
-    <ant target="jar">
+    <ant>
       <property name="jar.name"  value="htmlparser-@@DATE@@.jar"/>
     </ant>