Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 6798 invoked from network); 22 Nov 2010 08:03:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Nov 2010 08:03:36 -0000 Received: (qmail 84855 invoked by uid 500); 22 Nov 2010 08:04:07 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 84758 invoked by uid 500); 22 Nov 2010 08:04:07 -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 84751 invoked by uid 99); 22 Nov 2010 08:04:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 08:04:06 +0000 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, 22 Nov 2010 08:04:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ADA8723888E8; Mon, 22 Nov 2010 08:02:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1037627 - in /geronimo/devtools/eclipse-plugin/branches/2.1: ./ plugins/org.apache.geronimo.runtime.common/ plugins/org.apache.geronimo.runtime.common/META-INF/ testsuite/plugins/org.apache.geronimo.testsuite.common/ testsuite/plugins/org.... Date: Mon, 22 Nov 2010 08:02:34 -0000 To: scm@geronimo.apache.org From: hanhongfang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101122080234.ADA8723888E8@eris.apache.org> Author: hanhongfang Date: Mon Nov 22 08:02:34 2010 New Revision: 1037627 URL: http://svn.apache.org/viewvc?rev=1037627&view=rev Log: GERONIMODEVTOOLS-680 Synchronize GEP dependency per Server dependency list Thanks Yi Xiao for the patch. Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF?rev=1037627&r1=1037626&r2=1037627&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF (original) +++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF Mon Nov 22 08:02:34 2010 @@ -4,7 +4,7 @@ Bundle-Name: Geronimo Common Runtime Plu Bundle-SymbolicName: org.apache.geronimo.runtime.common;singleton:=true Bundle-Version: 2.1.7 Bundle-ClassPath: - lib/geronimo-j2ee-deployment_1.1_spec-1.0.jar, + lib/geronimo-javaee-deployment_1.1MR3_spec-1.0.jar, lib/commons-logging-1.0.4.jar, lib/cglib-nodep-2.1_3.jar, lib/jaxb-api-2.0.jar, Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml?rev=1037627&r1=1037626&r2=1037627&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml Mon Nov 22 08:02:34 2010 @@ -100,7 +100,7 @@ org.apache.geronimo.specs - geronimo-j2ee-deployment_1.1_spec + geronimo-javaee-deployment_1.1MR3_spec commons-logging @@ -195,7 +195,7 @@ org.apache.geronimo.specs - geronimo-j2ee-deployment_1.1_spec + geronimo-javaee-deployment_1.1MR3_spec javax.xml.bind Modified: geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml?rev=1037627&r1=1037626&r2=1037627&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml Mon Nov 22 08:02:34 2010 @@ -160,13 +160,7 @@ geronimo-activation_1.1_spec 1.0.2 - - - org.apache.geronimo.specs - geronimo-j2ee-deployment_1.1_spec - 1.0 - - + org.apache.geronimo.specs geronimo-javaee-deployment_1.1MR3_spec Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml?rev=1037627&r1=1037626&r2=1037627&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml Mon Nov 22 08:02:34 2010 @@ -23,7 +23,7 @@ id="org.apache.geronimo.testsuite.common" name="Geronimo v21 Server Tools Testsuite Plug-in" provider-name="Apache.org" - version="2.1.6"> + version="2.1.7"> Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml?rev=1037627&r1=1037626&r2=1037627&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml Mon Nov 22 08:02:34 2010 @@ -23,7 +23,7 @@ id="org.apache.geronimo.testsuite.v20" name="Geronimo v20 Server Tools Testsuite Plug-in" provider-name="Apache.org" - version="2.1.6" + version="2.1.7" class="org.apache.geronimo.testsuite.v20.Activator"> Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml?rev=1037627&r1=1037626&r2=1037627&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml Mon Nov 22 08:02:34 2010 @@ -23,7 +23,7 @@ id="org.apache.geronimo.testsuite.v21" name="Geronimo v21 Server Tools Testsuite Plug-in" provider-name="Apache.org" - version="2.1.6" + version="2.1.7" class="org.apache.geronimo.testsuite.v21.Activator">