projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d424c
)
- Also filter the release notes that go in the docs.
author
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 16 Nov 2006 12:32:06 +0000
(12:32 +0000)
committer
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 16 Nov 2006 12:32:06 +0000
(12:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@475713
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
00b11fe
..
535713c
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-478,7
+478,9
@@
</fileset>
</copy>
- <copy tofile="${tomcat.build}/webapps/ROOT/RELEASE-NOTES.txt" file="RELEASE-NOTES" />
+ <filter token="VERSION" value="${version}"/>
+ <copy tofile="${tomcat.build}/webapps/ROOT/RELEASE-NOTES.txt" file="RELEASE-NOTES"
+ filtering="true" />
<!-- Build classes for examples webapp -->
<javac srcdir="webapps/examples/WEB-INF/classes"