Author: remm
Date: Wed Apr 4 07:00:57 2007
New Revision: 525514
URL: http://svn.apache.org/viewvc?view=rev&rev=525514
Log:
- Polish.
Modified:
tomcat/tc6.0.x/trunk/build.xml
Modified: tomcat/tc6.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?view=diff&rev=525514&r1=525513&r2=525514
==============================================================================
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Wed Apr 4 07:00:57 2007
@@ -322,6 +322,9 @@
<include name="RUNNING.txt"/>
</fileset>
</copy>
+ <filter token="VERSION" value="${version}"/>
+ <copy tofile="${tomcat.build}/webapps/docs/RELEASE-NOTES.txt"
file="RELEASE-NOTES"
+ filtering="true" />
<copy tofile="${tomcat.build}/webapps/docs/appdev/sample/build.xml"
file="webapps/docs/appdev/build.xml.txt"/>
@@ -490,6 +493,14 @@
debug="${compile.debug}" deprecation="${compile.deprecation}"
optimize="${compile.optimize}"
classpath="${tomcat.classes}"
+ excludes="**/CVS/**,**/.svn/**">
+ </javac>
+
+ <javac srcdir="webapps/examples/jsp/plugin/applet"
+ destdir="${tomcat.build}/webapps/examples/jsp/plugin/applet"
+ debug="${compile.debug}" deprecation="${compile.deprecation}"
+ optimize="${compile.optimize}"
+ classpath="$tomcat.lcasses}"
excludes="**/CVS/**,**/.svn/**">
</javac>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]