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 2004/07/18 15:56:44 UTC

cvs commit: maven-plugins/simian/xdocs tags.xml navigation.xml

dion        2004/07/18 06:56:44

  Modified:    simian/xdocs navigation.xml
  Added:       simian/xdocs tags.xml
  Log:
  Add tags documentation
  
  Revision  Changes    Path
  1.3       +1 -0      maven-plugins/simian/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	4 Mar 2004 18:38:55 -0000	1.2
  +++ navigation.xml	18 Jul 2004 13:56:44 -0000	1.3
  @@ -29,6 +29,7 @@
         <item name="Installation"            href="/installation.html" />
         <item name="Goals"                   href="/goals.html" />
         <item name="Properties"              href="/properties.html" />
  +      <item name="Tags"                    href="/tags.html" />
       </menu>
     </body>
   </project>
  
  
  
  1.1                  maven-plugins/simian/xdocs/tags.xml
  
  Index: tags.xml
  ===================================================================
  <document>
    <properties>
      <title>Plugin tags</title>
    </properties>
    <body>
      <section name='Overview'>
        <p>The following tag libraries and tags are provided by this plugin.</p>
        <ol>
          <li><a href='#simian_Tag_Library'>simian</a>
            <ol>
              <li><a href='#simianLog_Tag'>simianLog</a></li>
            </ol>
          </li>
        </ol>
      </section>
      <section name='simian Tag Library'>
        <subsection name='simianLog Tag'>
          <p>A model of a Simian log file.</p>
          <table>
            <tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
            <tr>
              <td>jellyContext</td>
              <td>No</td>
              <td>Used to pass a variable back to the caller</td>
            </tr>
            <tr>
              <td>logFile</td>
              <td>No</td>
              <td>The file used to extract errors and other messages.</td>
            </tr>
            <tr>
              <td>sourceDirectory</td>
              <td>No</td>
              <td>The location of the project source.</td>
            </tr>
            <tr>
              <td>unitTestSourceDirectory</td>
              <td>No</td>
              <td>The location of the project unit tests.</td>
            </tr>
          </table>
        </subsection>
      </section>
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org