[slf4j-dev] svn commit: r779 - slf4j/trunk/slf4j-site

ceki at slf4j.org ceki at slf4j.org
Sat Mar 3 22:07:24 CET 2007


Author: ceki
Date: Sat Mar  3 22:07:23 2007
New Revision: 779

Modified:
   slf4j/trunk/slf4j-site/pom.xml

Log:
adding filtering suport 
moving files from slf4j-site/src/site/resources to slf4j-site/src/site/pages


Modified: slf4j/trunk/slf4j-site/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-site/pom.xml	(original)
+++ slf4j/trunk/slf4j-site/pom.xml	Sat Mar  3 22:07:23 2007
@@ -24,9 +24,22 @@
 	</organization>
 	<inceptionYear>2005</inceptionYear>
 	
+
 	<build>
+		<resources>
+			<resource>
+				<directory>src/site/pages</directory>
+				<!-- 
+					We're saving filtered html docs in a temporary folder
+					and telling the site plug in to get the docs there.
+				-->
+        <targetPath>../../../target/site</targetPath>
+				<filtering>true</filtering>
+			</resource>
+		</resources>
 	</build>
 
+
 	<reporting>
 		<plugins>
 			<plugin>



More information about the slf4j-dev mailing list