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:33:20 UTC

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

dion        2002/12/12 15:33:20

  Added:       src/plugins-build/codeswitcher/xdocs goals.xml
                        properties.xml navigation.xml changes.xml
  Log:
  Fleshed out docs. Still fairly skeletal
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/plugins-build/codeswitcher/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven CodeSwitcher Plug-in Goals</title>
      <author email="jason@zenplex.com">Jason van Zyl</author>
    </properties>
  
    <body>
      <goals>
        <goal>
          <name>codeswitcher:init</name>
          <description>
            Set up the code switcher tag library
          </description>
        </goal>
      </goals>
   </body>
  </document>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/codeswitcher/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
    <properties>
      <title>Maven CodeSwitcher Plugin Properties</title>
      <author email="jason@zenplex.com">Jason van Zyl</author>
    </properties>
  
    <body>
      <section name="Maven CodeSwitcher Plugin Settings">
        <table>
          <tr>
            <th>Property name</th>
            <th>Optional?</th>
            <th>Description</th>
          </tr>
          <tr>
            <td></td>
            <td></td>
            <td></td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/codeswitcher/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven CodeSwitcher Plugin">
  
    <title>Maven CodeSwitcher Plugin</title>
  
    <body>
      <links>
        <item name="Maven"      href="http://jakarta.apache.org/turbine/maven/"/>
      </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/codeswitcher/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="jason@zenplex.com">Jason van Zyl</author>
    </properties>
  
    <body>
      <release version="1.0" date="2002-08-04">
        <action dev="jvanzyl" type="add">
          Original release for Maven 1.0-beta8
        </action>
      </release>
    </body>
  </document>