You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by rj...@apache.org on 2015/03/11 11:42:54 UTC

svn commit: r1665837 - /gump/metadata/project/tomcat-tc7.xml

Author: rjung
Date: Wed Mar 11 10:42:54 2015
New Revision: 1665837

URL: http://svn.apache.org/r1665837
Log:
Now that the Java 7 parts of Tomcat 7 are actually
being build, add them to the dependencies, so that
the test task works.

Modified:
    gump/metadata/project/tomcat-tc7.xml

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1665837&r1=1665836&r2=1665837&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Wed Mar 11 10:42:54 2015
@@ -75,6 +75,8 @@
     <jar name="lib/catalina-ha.jar" id="catalina-ha" />
     <jar name="lib/tomcat-api.jar" id="tomcat-api" />
     <jar name="lib/tomcat-util.jar" id="tomcat-util" />
+    <jar name="lib/websocket.jar-api" id="websocket-api" />
+    <jar name="lib/tomcat7-websocket.jar" id="tomcat7-websocket" />
     <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
   </project>