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 2017/02/16 10:33:01 UTC

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

Author: markt
Date: Thu Feb 16 10:33:01 2017
New Revision: 1783194

URL: http://svn.apache.org/viewvc?rev=1783194&view=rev
Log:
Remove local definition of web service annotations since these are provided by the JRE.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1783194&r1=1783193&r2=1783194&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Feb 16 10:33:01 2017
@@ -293,7 +293,6 @@
     <include name="javax/annotation/**" />
     <include name="javax/ejb/**" />
     <include name="javax/persistence/**" />
-    <include name="javax/xml/ws/**" />
   </patternset>
 
   <patternset id="files.servlet-api">



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