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 2002/12/13 00:50:35 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/docbook/xdocs properties.xml changes.xml navigation.xml goals.xml index.xml

dion        2002/12/12 15:50:35

  Modified:    src/plugins-build/docbook/xdocs index.xml
  Added:       src/plugins-build/docbook/xdocs properties.xml changes.xml
                        navigation.xml goals.xml
  Log:
  Fleshed out docs. Still fairly skeletal
  
  Revision  Changes    Path
  1.2       +3 -0      jakarta-turbine-maven/src/plugins-build/docbook/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/docbook/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	4 Aug 2002 14:52:29 -0000	1.1
  +++ index.xml	12 Dec 2002 23:50:35 -0000	1.2
  @@ -12,6 +12,9 @@
           This plugin allows you to write your project documentation in the
           Docbook simple format.
         </p>
  +      <p>
  +        <strong>Warning: </strong> This plugin has had limited testing
  +      </p>
       </section>
    </body>
   </document>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/docbook/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
    <properties>
      <title>Maven DocBook Plugin Properties</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <section name="Maven DocBook Plugin Settings">
        <table>
          <tr>
            <th>Property name</th>
            <th>Optional?</th>
            <th>Description</th>
          </tr>
          <tr>
            <td>maven.src.docbook-simple</td>
            <td>Yes</td>
            <td>
              Defaults to <code>${maven.src.dir}/sdocbook</code>. This is the
              source directory for the simple docbook xml files
            </td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/docbook/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <release version="1.0" date="2002-07-14">
        <action dev="dion" type="add">
          Original release for Maven 1.0-beta7
        </action>
      </release>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/docbook/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven DocBook Plugin">
  
    <title>Maven DocBook Plugin</title>
  
    <body>
      <links>
        <item name="Maven"      href="http://jakarta.apache.org/turbine/maven/"/>
        <item name="Simple DocBook" 
          href="http://www.oasis-open.org/docbook/xml/simple/"/>
      </links>
      <menu name="Overview">
        <item name="Goals"      href="/goals.html" />
        <item name="Properties" href="/properties.html" />
      </menu>
    </body>
  </project>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/docbook/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven DocBook Plug-in Goals</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <goals>
        <goal>
          <name>docbook:transform</name>
          <description>
            Transform any docbook-simple source into xdocs for later use
          </description>
        </goal>
      </goals>
   </body>
  </document>