You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2009/12/31 13:52:18 UTC

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

Author: delos
Date: Thu Dec 31 12:52:17 2009
New Revision: 894835

URL: http://svn.apache.org/viewvc?rev=894835&view=rev
Log:
change the version of server runtime library from 2.2-snapshot into 2.2

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

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF?rev=894835&r1=894834&r2=894835&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF Thu Dec 31 12:52:17 2009
@@ -4,18 +4,18 @@
 Bundle-SymbolicName: org.apache.geronimo.runtime.v22;singleton:=true
 Bundle-Version: 2.2.0
 Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport
-Bundle-ClassPath: lib/geronimo-common-2.2-SNAPSHOT.jar,
- lib/geronimo-deploy-jsr88-2.2-SNAPSHOT.jar,
- lib/geronimo-deployment-2.2-SNAPSHOT.jar,
- lib/geronimo-j2ee-schema-2.2-SNAPSHOT.jar,
- lib/geronimo-kernel-2.2-SNAPSHOT.jar,
- lib/geronimo-plugin-2.2-SNAPSHOT.jar,
- lib/geronimo-system-2.2-SNAPSHOT.jar,
- lib/geronimo-util-2.2-SNAPSHOT.jar,
- lib/geronimo-deploy-config-2.2-SNAPSHOT.jar,
+Bundle-ClassPath: lib/geronimo-common-2.2.jar,
+ lib/geronimo-deploy-jsr88-2.2.jar,
+ lib/geronimo-deployment-2.2.jar,
+ lib/geronimo-j2ee-schema-2.2.jar,
+ lib/geronimo-kernel-2.2.jar,
+ lib/geronimo-plugin-2.2.jar,
+ lib/geronimo-system-2.2.jar,
+ lib/geronimo-util-2.2.jar,
+ lib/geronimo-deploy-config-2.2.jar,
  lib/geronimo-javaee-deployment_1.1MR3_spec-1.0.jar,
  lib/plexus-archiver-1.0-alpha-7.jar,
- lib/geronimo-crypto-2.2-SNAPSHOT.jar,
+ lib/geronimo-crypto-2.2.jar,
  lib/slf4j-api-1.4.3.jar,
  lib/slf4j-simple-1.4.3.jar
 Export-Package: 

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/pom.xml?rev=894835&r1=894834&r2=894835&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/plugins/org.apache.geronimo.runtime.v22/pom.xml Thu Dec 31 12:52:17 2009
@@ -27,7 +27,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
-        <geronimoVersion>2.2-SNAPSHOT</geronimoVersion>
+        <geronimoVersion>2.2</geronimoVersion>
     </properties>
     <build>
         <resources>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/pom.xml?rev=894835&r1=894834&r2=894835&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/pom.xml Thu Dec 31 12:52:17 2009
@@ -65,9 +65,9 @@
     </mailingLists>
                         
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk/</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk/</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.2</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.2</url>
     </scm>
                         
     <organization>
@@ -318,6 +318,13 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                   <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clean-plugin</artifactId>
                 <version>2.2</version>
                 <configuration>