You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2010/06/20 22:33:14 UTC

svn commit: r956411 - /pdfbox/site/pom.xml

Author: jukka
Date: Sun Jun 20 20:33:14 2010
New Revision: 956411

URL: http://svn.apache.org/viewvc?rev=956411&view=rev
Log:
PDFBOX-623: Separate the PDFBox web site from trunk

Only remove the date references from generated HTML files.

Modified:
    pdfbox/site/pom.xml

Modified: pdfbox/site/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/pom.xml?rev=956411&r1=956410&r2=956411&view=diff
==============================================================================
--- pdfbox/site/pom.xml (original)
+++ pdfbox/site/pom.xml Sun Jun 20 20:33:14 2010
@@ -108,13 +108,13 @@
                 <fixcrlf srcDir="target/site" excludes="images/**"/>
                 <replaceregexp match="Generated by Apache Maven Doxia at \S+ \d+, \d+"
                                replace="Generated by Apache Maven Doxia">
-                  <fileset dir="target/site"/>
+                  <fileset dir="target/site" includes="**/*.html"/>
                 </replaceregexp>
                 <replaceregexp match="\s+&lt;meta name=&quot;Date-Revision-yyyymmdd&quot; content=&quot;\d+&quot; /&gt;"
                                replace="">
-                  <fileset dir="target/site"/>
+                  <fileset dir="target/site" includes="**/*.html"/>
                 </replaceregexp>
-                    <copy todir="publish">
+                <copy todir="publish">
                   <fileset dir="target/site"/>
                 </copy>
                 <exec executable="svn">