You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/08/07 19:58:57 UTC

svn commit: r429415 - /jackrabbit/trunk/jackrabbit/maven.xml

Author: jukka
Date: Mon Aug  7 10:58:56 2006
New Revision: 429415

URL: http://svn.apache.org/viewvc?rev=429415&view=rev
Log:
maven.xml: Getting rid of the <tr class="a">/<tr class="b"> alternation since it messes with the svn diffs and the new site layout doesn't need it.

Modified:
    jackrabbit/trunk/jackrabbit/maven.xml

Modified: jackrabbit/trunk/jackrabbit/maven.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/maven.xml?rev=429415&r1=429414&r2=429415&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit/maven.xml (original)
+++ jackrabbit/trunk/jackrabbit/maven.xml Mon Aug  7 10:58:56 2006
@@ -289,4 +289,13 @@
         /> 
     </goal>
 
+
+   <postGoal name="xdoc">
+       <ant:replaceregexp
+           match="&lt;tr class=&quot;[ab]&quot;&gt;"
+           replace="&lt;tr&gt;" flags="g" byline="true">
+           <ant:fileset dir="${maven.docs.dest}" includes="**/*.html"/>
+       </ant:replaceregexp>
+   </postGoal>
+
 </project>