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:59:24 UTC

svn commit: r408718 - /geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml

Author: sppatel
Date: Mon May 22 10:59:24 2006
New Revision: 408718

URL: http://svn.apache.org/viewvc?rev=408718&view=rev
Log:
BUG FIX: fix typo extra <

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

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=408718&r1=408717&r2=408718&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:59:24 2006
@@ -13,7 +13,7 @@
   <!--TODO remove following properties after 3.2 migration -->
   <properties>
     <installLocation>${settings.localRepository}/eclipse/temp/</installLocation>
-    <platformDriver>S-3.2RC5-200605191206/eclipse-SDK-3.2RC5<</platformDriver>
+    <platformDriver>S-3.2RC5-200605191206/eclipse-SDK-3.2RC5</platformDriver>
     <geronimoVersion>1.1-SNAPSHOT</geronimoVersion>
     <openejbVersion>2.1-SNAPSHOT</openejbVersion>
   </properties>