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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org