You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/10 03:13:06 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build/xdocs navigation.xml tables.xml

jvanzyl     2003/01/09 18:13:06

  Added:       src/test/touchstone-build/xdocs navigation.xml tables.xml
  Log:
  o Adding Brett Porters test setup for xdoc generation and verification.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/test/touchstone-build/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="touchstone">
    
    <title>touchstone</title>
    
    <body>
      
      <links>
        <item name="Maven" href="http://jakarta.apache.org/turbine/maven/" />
      </links>
      
      <menu name="Overview">
        <item name="Table test" href="/tables.html"/>
      </menu>
    
    </body>
  
  </project>
  
  
  
  1.1                  jakarta-turbine-maven/src/test/touchstone-build/xdocs/tables.xml
  
  Index: tables.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
  <properties>
  <author email="bporter@f2network.com.au">Brett Porter</author>
  <title>Test Tables</title>
  </properties>
    
  <body>
  <section name="Test">
  <p>
  <table border="0">
  <tr>
  <th>Heading 1</th><th>Heading 2</th>
  </tr>
  <tr>
  <td>Column 1</td><td>Column 2</td>
  </tr>
  <tr>
  <td colspan="2">Colspan 2</td>
  </tr>
  <tr valign="top">
  <td>Row with attributes</td>
  </tr>
  </table>
  </p>
  </section>
  </body>
  </document>