You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ro...@apache.org on 2006/07/15 04:48:10 UTC

svn commit: r422135 - /incubator/abdera/java/trunk/build/build.xml

Author: rooneg
Date: Fri Jul 14 19:48:10 2006
New Revision: 422135

URL: http://svn.apache.org/viewvc?rev=422135&view=rev
Log:
* build/build.xml
  (docs): Oops, fix regexp.

Modified:
    incubator/abdera/java/trunk/build/build.xml

Modified: incubator/abdera/java/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?rev=422135&r1=422134&r2=422135&view=diff
==============================================================================
--- incubator/abdera/java/trunk/build/build.xml (original)
+++ incubator/abdera/java/trunk/build/build.xml Fri Jul 14 19:48:10 2006
@@ -200,7 +200,7 @@
              destdir="${javadocs}"
              windowtitle="Abdera"
              classpathref="jar.dependencies" />
-    <replaceregexp match="Generated by javadoc on (.*)--"
+    <replaceregexp match="Generated by javadoc (.*) on (.*) --"
                    replace="Generated by javadoc --"
                    flags="g"
                    byline="true">