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/11/17 11:20:34 UTC

svn commit: r1203140 - /geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml

Author: hanhongfang
Date: Thu Nov 17 10:20:34 2011
New Revision: 1203140

URL: http://svn.apache.org/viewvc?rev=1203140&view=rev
Log:
GERONIMODEVTOOLS-775 Update Eclipse support to Indigo SR1

Modified:
    geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml?rev=1203140&r1=1203139&r2=1203140&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml Thu Nov 17 10:20:34 2011
@@ -45,7 +45,7 @@
 
     <!-- Set common propeties -->
 
-    <property name="eclipse_name"                   value="helios" />
+    <property name="eclipse_name"                   value="indigo" />
     <property name="eclipse_release"                value="SR1" />
     <property name="eclipse_basefilename"           value="eclipse-jee-${eclipse_name}-${eclipse_release}" />
     <property name="eclipse_downloadserver"         value="http://www.eclipse.org/downloads/download.php?file=" />