- Polish.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 4 Apr 2007 14:00:57 +0000 (14:00 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 4 Apr 2007 14:00:57 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@525514 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 261e611..1d7b28e 100644 (file)
--- a/build.xml
+++ b/build.xml
         <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"/>
             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>
 
        <copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib" />
     <copy file="${jasper-jdt.jar}" todir="${tomcat.build}/lib" />