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 2011/01/17 05:25:29 UTC

svn commit: r1059748 - in /geronimo/devtools/eclipse-plugin/trunk: plugins/org.apache.geronimo.runtime.common/.classpath plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF plugins/org.apache.geronimo.runtime.common/pom.xml pom.xml

Author: hanhongfang
Date: Mon Jan 17 04:25:29 2011
New Revision: 1059748

URL: http://svn.apache.org/viewvc?rev=1059748&view=rev
Log:
GERONIMODEVTOOLS-695 Synchronize dependency version with Geronimo 3.0 M2

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/.classpath
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/.classpath
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/.classpath?rev=1059748&r1=1059747&r2=1059748&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/.classpath (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/.classpath Mon Jan 17 04:25:29 2011
@@ -5,7 +5,7 @@
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-activation_1.1_spec-1.1.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-stax-api_1.2_spec-1.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-javaee-deployment_1.1MR3_spec-1.0.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-jaxb_2.2_spec-1.0.jar" sourcepath="/geronimo-jaxb_2.2_spec"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-jaxb_2.2_spec-1.0.1.jar" sourcepath="/geronimo-jaxb_2.2_spec"/>
 	<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.2_1.jar" sourcepath="/jaxb-impl-2.2"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF?rev=1059748&r1=1059747&r2=1059748&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF Mon Jan 17 04:25:29 2011
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.apache.geronimo
 Bundle-Version: 3.0.0
 Bundle-ClassPath: lib/geronimo-activation_1.1_spec-1.1.jar,
  lib/geronimo-stax-api_1.2_spec-1.0.jar,
- lib/geronimo-jaxb_2.2_spec-1.0.jar,
+ lib/geronimo-jaxb_2.2_spec-1.0.1.jar,
  lib/jaxb-impl-2.2_1.jar,
  lib/commons-logging-1.1.1.jar,
  lib/cglib-nodep-2.1_3.jar,

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml?rev=1059748&r1=1059747&r2=1059748&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml Mon Jan 17 04:25:29 2011
@@ -134,8 +134,8 @@
                                 </artifactItem>
                                 <artifactItem>
                                    <groupId>org.apache.geronimo.specs</groupId>
-				   				   <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-				   				   <version>1.0</version>
+				   <artifactId>geronimo-jaxb_2.2_spec</artifactId>
+				   <version>1.0.1</version>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.geronimo.bundles</groupId>

Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=1059748&r1=1059747&r2=1059748&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Mon Jan 17 04:25:29 2011
@@ -106,10 +106,10 @@
             </dependency>
                         
             <dependency>
-		<groupId>org.apache.geronimo.specs</groupId>
-		<artifactId>geronimo-jaxb_2.2_spec</artifactId>
-		<version>1.0</version>
-	    </dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jaxb_2.2_spec</artifactId>
+                <version>1.0.1</version>
+            </dependency>
                         
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
@@ -146,12 +146,6 @@
                 <artifactId>geronimo-activation_1.1_spec</artifactId>
                 <version>1.1</version>
             </dependency>
-
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
                         
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>