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/12/01 02:53:39 UTC

svn commit: r1040853 - in /geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21: META-INF/MANIFEST.MF pom.xml

Author: hanhongfang
Date: Wed Dec  1 01:53:38 2010
New Revision: 1040853

URL: http://svn.apache.org/viewvc?rev=1040853&view=rev
Log:
GERONIMODEVTOOLS-682 Upgrade Geronimo server support to 2.1.7 in GEP branch 22

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF?rev=1040853&r1=1040852&r2=1040853&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF Wed Dec  1 01:53:38 2010
@@ -4,17 +4,17 @@ Bundle-Name: Geronimo V21 Runtime Plug-i
 Bundle-SymbolicName: org.apache.geronimo.runtime.v21;singleton:=true
 Bundle-Version: 2.2.1
 Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport
-Bundle-ClassPath: lib/geronimo-common-2.1.5.jar,
- lib/geronimo-deploy-jsr88-2.1.5.jar,
- lib/geronimo-deployment-2.1.5.jar,
- lib/geronimo-j2ee-schema-2.1.5.jar,
- lib/geronimo-kernel-2.1.5.jar,
- lib/geronimo-plugin-2.1.5.jar,
- lib/geronimo-system-2.1.5.jar,
- lib/geronimo-util-2.1.5.jar,
- lib/geronimo-deploy-config-2.1.5.jar,
+Bundle-ClassPath: lib/geronimo-common-2.1.7.jar,
+ lib/geronimo-deploy-jsr88-2.1.7.jar,
+ lib/geronimo-deployment-2.1.7.jar,
+ lib/geronimo-j2ee-schema-2.1.7.jar,
+ lib/geronimo-kernel-2.1.7.jar,
+ lib/geronimo-plugin-2.1.7.jar,
+ lib/geronimo-system-2.1.7.jar,
+ lib/geronimo-util-2.1.7.jar,
+ lib/geronimo-deploy-config-2.1.7.jar,
  lib/plexus-archiver-1.0-alpha-7.jar,
- lib/geronimo-crypto-2.1.5.jar,
+ lib/geronimo-crypto-2.1.7.jar,
  lib/slf4j-api-1.4.3.jar,
  lib/slf4j-simple-1.4.3.jar
 Export-Package: org.apache.geronimo.common,

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/pom.xml?rev=1040853&r1=1040852&r2=1040853&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v21/pom.xml Wed Dec  1 01:53:38 2010
@@ -27,7 +27,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
-        <geronimoVersion>2.1.5</geronimoVersion>
+        <geronimoVersion>2.1.7</geronimoVersion>
     </properties>
     <build>
         <resources>