dion        2003/10/01 05:11:42

  Modified:    src/plugins-build/jellydoc project.xml plugin.jelly
               src/plugins-build/jellydoc/xdocs changes.xml
  Log:
  Only register report if sourcesPresent
  
  Revision  Changes    Path
  1.20      +1 -1      maven/src/plugins-build/jellydoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jellydoc/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml       29 Sep 2003 05:19:12 -0000      1.19
  +++ project.xml       1 Oct 2003 12:11:42 -0000       1.20
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jellydoc-plugin</id>
     <name>Maven JellyDoc Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <!-- Gump integration -->
   
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  
  
  
  1.15      +7 -5      maven/src/plugins-build/jellydoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jellydoc/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly      14 Sep 2003 15:36:37 -0000      1.14
  +++ plugin.jelly      1 Oct 2003 12:11:42 -0000       1.15
  @@ -6,11 +6,13 @@
     xmlns:doc="doc">
   
     <goal name="maven-jellydoc-plugin:register">
  -    <doc:registerReport
  -      name="Jelly Tag Documentation"
  -      pluginName="maven-jellydoc-plugin"
  -      link="tags"
  -      description="Jelly Tag Documentation."/>
  +    <j:if test="${sourcesPresent}">
  +      <doc:registerReport
  +        name="Jelly Tag Documentation"
  +        pluginName="maven-jellydoc-plugin"
  +        link="tags"
  +        description="Jelly Tag Documentation."/>
  +    </j:if>
     </goal>
     
     <goal name="maven-jellydoc-plugin:deregister">
  
  
  
  1.7       +6 -0      maven/src/plugins-build/jellydoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jellydoc/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       29 Sep 2003 06:18:40 -0000      1.6
  +++ changes.xml       1 Oct 2003 12:11:42 -0000       1.7
  @@ -8,6 +8,12 @@
   
     <body>
   
  +    <release version="1.2" date="in CVS">
  +      <action dev="dion" type="fix">
  +        Only register report if sources exist
  +      </action>
  +    </release>
  +
       <release version="1.1" date="2003-09-29">
         <action dev="dion" type="update">
           Sort tag libraries, tags and attributes accordingly
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to