You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/15 10:55:05 UTC

svn commit: r394272 - /maven/maven-1/plugins/trunk/javadoc/src/plugin-test/test05/project.properties

Author: aheritier
Date: Sat Apr 15 01:55:03 2006
New Revision: 394272

URL: http://svn.apache.org/viewcvs?rev=394272&view=rev
Log:
Workaround for the bug in the javadoc tool bundled in the jdk 5.0 and in the current beta of the jdk 6.0
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101868

Modified:
    maven/maven-1/plugins/trunk/javadoc/src/plugin-test/test05/project.properties

Modified: maven/maven-1/plugins/trunk/javadoc/src/plugin-test/test05/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/src/plugin-test/test05/project.properties?rev=394272&r1=394271&r2=394272&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/src/plugin-test/test05/project.properties (original)
+++ maven/maven-1/plugins/trunk/javadoc/src/plugin-test/test05/project.properties Sat Apr 15 01:55:03 2006
@@ -1,2 +1,3 @@
 #Test to remove the copyrigth
-maven.javadoc.bottom=
\ No newline at end of file
+maven.javadoc.bottom=
+maven.javadoc.use=false
\ No newline at end of file