You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/01/29 23:24:47 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/jxr plugin.properties

kaz         2003/01/29 14:24:47

  Modified:    src/plugins-build/jxr plugin.properties
  Log:
  Fixing a property that was breaking the jxr plugin.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-maven/src/plugins-build/jxr/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/jxr/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	28 Jan 2003 06:36:34 -0000	1.2
  +++ plugin.properties	29 Jan 2003 22:24:47 -0000	1.3
  @@ -4,6 +4,6 @@
   # JXR Plugin.
   # -------------------------------------------------------------------
   
  -maven.jxr.destdir = ${maven.docs.dest}/xref
  +maven.jxr.destdir = ${maven.build.dir}/docs/xref
   maven.jxr.stylesheet = ${plugin.resources}/stylesheet.css
   maven.jxr.templateDir = ${plugin.resources}/templates