summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarnold <[email protected]>2008-04-02 23:39:27 +0000
committercarnold <[email protected]>2008-04-02 23:39:27 +0000
commitff9d1d78fc75c40670134724b593beae3e698430 (patch)
treea967b4a8f557d13f9fb1fd55c08c3f4c2eb24b59
parent5a9a757147b2b5121ad4bd3b7b15fc69d74c970f (diff)
Bug 1760649: Post release SVN path fix
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@165 32d7a393-a5a9-423c-abd3-5d954feb1f2f
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 995526e..0c51ee2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,10 @@
<configuration>
<tasks>
<taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
- <replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/branches/v1_2-branch" flags="g" />
+ <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;'&lt;]*" replace="/trunk" flags="g" />
+ <replaceregexp match="Generated on .* for " replace="Generated for " flags="g">
+ <fileset dir="target/site/apidocs" includes="**/*.html" />
+ </replaceregexp>
</tasks>
</configuration>
<goals>