You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/11/21 22:39:29 UTC

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

Author: markt
Date: Wed Nov 21 21:39:29 2012
New Revision: 1412313

URL: http://svn.apache.org/viewvc?rev=1412313&view=rev
Log:
Another fix for the websocket classes after API update

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1412313&r1=1412312&r2=1412313&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Nov 21 21:39:29 2012
@@ -1654,7 +1654,7 @@ Apache Tomcat ${version} native binaries
         <path location="${ant.core.lib}"/>
       </classpath>
     </javadoc>
-    <javadoc packagenames="javax.net.websocket.*"
+    <javadoc packagenames="javax.websocket.*"
       sourcepath="${tomcat.dist}/src/java"
       destdir="${tomcat.dist}/webapps/docs/websocketapi"
       version="true"



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