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:23:26 UTC

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

Author: markt
Date: Wed Nov 21 21:23:25 2012
New Revision: 1412306

URL: http://svn.apache.org/viewvc?rev=1412306&view=rev
Log:
Fix location of 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=1412306&r1=1412305&r2=1412306&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Nov 21 21:23:25 2012
@@ -282,7 +282,7 @@
   </patternset>
 
   <patternset id="files.websocket-api">
-    <include name="javax/net/websocket/**" />
+    <include name="javax/websocket/**" />
   </patternset>
 
   <patternset id="files.bootstrap">



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