You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2010/05/25 18:08:36 UTC

svn commit: r948085 - /tomcat/trunk/build.xml

Author: jfclere
Date: Tue May 25 16:08:36 2010
New Revision: 948085

URL: http://svn.apache.org/viewvc?rev=948085&view=rev
Log:
Add missing classes.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=948085&r1=948084&r2=948085&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue May 25 16:08:36 2010
@@ -903,6 +903,7 @@
            encoding="ISO-8859-1">
       <classpath refid="tomcat.test.classpath" />
       <include name="org/apache/**" />
+      <include name="javax/servlet/**" />
     </javac>
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org