You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2004/10/21 23:35:38 UTC

svn commit: rev 55268 - incubator/beehive/trunk/netui/ant

Author: steveh
Date: Thu Oct 21 14:35:37 2004
New Revision: 55268

Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
Removing the <fixcrlf>, which was breaking the JAR files.

Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml	(original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml	Thu Oct 21 14:35:37 2004
@@ -44,7 +44,6 @@
 		<antcall target="clean"/>
 		<antcall target="generate-class-ref"/>
 		<antcall target="generate-taglib-ref"/>
-		<fixcrlf srcdir="${docs.dir}"/>
 		<!--<antcall target="copy-to-forrest"/>-->
 	</target>
 	<target name="clean">