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 13:14:16 UTC

svn commit: r1560964 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

Author: markt
Date: Fri Jan 24 12:14:16 2014
New Revision: 1560964

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

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1560948

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1560964&r1=1560963&r2=1560964&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Fri Jan 24 12:14:16 2014
@@ -276,6 +276,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/*" />

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1560964&r1=1560963&r2=1560964&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jan 24 12:14:16 2014
@@ -117,6 +117,10 @@
         already been dispatched don't generate an error page in the
         ErrorReportValve so the dispatch target can handle it. (markt)
       </fix>
+      <fix>
+        Add missing <code>javax.annotation.sql.*</code> classes to
+        annotations-api.jar. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">



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