Scarab commit: svn commit: r11166 - branches/20120417_mavenPort/extensions/scarab-maven-plugin/site: . xdocs
[email protected] Tue, 17 Apr 2012 02:09:40 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcoss Date: 2012-04-17 02:09:40-0700 New Revision: 11166 Added: branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/ branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/site.xml branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/xdocs/ branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/xdocs/plugin-info.xml Log: ADD - Simple documentation site for scarab-maven-plugin. Added: branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/site.xml Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/site.xml?view=markup&pathrev=11166 ============================================================================== --- (empty file) +++ branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/site.xml 2012-04-17 02:09:40-0700 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Scarab"> + + <body> + <menu name="Overview"> + <item name="Goals" href="/plugin-info.html"/> + </menu> + + <menu ref="reports" inherit="bottom" /> + + </body> +</project> Added: branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/xdocs/plugin-info.xml Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/xdocs/plugin-info.xml?view=markup&pathrev=11166 ============================================================================== --- (empty file) +++ branches/20120417_mavenPort/extensions/scarab-maven-plugin/site/xdocs/plugin-info.xml 2012-04-17 02:09:40-0700 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> + <title>Plugin Documentation</title> + </properties> + <body> + <section name="Goals"> + <table border="0"> + <tr> + <th>Goal</th> + <th>Description</th> + </tr> + <tr> + <td><a href="check-l10n-mojo.html">scarab:check-l10n</a></td> + <td>Checks localization files for completeness. Result is printed out as xdoc files.</td> + </tr> + <tr> + <td><a href="create-db-mojo.html">scarab:create-db</a></td> + <td>Creates Scarab's database.</td> + </tr> + <tr> + <td><a href="update-properties-mojo.html">scarab:update-properties</a></td> + <td>Generates basic source property files for Scarab from scarab_properties.xml.</td> + </tr> + <tr> + <td><a href="prepare-site-docs-mojo.html">scarab:prepare-site-docs</a></td> + <td>Generates Scarab's Property Guide and Torque's documentation files.</td> + </tr> + <tr> + <td><a href="generate-custom-properties-mojo.html">scarab:generate-custom-properties</a></td> + <td>Generates custom build property files.</td> + </tr> + </table> + </section> + </body> +</document> \ No newline at end of file ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2949036