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 20:29:18 UTC

svn commit: r408721 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: ./ org.apache.geronimo.deployment.model.edit/ org.apache.geronimo.deployment.model/ org.apache.geronimo.v11.deployment.model.edit/ org.apache.geronimo.v11.deployment.model/

Author: sppatel
Date: Mon May 22 11:29:17 2006
New Revision: 408721

URL: http://svn.apache.org/viewvc?rev=408721&view=rev
Log:
BUG FIX: update workaround platform url

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml?rev=408721&r1=408720&r2=408721&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml Mon May 22 11:29:17 2006
@@ -52,8 +52,7 @@
                             <goal>download</goal>
                         </goals>
                         <configuration>
-                            <platformUrl>
-                                http://download.eclipse.org/eclipse/downloads/drops/I20060329-0800/eclipse-SDK-I20060329-0800</platformUrl>
+                            <platformUrl>${tempPlatformURL}</platformUrl>
                             <urls>
                                 <url>${emfUrl}</url>
                             </urls>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml?rev=408721&r1=408720&r2=408721&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml Mon May 22 11:29:17 2006
@@ -55,8 +55,7 @@
                             <goal>download</goal>
                         </goals>
                         <configuration>
-                            <platformUrl>
-                                http://download.eclipse.org/eclipse/downloads/drops/I20060329-0800/eclipse-SDK-I20060329-0800</platformUrl>
+                            <platformUrl>${tempPlatformURL}</platformUrl>
                             <urls>
                                 <url>${emfUrl}</url>
                             </urls>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml?rev=408721&r1=408720&r2=408721&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml Mon May 22 11:29:17 2006
@@ -55,8 +55,7 @@
                             <goal>download</goal>
                         </goals>
                         <configuration>
-                            <platformUrl>
-                                http://download.eclipse.org/eclipse/downloads/drops/I20060329-0800/eclipse-SDK-I20060329-0800</platformUrl>
+                            <platformUrl>${tempPlatformURL}</platformUrl>
                             <urls>
                                 <url>${emfUrl}</url>
                             </urls>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model/pom.xml?rev=408721&r1=408720&r2=408721&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model/pom.xml Mon May 22 11:29:17 2006
@@ -55,8 +55,7 @@
                             <goal>download</goal>
                         </goals>
                         <configuration>
-                            <platformUrl>
-                                http://download.eclipse.org/eclipse/downloads/drops/I20060329-0800/eclipse-SDK-I20060329-0800</platformUrl>
+                            <platformUrl>${tempPlatformURL}</platformUrl>
                             <urls>
                                 <url>${emfUrl}</url>
                             </urls>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?rev=408721&r1=408720&r2=408721&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Mon May 22 11:29:17 2006
@@ -33,6 +33,12 @@
     <artifactId>geronimo-eclipse-plugin</artifactId> 
     <version>1.0</version>
   </parent>
+  
+  <!-- TODO remove following properties after 3.2 migration
+    need for running osgi under 3.2 due to platform bugs -->
+  <properties>
+    <tempPlatformURL>http://download.eclipse.org/eclipse/downloads/drops/S-3.2RC5-200605191206/eclipse-SDK-3.2RC5</tempPlatformURL>
+  </properties>
 
   <build>
     <plugins>