You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2007/07/08 21:01:15 UTC

svn commit: r554411 - /gump/metadata/project/jetty.xml

Author: leosimons
Date: Sun Jul  8 12:01:14 2007
New Revision: 554411

URL: http://svn.apache.org/viewvc?view=rev&rev=554411
Log:
New jar locations for jetty.

Modified:
    gump/metadata/project/jetty.xml

Modified: gump/metadata/project/jetty.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jetty.xml?view=diff&rev=554411&r1=554410&r2=554411
==============================================================================
--- gump/metadata/project/jetty.xml (original)
+++ gump/metadata/project/jetty.xml Sun Jul  8 12:01:14 2007
@@ -43,8 +43,9 @@
     <depend project="jaf"/>
     <work nested="target/classes"/>
     
-    <jar name="lib/org.mortbay.jetty.jar" id="jetty"/>
-    <jar name="lib/org.mortbay.jmx.jar" id="jetty-jmx"/>
+    <jar name="lib/jetty-6.1-SNAPSHOT.jar" id="jetty"/>
+    <jar name="lib//management/jetty-management-6.1-SNAPSHOT.jar" id="jetty-jmx"/>
+    <jar name="lib/jetty-util-6.1-SNAPSHOT.jar" id="jetty-util"/>
     <license name="LICENSE.TXT"/>
   </project>
 </module>