
Author: seb Date: Wed Jul 26 17:27:08 2006 New Revision: 329 Added: logback/core/trunk/src/site/xdocTemplates/index.xml Modified: logback/core/trunk/pom.xml Log: added a specific index page Modified: logback/core/trunk/pom.xml ============================================================================== --- logback/core/trunk/pom.xml (original) +++ logback/core/trunk/pom.xml Wed Jul 26 17:27:08 2006 @@ -159,7 +159,7 @@ </xdocDirectory> </configuration> </plugin> - <plugin> + <!-- plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId> maven-project-info-reports-plugin @@ -171,7 +171,7 @@ </reports> </reportSet> </reportSets> - </plugin> + </plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> Added: logback/core/trunk/src/site/xdocTemplates/index.xml ============================================================================== --- (empty file) +++ logback/core/trunk/src/site/xdocTemplates/index.xml Wed Jul 26 17:27:08 2006 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<document> + + <properties> + <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> + <title>${pom.name} index</title> + </properties> + + <body> + + <div class="section"> + <h2>Logback Core Module</h2> + </div> + + <p> + Logback: the generic, reliable, fast and flexible logging + library for Java + </p> + + <p> + The Core module lays the groundwork for the other two + modules. Note that you can easily build your own modules on top of + the Core module. + </p> + + </body> +</document> \ No newline at end of file