You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by sm...@apache.org on 2002/12/14 05:09:16 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/console/xdocs tasks.xml

smor        2002/12/13 20:09:16

  Modified:    src/plugins-build/word2html/xdocs index.xml
               src/plugins-build/wizard/xdocs index.xml
               src/plugins-build/vdoclet/xdocs properties.xml
               src/plugins-build/pdf/xdocs properties.xml
               src/plugins-build/jalopy/xdocs index.xml
               src/plugins-build/graph/xdocs goals.xml
               src/plugins-build/genapp/xdocs goals.xml
               src/plugins-build/console/xdocs tasks.xml
  Log:
  Corrected the documentation so that we can invoke "maven:plugin-docs".
  I still get OutOfMemory errors, but at least I think it should be easier to generate the site.
  
  I might as well consider changing my firstname, as it breaks many xodcs ! ;-)
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-maven/src/plugins-build/word2html/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/word2html/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	24 Sep 2002 16:06:39 -0000	1.2
  +++ index.xml	14 Dec 2002 04:09:15 -0000	1.3
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
   <document>
   
     <properties>
  
  
  
  1.2       +2 -1      jakarta-turbine-maven/src/plugins-build/wizard/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/wizard/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	23 Oct 2002 17:48:44 -0000	1.1
  +++ index.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -17,12 +17,13 @@
         <p>
           The wizard simply loads the current project.xml and waits for
           the user to select a goal to run via the Run menu.
  +      </p>
         <p> 
           For more information on the functionality provided by this plugin,
           please see the <a href="goals.html">Goals</a> document.
         </p>
         <p>
  -        There are no properties available to customise this plugin
  +        There are no properties available to customise this plugin.
         </p>
       </section>
    </body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/vdoclet/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/vdoclet/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	26 Nov 2002 06:49:21 -0000	1.1
  +++ properties.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -16,7 +16,7 @@
           </tr>
           <tr>
             <td></td>
  -          <td>/td>
  +          <td></td>
             <td></td>
           </tr>
         </table>
  
  
  
  1.2       +9 -7      jakarta-turbine-maven/src/plugins-build/pdf/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pdf/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	13 Nov 2002 23:46:53 -0000	1.1
  +++ properties.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -27,7 +27,7 @@
             <td>Yes</td>
             <td>
               The destination directory for documentation. Defaults to
  -            <code>${maven.build.dir}/docs/<code>
  +            <code>${maven.build.dir}/docs/</code>
             </td>
           </tr>
           <tr>
  @@ -39,12 +39,14 @@
             </td>
           </tr>
           <tr>
  -        <td>maven.gen.docs</td>
  -        <td>Yes</td>
  -        <td>
  -          The directory for generated xdocs. Defaults to
  -          <code>${maven.build.dir}/generated-xdocs/</code>
  +          <td>maven.gen.docs</td>
  +          <td>Yes</td>
  +          <td>
  +            The directory for generated xdocs. Defaults to
  +            <code>${maven.build.dir}/generated-xdocs/</code>
  +          </td>
  +        </tr>
         </table>
       </section>
     </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/jalopy/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/jalopy/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	3 Sep 2002 03:59:45 -0000	1.1
  +++ index.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
   <document>
   
     <properties>
  
  
  
  1.2       +3 -2      jakarta-turbine-maven/src/plugins-build/graph/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/graph/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	14 Dec 2002 00:22:17 -0000	1.1
  +++ goals.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -25,16 +25,17 @@
           <description>
             Create an xdoc document from the project goals
           </description>
  +      </goal>
         <goal>
           <name>graph:goals-to-xml</name>
           <description>Get an xml file representing the goal structure</description>
         </goal>
         <goal>
  -        <name>graph:project-dependencies</name<
  +        <name>graph:project-dependencies</name>
           <description>
             Under construction
           </description>
         </goal>
       </goals>
     </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  
  1.2       +2 -2      jakarta-turbine-maven/src/plugins-build/genapp/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/genapp/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	13 Dec 2002 16:02:38 -0000	1.1
  +++ goals.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -8,7 +8,7 @@
     <body>
       <goals>
         <goal>
  -        <name>genapp</name<
  +        <name>genapp</name>
           <description>
             Generate an application from a template. This is extrememly
             useful if you are just starting a project and want to quickly
  @@ -18,4 +18,4 @@
         </goal>
       </goals>
     </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/console/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/console/xdocs/tasks.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tasks.xml	11 Oct 2002 14:38:39 -0000	1.1
  +++ tasks.xml	14 Dec 2002 04:09:16 -0000	1.2
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
   <document>
   
     <properties>