Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 76880 invoked from network); 25 Jun 2007 21:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 21:23:01 -0000 Received: (qmail 36814 invoked by uid 500); 25 Jun 2007 21:23:04 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 36658 invoked by uid 500); 25 Jun 2007 21:23:04 -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 36647 invoked by uid 99); 25 Jun 2007 21:23:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 14:23:04 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 14:23:00 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 522031A981A; Mon, 25 Jun 2007 14:22:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550613 - in /geronimo/sandbox/portals: pluto-container/pom.xml pluto-container/src/main/resources/META-INF/geronimo-plugin.xml pluto-portal/src/main/webapp/WEB-INF/geronimo-web.xml pom.xml Date: Mon, 25 Jun 2007 21:22:38 -0000 To: scm@geronimo.apache.org From: pmcmahan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070625212238.522031A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pmcmahan Date: Mon Jun 25 14:22:36 2007 New Revision: 550613 URL: http://svn.apache.org/viewvc?view=rev&rev=550613 Log: move pluto-driver's spring dependency to pluto-container. this gives portal webapps access to the pluto-driver's spring context, or they can use a hidden-classes filter if they want to use their own private copy of spring Modified: geronimo/sandbox/portals/pluto-container/pom.xml geronimo/sandbox/portals/pluto-container/src/main/resources/META-INF/geronimo-plugin.xml geronimo/sandbox/portals/pluto-portal/src/main/webapp/WEB-INF/geronimo-web.xml geronimo/sandbox/portals/pom.xml Modified: geronimo/sandbox/portals/pluto-container/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/pluto-container/pom.xml?view=diff&rev=550613&r1=550612&r2=550613 ============================================================================== --- geronimo/sandbox/portals/pluto-container/pom.xml (original) +++ geronimo/sandbox/portals/pluto-container/pom.xml Mon Jun 25 14:22:36 2007 @@ -76,6 +76,26 @@ pluto-taglib + + org.springframework + spring-beans + + + + org.springframework + spring-context + + + + org.springframework + spring-core + + + + org.springframework + spring-web + + Modified: geronimo/sandbox/portals/pluto-container/src/main/resources/META-INF/geronimo-plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/pluto-container/src/main/resources/META-INF/geronimo-plugin.xml?view=diff&rev=550613&r1=550612&r2=550613 ============================================================================== --- geronimo/sandbox/portals/pluto-container/src/main/resources/META-INF/geronimo-plugin.xml (original) +++ geronimo/sandbox/portals/pluto-container/src/main/resources/META-INF/geronimo-plugin.xml Mon Jun 25 14:22:36 2007 @@ -45,6 +45,10 @@ javax.portlet/portlet-api/1.0/jar org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1-SNAPSHOT/jar org.codehaus.castor/castor/1.1.1/jar + org.springframework/spring-beans/2.0.2/jar + org.springframework/spring-context/2.0.2/jar + org.springframework/spring-core/2.0.2/jar + org.springframework/spring-web/2.0.2/jar http://people.apache.org/repo/m2-snapshot-repository/ http://repo1.maven.org/maven2/ http://www.ibiblio.org/maven2/ Modified: geronimo/sandbox/portals/pluto-portal/src/main/webapp/WEB-INF/geronimo-web.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/pluto-portal/src/main/webapp/WEB-INF/geronimo-web.xml?view=diff&rev=550613&r1=550612&r2=550613 ============================================================================== --- geronimo/sandbox/portals/pluto-portal/src/main/webapp/WEB-INF/geronimo-web.xml (original) +++ geronimo/sandbox/portals/pluto-portal/src/main/webapp/WEB-INF/geronimo-web.xml Mon Jun 25 14:22:36 2007 @@ -40,16 +40,7 @@ car - - org.springframework - - org.apache.cxf - org.apache.axis - + Modified: geronimo/sandbox/portals/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/pom.xml?view=diff&rev=550613&r1=550612&r2=550613 ============================================================================== --- geronimo/sandbox/portals/pom.xml (original) +++ geronimo/sandbox/portals/pom.xml Mon Jun 25 14:22:36 2007 @@ -58,6 +58,7 @@ 2.0-SNAPSHOT 3.8.2 1.2.0-SNAPSHOT + 2.0.2 @@ -92,6 +93,26 @@ junit junit + + junit + junit + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-web + @@ -124,6 +145,22 @@ junit junit + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-web + @@ -216,6 +253,30 @@ dwr dwr 1.1.3 + + + + org.springframework + spring-beans + ${springVersion} + + + + org.springframework + spring-context + ${springVersion} + + + + org.springframework + spring-core + ${springVersion} + + + + org.springframework + spring-web + ${springVersion}