Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 70536 invoked from network); 23 Apr 2008 23:45:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 23:45:54 -0000 Received: (qmail 3113 invoked by uid 500); 23 Apr 2008 23:45:55 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 3066 invoked by uid 500); 23 Apr 2008 23:45:55 -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 3055 invoked by uid 99); 23 Apr 2008 23:45:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 16:45:55 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 23:45:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 712311A9838; Wed, 23 Apr 2008 16:45:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r651109 - in /geronimo/devtools/eclipse-plugin/trunk: assembly/ assembly/src/main/assembly/ features/org.apache.geronimo.installableruntime.jetty.feature/ features/org.apache.geronimo.installableruntime.tomcat.feature/ plugins/org.apache.ge... Date: Wed, 23 Apr 2008 23:45:28 -0000 To: scm@geronimo.apache.org From: mcconne@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080423234529.712311A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mcconne Date: Wed Apr 23 16:45:26 2008 New Revision: 651109 URL: http://svn.apache.org/viewvc?rev=651109&view=rev Log: GERONIMODEVTOOLS-291 Create staging site for GEP 2.1.0 release Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/plugin.xml Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml Wed Apr 23 16:45:26 2008 @@ -35,7 +35,7 @@ org.apache.maven.plugins maven-assembly-plugin - geronimo-eclipse-plugin-${version}-RC1 + geronimo-eclipse-plugin-${version} src/main/assembly/deployable.xml src/main/assembly/updatesite.xml Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/site.xml Wed Apr 23 16:45:26 2008 @@ -28,32 +28,32 @@ - + - + - + - - - - Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml Wed Apr 23 16:45:26 2008 @@ -32,7 +32,7 @@ --> ${artifactId}_${version}.${extension} - eclipse/plugins/ + plugins/ false org.apache.geronimo.devtools:org.apache.geronimo.jee.v21.jaxbmodel @@ -55,7 +55,7 @@ --> ${artifactId}_${version}.${extension} - eclipse/features/ + features/ org.apache.geronimo.devtools:org.apache.geronimo.feature org.apache.geronimo.devtools:org.apache.geronimo.installableruntime.jetty.feature Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml Wed Apr 23 16:45:26 2008 @@ -38,7 +38,7 @@ Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml Wed Apr 23 16:45:26 2008 @@ -38,7 +38,7 @@ Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml Wed Apr 23 16:45:26 2008 @@ -54,7 +54,6 @@ --> - @@ -66,17 +65,6 @@ - - - - - - - - - - - Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml Wed Apr 23 16:45:26 2008 @@ -48,14 +48,12 @@ @@ -70,13 +68,11 @@ --> @@ -143,8 +139,7 @@
Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml?rev=651109&r1=651108&r2=651109&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.xml Wed Apr 23 16:45:26 2008 @@ -48,20 +48,32 @@
+ + + - - - - - - + + path="geronimo-tomcat6-javaee5-2.1.zip"> + path="geronimo-jetty6-javaee5-2.1.zip">