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 2014/01/24 12:49:20 UTC

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

Author: markt
Date: Fri Jan 24 11:49:20 2014
New Revision: 1560948

URL: http://svn.apache.org/r1560948
Log:
Include javax.annotation.sql.* classes in annotations-api.jar

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1560948&r1=1560947&r2=1560948&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Jan 24 11:49:20 2014
@@ -286,6 +286,7 @@
   <patternset id="files.annotations-api">
     <include name="javax/annotation/*" />
     <include name="javax/annotation/security/*" />
+    <include name="javax/annotation/sql/*" />
     <include name="javax/ejb/*" />
     <include name="javax/persistence/*" />
     <include name="javax/xml/ws/*" />



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