Author: xiaming
Date: Mon Jan 16 06:54:54 2012
New Revision: 1231849
URL: http://svn.apache.org/viewvc?rev=1231849&view=rev
Log:
GERONIMODEVTOOLS-779 release GEP2.1.8, change the version content in manifest.mf/plugin.xml and test suits' pom, patch provided by Yi Xiao
Added:
geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.9-SNAPSHOT.txt
Modified:
geronimo/devtools/eclipse-plugin/branches/2.1/assembly/src/main/assembly/site.xml
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/META-INF/MANIFEST.MF
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.v20/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/build.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/testsuite.properties
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
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.common/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
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.v20/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml
geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/server/pom.xml
Added: geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.9-SNAPSHOT.txt
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.9-SNAPSHOT.txt?rev=1231849&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.9-SNAPSHOT.txt (added)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.9-SNAPSHOT.txt Mon Jan 16 06:54:54 2012
@@ -0,0 +1,70 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
+
+
+Helpful URLs
+------------
+Geronimo Devtools: http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site: http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development: http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP: http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.5.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Helios or Indigo), which is platform-specific
+
+ -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (2.0.x or 2.1.x)
+
+ -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+ eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+ -vmargs
+ -Xms128m
+ -Xmx512m
+ -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version ${pom.version} Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 2.1.9-SNAPSHOT
+
+2. Support Eclipse Helios and Indigo
+
+
+Installation Instructions
+-------------------------
+
+See https://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v218.html
+
+Bug Fixes and New Features
+--------------------------
+GERONIMODEVTOOLS-689 NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7
+GERONIMODEVTOOLS-690 NullpointerException occurs if one adds a "Utility Project" to the EAR
+GERONIMODEVTOOLS-692 Can not build GEP on Mac
+GERONIMODEVTOOLS-774 java.lang.NullPointerException error happened for web application automatically redeploying after renamed the name of the project
+GERONIMODEVTOOLS-776 Using excluds in rat-maven-plugin to exclude the file whoes license header is not required
+GERONIMODEVTOOLS-778 Using GEP3.0.X's eclipse/build.xml to replace the GEP2.1.X's
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
+
+@version $Rev: 1227520 $ $Date: 2012-01-05 15:53:54 +0800 (Thu, 05 Jan 2012) $
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/assembly/src/main/assembly/site.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/assembly/src/main/assembly/site.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/assembly/src/main/assembly/site.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/assembly/src/main/assembly/site.xml Mon Jan 16 06:54:54 2012
@@ -97,7 +97,7 @@
-
+
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo V21 JAXB Models
Bundle-SymbolicName: org.apache.geronimo.jee.v21.jaxbmodel;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
Require-Bundle: org.apache.geronimo.runtime.common,
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=1231849&r1=1231848&r2=1231849&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 Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo Common Runtime Plug-in
Bundle-SymbolicName: org.apache.geronimo.runtime.common;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-ClassPath:
lib/geronimo-javaee-deployment_1.1MR3_spec-1.0.jar,
lib/commons-logging-1.0.4.jar,
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo V20 Runtime Plug-in
Bundle-SymbolicName: org.apache.geronimo.runtime.v20;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport
Bundle-ClassPath: lib/geronimo-common-2.0.2.jar,
lib/geronimo-deploy-jsr88-2.0.2.jar,
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,20 +2,20 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo V21 Runtime Plug-in
Bundle-SymbolicName: org.apache.geronimo.runtime.v21;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport
-Bundle-ClassPath: lib/geronimo-common-2.1.8.jar,
- lib/geronimo-deploy-jsr88-2.1.8.jar,
- lib/geronimo-deployment-2.1.8.jar,
- lib/geronimo-j2ee-schema-2.1.8.jar,
- lib/geronimo-kernel-2.1.8.jar,
- lib/geronimo-plugin-2.1.8.jar,
- lib/geronimo-system-2.1.8.jar,
- lib/geronimo-util-2.1.8.jar,
- lib/geronimo-deploy-config-2.1.8.jar,
+Bundle-ClassPath: lib/geronimo-common-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-deploy-jsr88-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-deployment-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-j2ee-schema-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-kernel-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-plugin-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-system-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-util-2.1.9-SNAPSHOT.jar,
+ lib/geronimo-deploy-config-2.1.9-SNAPSHOT.jar,
lib/geronimo-javaee-deployment_1.1MR3_spec-1.0.jar,
lib/plexus-archiver-1.0-alpha-7.jar,
- lib/geronimo-crypto-2.1.8.jar,
+ lib/geronimo-crypto-2.1.9-SNAPSHOT.jar,
lib/slf4j-api-1.4.3.jar,
lib/slf4j-simple-1.4.3.jar
Export-Package:
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml Mon Jan 16 06:54:54 2012
@@ -27,7 +27,7 @@
../pom.xml
- 2.1.8
+ 2.1.9-SNAPSHOT
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo Server Tools Core Plug-in
Bundle-SymbolicName: org.apache.geronimo.st.core;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.st.core.Activator
Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo Schema Catalog Plug-in
Bundle-SymbolicName: org.apache.geronimo.st.schemas;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Require-Bundle: org.eclipse.wst.xml.core
Bundle-Vendor: Apache Software Foundation
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.apache.geronimo.st.ui;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.st.ui.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.apache.geronimo.st.v20.core;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.st.v21.core.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo Server Tools V20 UI Plug-in
Bundle-SymbolicName: org.apache.geronimo.st.v20.ui;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.st.v21.ui.Activator
Require-Bundle: org.apache.geronimo.st.v21.core,
org.apache.geronimo.st.ui,
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.apache.geronimo.st.v21.core;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.st.v21.core.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo Server Tools V21 UI Plug-in
Bundle-SymbolicName: org.apache.geronimo.st.v21.ui;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.st.v21.ui.Activator
Bundle-Localization: plugin
Require-Bundle: org.apache.geronimo.st.v21.core,
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=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml Mon Jan 16 06:54:54 2012
@@ -85,7 +85,7 @@
${settings.localRepository}/eclipse-downloads
${settings.localRepository}/eclipse
- 2.1.8
+ 2.1.9-SNAPSHOT
devtools
keystore
CN=http://geronimo.apache.org,OU=Geronimo,O=Apache,L=Geronimo,S=Apache,C=US
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/build.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/build.xml Mon Jan 16 06:54:54 2012
@@ -45,7 +45,7 @@
-
+
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/eclipse/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
testsuite-eclipse
pom
- 2.1.8
+ 2.1.9-SNAPSHOT
Geronimo Eclipse Plugin :: Testsuite :: Eclipse
org.apache.geronimo.devtools
testsuite
- 2.1.8
+ 2.1.9-SNAPSHOT
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
testsuite-launcher
pom
- 2.1.8
+ 2.1.9-SNAPSHOT
Geronimo Eclipse Plugin :: Testsuite :: Launcher
org.apache.geronimo.devtools
testsuite
- 2.1.8
+ 2.1.9-SNAPSHOT
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/testsuite.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/testsuite.properties?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/testsuite.properties (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/launcher/testsuite.properties Mon Jan 16 06:54:54 2012
@@ -16,6 +16,6 @@
#
# @version $Rev$ $Date$
#
-org.apache.geronimo.testsuite.v21=org.apache.geronimo.testsuite.v21-2.1.8
-org.apache.geronimo.testsuite.v20=org.apache.geronimo.testsuite.v20-2.1.8
-org.apache.geronimo.testsuite.common=org.apache.geronimo.testsuite.common-2.1.8
+org.apache.geronimo.testsuite.v21=org.apache.geronimo.testsuite.v21-2.1.9-SNAPSHOT
+org.apache.geronimo.testsuite.v20=org.apache.geronimo.testsuite.v20-2.1.9-SNAPSHOT
+org.apache.geronimo.testsuite.common=org.apache.geronimo.testsuite.common-2.1.9-SNAPSHOT
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo v21 Server Tools Testsuite Common Plug-in
Bundle-SymbolicName: org.apache.geronimo.testsuite.common;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
Require-Bundle: abbot.swt;resolution:=optional,
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=1231849&r1=1231848&r2=1231849&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 Jan 16 06:54:54 2012
@@ -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.8">
+ version="2.1.9-SNAPSHOT">
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
org.apache.geronimo.testsuite.common
jar
- 2.1.8
+ 2.1.9-SNAPSHOT
${artifactId}
org.apache.geronimo.devtools
testsuite-plugins
- 2.1.8
+ 2.1.9-SNAPSHOT
@@ -189,8 +189,8 @@
-
-
+
+
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo v20 Server Tools Testsuite Plug-in
Bundle-SymbolicName: org.apache.geronimo.testsuite.v20;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.testsuite.v20.Activator
Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
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=1231849&r1=1231848&r2=1231849&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 Jan 16 06:54:54 2012
@@ -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.8"
+ version="2.1.9-SNAPSHOT"
class="org.apache.geronimo.testsuite.v20.Activator">
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
org.apache.geronimo.testsuite.v20
jar
- 2.1.8
+ 2.1.9-SNAPSHOT
${artifactId}
org.apache.geronimo.devtools
testsuite-plugins
- 2.1.8
+ 2.1.9-SNAPSHOT
@@ -166,8 +166,8 @@
-
-
+
+
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF Mon Jan 16 06:54:54 2012
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geronimo v21 Server Tools Testsuite Plug-in
Bundle-SymbolicName: org.apache.geronimo.testsuite.v21;singleton:=true
-Bundle-Version: 2.1.8
+Bundle-Version: 2.1.9
Bundle-Activator: org.apache.geronimo.testsuite.v21.Activator
Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
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=1231849&r1=1231848&r2=1231849&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 Jan 16 06:54:54 2012
@@ -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.8"
+ version="2.1.9-SNAPSHOT"
class="org.apache.geronimo.testsuite.v21.Activator">
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
org.apache.geronimo.testsuite.v21
jar
- 2.1.8
+ 2.1.9-SNAPSHOT
${artifactId}
org.apache.geronimo.devtools
testsuite-plugins
- 2.1.8
+ 2.1.9-SNAPSHOT
@@ -166,8 +166,8 @@
-
-
+
+
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/plugins/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
testsuite-plugins
pom
- 2.1.8
+ 2.1.9-SNAPSHOT
Geronimo Eclipse Plugin :: Testsuite :: Plugins
org.apache.geronimo.devtools
testsuite
- 2.1.8
+ 2.1.9-SNAPSHOT
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
testsuite
pom
- 2.1.8
+ 2.1.9-SNAPSHOT
Geronimo Eclipse Plugin :: Testsuite
org.apache.geronimo.devtools
geronimo-eclipse-plugin
- 2.1.8-SNAPSHOT
+ 2.1.9-SNAPSHOT-SNAPSHOT
@@ -39,7 +39,7 @@
- 2.1.8
+ 2.1.9-SNAPSHOT
2.0.2
Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/server/pom.xml?rev=1231849&r1=1231848&r2=1231849&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/server/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/server/pom.xml Mon Jan 16 06:54:54 2012
@@ -25,13 +25,13 @@
org.apache.geronimo.devtools
testsuite-server
pom
- 2.1.8
+ 2.1.9-SNAPSHOT
Geronimo Eclipse Plugin :: Testsuite :: Server
org.apache.geronimo.devtools
testsuite
- 2.1.8
+ 2.1.9-SNAPSHOT
@@ -59,7 +59,7 @@
-
+