You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/05/22 19:44:00 UTC

svn commit: r408712 - in /geronimo/devtools/eclipse-plugin/trunk/emf: geronimo-1.0/pom.xml geronimo-1.1/pom.xml

Author: sppatel
Date: Mon May 22 10:44:00 2006
New Revision: 408712

URL: http://svn.apache.org/viewvc?rev=408712&view=rev
Log:
BUG FIX: specified 3.1.2 driver instead of 3.2 on last commit

Modified:
    geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml?rev=408712&r1=408711&r2=408712&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml Mon May 22 10:44:00 2006
@@ -13,7 +13,7 @@
   <!--TODO remove following properties after 3.2 migration -->
   <properties>
     <installLocation>${settings.localRepository}/eclipse/temp/</installLocation>
-    <platformDriver>R-3.1.2-200601181600/eclipse-SDK-3.1.2</platformDriver>
+    <platformDriver>S-3.2RC5-200605191206/eclipse-SDK-3.2RC5</platformDriver>
     <geronimoVersion>1.0</geronimoVersion>
     <openejbVersion>2.0</openejbVersion>
   </properties>

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml?rev=408712&r1=408711&r2=408712&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml Mon May 22 10:44:00 2006
@@ -13,7 +13,7 @@
   <!--TODO remove following properties after 3.2 migration -->
   <properties>
     <installLocation>${settings.localRepository}/eclipse/temp/</installLocation>
-    <platformDriver>R-3.1.2-200601181600/eclipse-SDK-3.1.2</platformDriver>
+    <platformDriver>S-3.2RC5-200605191206/eclipse-SDK-3.2RC5<</platformDriver>
     <geronimoVersion>1.1-SNAPSHOT</geronimoVersion>
     <openejbVersion>2.1-SNAPSHOT</openejbVersion>
   </properties>