You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/02/20 14:37:38 UTC

cvs commit: maven-plugins/ant/xdocs changes.xml

evenisse    2004/02/20 05:37:38

  Modified:    ant/src/plugin-resources/templates build.jelly
               ant/xdocs changes.xml
  Log:
  MPANT-8. Use relative path for javadoc
  
  Revision  Changes    Path
  1.6       +1 -2      maven-plugins/ant/src/plugin-resources/templates/build.jelly
  
  Index: build.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/src/plugin-resources/templates/build.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.jelly	16 Oct 2003 07:56:57 -0000	1.5
  +++ build.jelly	20 Feb 2004 13:37:38 -0000	1.6
  @@ -253,7 +253,6 @@
   
     <target
       name="javadoc"
  -    depends="jar"
       description="o Generate javadoc">
    
    
  @@ -275,7 +274,7 @@
       />
    
       <javadoc
  -      sourcepath="${pom.build.sourceDirectory}"
  +      sourcepath="${srcDir}"
         packagenames="${pom.package}.*"
         destdir="$${javadocdir}"
         author="true"
  
  
  
  1.12      +3 -0      maven-plugins/ant/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	16 Nov 2003 15:02:34 -0000	1.11
  +++ changes.xml	20 Feb 2004 13:37:38 -0000	1.12
  @@ -8,6 +8,9 @@
     <body>
     
       <release version="1.6" date="in CVS">
  +      <action dev="evenisse" type="fix" issue="MPANT-8">
  +        Use relative path for javadoc.
  +      </action>
         <action dev="dion" type="fix">
           Check unit test source dir exists before making relative path
         </action>
  
  
  

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