[LOGBack-dev] svn commit: r328 - in logback/access/trunk: . src/site/xdocTemplates

noreply.seb at qos.ch noreply.seb at qos.ch
Wed Jul 26 17:25:58 CEST 2006


Author: seb
Date: Wed Jul 26 17:25:57 2006
New Revision: 328

Added:
   logback/access/trunk/src/site/xdocTemplates/index.xml
Modified:
   logback/access/trunk/pom.xml
Log:
added a specific index page

Modified: logback/access/trunk/pom.xml
==============================================================================
--- logback/access/trunk/pom.xml	(original)
+++ logback/access/trunk/pom.xml	Wed Jul 26 17:25:57 2006
@@ -7,7 +7,7 @@
 	<groupId>ch.qos.logback</groupId>
 	<artifactId>lb-access</artifactId>
 	<packaging>jar</packaging>
-	<version>0.1-SNAPSHOT</version>
+	<version>0.1</version>
 	<name>Logback Access Module</name>
 
 	<url>http://logback.qos.ch/access</url>
@@ -30,7 +30,7 @@
 		<dependency>
 			<groupId>ch.qos.logback</groupId>
 			<artifactId>lb-core</artifactId>
-			<version>0.1-SNAPSHOT</version>
+			<version>0.1</version>
 			<scope>compile</scope>
 		</dependency>
 
@@ -134,7 +134,7 @@
 					</xdocDirectory>
 				</configuration>
 			</plugin>
-			<plugin>
+			<!-- plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>
 					maven-project-info-reports-plugin
@@ -146,7 +146,7 @@
 						</reports>
 					</reportSet>
 				</reportSets>
-			</plugin>
+			</plugin -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>

Added: logback/access/trunk/src/site/xdocTemplates/index.xml
==============================================================================
--- (empty file)
+++ logback/access/trunk/src/site/xdocTemplates/index.xml	Wed Jul 26 17:25:57 2006
@@ -0,0 +1,26 @@
+<?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 Access Module</h2>
+		</div>
+
+		<p>
+			Logback: the generic, reliable, fast and flexible logging
+			library for Java
+		</p>
+
+		<p>
+			The Access module integrates with Servlet containers to
+			provide HTPP-access log functionality.
+		</p>
+
+	</body>
+</document>
\ No newline at end of file



More information about the logback-dev mailing list