You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2010/11/08 07:22:37 UTC

svn commit: r1032469 - in /geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite: ./ eclipse/ launcher/ plugins/ plugins/org.apache.geronimo.testsuite.common/ plugins/org.apache.geronimo.testsuite.common/META-INF/ plugins/org.apache.geronimo.testsu...

Author: hanhongfang
Date: Mon Nov  8 06:22:37 2010
New Revision: 1032469

URL: http://svn.apache.org/viewvc?rev=1032469&view=rev
Log:
GERONIMODEVTOOLS-679 TestSuite not working on branch 2.1.7: first commit for various version upgrade.

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/build.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/testsuite.properties
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/server/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/build.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/build.xml Mon Nov  8 06:22:37 2010
@@ -45,7 +45,7 @@
         <property name="abbot_swt_version"      value="0.1.0.20080305_1254"/>
         <property name="abbot_swt"              value="abbot.swt-${abbot_swt_version}.zip"/>
         <property name="abbot_protocol"         value="?modtime=12047243638&amp;protocol=http"/>
-        <property name="gep_version"            value="2.1.6"/>
+        <property name="gep_version"            value="2.1.7"/>
     </target>
 
     <target name="win32" depends="init,common" description="Download Windows-specific artifact(s)">

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/eclipse/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>testsuite-eclipse</artifactId>
     <packaging>pom</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>Geronimo Eclipse Plugin :: Testsuite :: Eclipse</name>
                                                 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7</version>
     </parent>
 
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>testsuite-launcher</artifactId>
     <packaging>pom</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>Geronimo Eclipse Plugin :: Testsuite :: Launcher</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7</version>
     </parent>
 
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/testsuite.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/testsuite.properties?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/testsuite.properties (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/launcher/testsuite.properties Mon Nov  8 06:22:37 2010
@@ -16,6 +16,6 @@
 #
 # @version $Rev$ $Date$
 #
-org.apache.geronimo.testsuite.v21=org.apache.geronimo.testsuite.v21-2.1.6
-org.apache.geronimo.testsuite.v20=org.apache.geronimo.testsuite.v20-2.1.6
-org.apache.geronimo.testsuite.common=org.apache.geronimo.testsuite.common-2.1.6
+org.apache.geronimo.testsuite.v21=org.apache.geronimo.testsuite.v21-2.1.7
+org.apache.geronimo.testsuite.v20=org.apache.geronimo.testsuite.v20-2.1.7
+org.apache.geronimo.testsuite.common=org.apache.geronimo.testsuite.common-2.1.7

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF Mon Nov  8 06:22:37 2010
@@ -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.6
+Bundle-Version: 2.1.7
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin
 Require-Bundle: abbot.swt;resolution:=optional,

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.testsuite.common</artifactId>
     <packaging>jar</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>testsuite-plugins</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7</version>
     </parent>
 
     <build>
@@ -98,9 +98,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.1.6"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.common-2.1.6.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.1.6"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.1.7"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.common-2.1.7.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.1.7"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF Mon Nov  8 06:22:37 2010
@@ -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.6
+Bundle-Version: 2.1.7
 Bundle-Activator: org.apache.geronimo.testsuite.v20.Activator
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.testsuite.v20</artifactId>
     <packaging>jar</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>testsuite-plugins</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7</version>
     </parent>
 
     <build>
@@ -82,9 +82,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.1.6"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v20-2.1.6.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.1.6"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.1.7"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v20-2.1.7.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.1.7"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF Mon Nov  8 06:22:37 2010
@@ -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.6
+Bundle-Version: 2.1.7
 Bundle-Activator: org.apache.geronimo.testsuite.v21.Activator
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.testsuite.v21</artifactId>
     <packaging>jar</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>testsuite-plugins</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7</version>
     </parent>
 
     <build>
@@ -82,9 +82,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.1.6"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v21-2.1.6.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.1.6"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.1.7"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v21-2.1.7.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.1.7"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/plugins/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>testsuite-plugins</artifactId>
     <packaging>pom</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>Geronimo Eclipse Plugin :: Testsuite :: Plugins</name>
         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7-SNAPSHOT</version>
     </parent>
         
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>testsuite</artifactId>
     <packaging>pom</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>Geronimo Eclipse Plugin :: Testsuite</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.7-SNAPSHOT</version>
     </parent>
 
     <description>
@@ -39,7 +39,7 @@
     </description>
 
     <properties>
-        <geronimoVersion_1>2.1.6</geronimoVersion_1>
+        <geronimoVersion_1>2.1.7-SNAPSHOT</geronimoVersion_1>
         <geronimoVersion_2>2.0.2</geronimoVersion_2>
     </properties>
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/server/pom.xml?rev=1032469&r1=1032468&r2=1032469&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/server/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.7/testsuite/server/pom.xml Mon Nov  8 06:22:37 2010
@@ -25,13 +25,13 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>testsuite-server</artifactId>
     <packaging>pom</packaging>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <name>Geronimo Eclipse Plugin :: Testsuite :: Server</name>
                                                 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7</version>
     </parent>
 
     <build>
@@ -53,7 +53,7 @@
                                 <property name="geronimo_install1"       value="${basedir}/../launcher/"/>
                                 <property name="geronimo_assembly1"      value="org/apache/geronimo/assemblies"/>
                                 <property name="geronimo_name1"          value="geronimo-tomcat6-javaee5"/>
-                                <property name="geronimoVersion_1"       value="2.1.6"/>
+                                <property name="geronimoVersion_1"       value="2.1.7-SNAPSHOT"/>
                                 <mkdir dir="${geronimo_install1}"/>
                                 <unzip src="${settings.localRepository}/${geronimo_assembly1}/${geronimo_name1}/${geronimoVersion_1}/${geronimo_name1}-${geronimoVersion_1}-bin.zip"
                                       dest="${geronimo_install1}"/>