CVS: jcontainer/loom/plugins/xdocs index.xml,1.2,1.3
Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:21 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/plugins/xdocs
In directory hogshead.codehaus.org:/tmp/cvs-serv21491/plugins/xdocs
Modified Files:
index.xml
Log Message:
Styled codebase
Index: index.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.xml 5 Nov 2003 09:57:12 -0000 1.2
+++ index.xml 3 Dec 2003 10:44:48 -0000 1.3
@@ -1,35 +1,41 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
- <properties>
- <title>Loom Plugins</title>
- </properties>
-
- <body>
- <section name="Plugins">
- <table>
- <tr>
- <td><a href="/plugins/maven-sar/">Maven Sar Plugin</a></td>
- <td>Generates Loom/Phoenix Sar files using Maven</td>
- </tr>
- </table>
- </section>
- <section name="Downloads">
- <p>The Loom plugins are downloadable from <a href="http://dist.codehaus.org/loom/plugins">
- Codehaus Distribution Server</a>.
- </p>
- <p>To install in your local Maven plugin repository, ensure that <code>http://dist.jcontainer.org/maven</code>
- is part of the <code>maven.repo.remote</code> list and simply
- specify the plugin name as a dependency with type <code>plugin</code>:
-<source><![CDATA[
+ <properties>
+ <title>Loom Plugins</title>
+ </properties>
+
+ <body>
+ <section name="Plugins">
+ <table>
+ <tr>
+ <td>
+ <a href="/plugins/maven-sar/">Maven Sar Plugin</a>
+ </td>
+ <td>Generates Loom/Phoenix Sar files using Maven</td>
+ </tr>
+ </table>
+ </section>
+ <section name="Downloads">
+ <p>The Loom plugins are downloadable from
+ <a href="http://dist.codehaus.org/loom/plugins">
+ Codehaus Distribution Server</a>.
+ </p>
+ <p>To install in your local Maven plugin repository, ensure that
+ <code>http://dist.jcontainer.org/maven</code>
+ is part of the
+ <code>maven.repo.remote</code> list and simply
+ specify the plugin name as a dependency with type
+ <code>plugin</code>:
+ <source><![CDATA[
<dependency>
<groupId>loom</groupId>
<artifactId>maven-sar-plugin</artifactId>
<version>[plugin-version]</version>
<type>plugin</type>
</dependency>
-]]></source>
- </p>
- </section>
-
- </body>
+ ]]></source>
+ </p>
+ </section>
+
+ </body>
</document>