Author: tschoening Date: Sat Jan 11 09:19:45 2014 New Revision: 1557330 URL: http://svn.apache.org/r1557330 Log: Removed replacements in source-repository.html, because the replaced content doesn't seem to be included in the genrated file unless it has been configured in pom.xml, which is not the case. Changes web access url to be the project root in the repo to let people know that there's more than trunk.
Modified: incubator/log4cxx/trunk/pom.xml Modified: incubator/log4cxx/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1557330&r1=1557329&r2=1557330&view=diff ============================================================================== --- incubator/log4cxx/trunk/pom.xml (original) +++ incubator/log4cxx/trunk/pom.xml Sat Jan 11 09:19:45 2014 @@ -52,7 +52,7 @@ <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/log4cxx/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/log4cxx/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/incubator/log4cxx/trunk</url> + <url>http://svn.apache.org/viewcvs.cgi/incubator/log4cxx</url> </scm> <organization> @@ -216,14 +216,6 @@ <configuration> <target> <ant target="apidocs" /> - <taskdef name="replaceregexp" - classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" - /> - <replaceregexp file="target/site/source-repository.html" - match="/tags/[^ "'<]*" - replace="/trunk" - flags="g" - /> </target> </configuration> <goals>