You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/12/05 05:33:49 UTC

cvs commit: maven-plugins/javadoc plugin.properties

dion        2003/12/04 20:33:49

  Modified:    javadoc  plugin.properties
  Log:
  Default to useexternalfile = yes
  
  Revision  Changes    Path
  1.9       +1 -1      maven-plugins/javadoc/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/plugin.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.properties	8 Oct 2003 16:38:11 -0000	1.8
  +++ plugin.properties	5 Dec 2003 04:33:49 -0000	1.9
  @@ -19,7 +19,7 @@
   maven.javadoc.stylesheet = ${plugin.resources}/stylesheet.css
   maven.javadoc.use = true
   maven.javadoc.version = true
  -maven.javadoc.useexternalfile = no
  +maven.javadoc.useexternalfile = yes
   maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} API
   
   maven.docs.outputencoding = ISO-8859-1
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org