Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 60937 invoked from network); 2 Mar 2009 17:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 17:11:05 -0000 Received: (qmail 43261 invoked by uid 500); 2 Mar 2009 17:11:05 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 43124 invoked by uid 500); 2 Mar 2009 17:11:05 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 43115 invoked by uid 99); 2 Mar 2009 17:11:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 09:11:05 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 17:11:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8D99823888F1; Mon, 2 Mar 2009 17:10:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r749363 - in /geronimo/server/trunk/plugins/activemq: activemq-webconsole-jetty/pom.xml activemq-webconsole-jetty/src/main/history/dependencies.xml activemq-webconsole-tomcat/pom.xml activemq-webconsole-tomcat/src/main/history/dependencies.xml Date: Mon, 02 Mar 2009 17:10:41 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090302171041.8D99823888F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djencks Date: Mon Mar 2 17:10:40 2009 New Revision: 749363 URL: http://svn.apache.org/viewvc?rev=749363&view=rev Log: dependency pruning Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/pom.xml geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/pom.xml geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/pom.xml?rev=749363&r1=749362&r2=749363&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/pom.xml Mon Mar 2 17:10:40 2009 @@ -1,22 +1,12 @@ - + - + @@ -92,6 +82,7 @@ activemq-webconsole ${geronimoVersion} war + provided @@ -99,6 +90,24 @@ org.apache.activemq activemq-web 5.3-SNAPSHOT + + + commons-logging + commons-logging-api + + + commons-logging + commons-logging + + + org.mortbay.jetty + jetty-util + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + + Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml?rev=749363&r1=749362&r2=749363&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml Mon Mar 2 17:10:40 2009 @@ -22,11 +22,6 @@ car - org.apache.geronimo.plugins - activemq-webconsole - war - - org.apache.activemq activemq-web jar @@ -37,11 +32,6 @@ jar - commons-logging - commons-logging-api - jar - - org.apache.camel camel-jms jar @@ -57,11 +47,6 @@ jar - commons-logging - commons-logging - jar - - org.springframework spring-aop jar @@ -92,11 +77,6 @@ jar - org.apache.geronimo.specs - geronimo-jta_1.0.1B_spec - jar - - rome rome jar Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/pom.xml?rev=749363&r1=749362&r2=749363&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/pom.xml Mon Mar 2 17:10:40 2009 @@ -92,6 +92,7 @@ activemq-webconsole ${geronimoVersion} war + provided @@ -99,6 +100,24 @@ org.apache.activemq activemq-web 5.3-SNAPSHOT + + + commons-logging + commons-logging-api + + + commons-logging + commons-logging + + + org.mortbay.jetty + jetty-util + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + + Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml?rev=749363&r1=749362&r2=749363&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml Mon Mar 2 17:10:40 2009 @@ -22,11 +22,6 @@ car - org.apache.geronimo.plugins - activemq-webconsole - war - - org.apache.activemq activemq-web jar @@ -37,11 +32,6 @@ jar - commons-logging - commons-logging-api - jar - - org.apache.camel camel-jms jar @@ -57,11 +47,6 @@ jar - commons-logging - commons-logging - jar - - org.springframework spring-aop jar @@ -92,16 +77,6 @@ jar - org.apache.geronimo.specs - geronimo-jta_1.0.1B_spec - jar - - - org.mortbay.jetty - jetty-util - jar - - rome rome jar