You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/03/27 16:06:06 UTC

svn commit: r522976 - /incubator/ivy/core/trunk/build.xml

Author: xavier
Date: Tue Mar 27 09:06:06 2007
New Revision: 522976

URL: http://svn.apache.org/viewvc?view=rev&rev=522976
Log:
remove unnecessary useexternalfile="true" on javadoc

Modified:
    incubator/ivy/core/trunk/build.xml

Modified: incubator/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build.xml?view=diff&rev=522976&r1=522975&r2=522976
==============================================================================
--- incubator/ivy/core/trunk/build.xml (original)
+++ incubator/ivy/core/trunk/build.xml Tue Mar 27 09:06:06 2007
@@ -334,7 +334,7 @@
 	</target>
 	
 	<target name="javadoc" unless="skip.javadoc">
-		<javadoc destdir="${javadoc.build.dir}" useexternalfile="true">
+		<javadoc destdir="${javadoc.build.dir}">
 			<fileset dir="${src.dir}" includes="**/*.java,**/package.html"/>
 		</javadoc>
 	</target>