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>
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to