Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-02-14 23:21:22 +0000
committerdavid_williams2011-02-14 23:21:22 +0000
commit0f33b1f332187748be23d6b8bf90e75ab1bb6d11 (patch)
tree059ac438a81ad590d61bab2e16cf7f438596796f
parentb0578aa33db63a9f119ce2e531409cc49bd2c2c3 (diff)
downloadwebtools.maps-0f33b1f332187748be23d6b8bf90e75ab1bb6d11.tar.gz
webtools.maps-0f33b1f332187748be23d6b8bf90e75ab1bb6d11.tar.xz
webtools.maps-0f33b1f332187748be23d6b8bf90e75ab1bb6d11.zip
prep to restore 4.1 builds
-rw-r--r--releng/indigo4/dependencies.properties22
-rw-r--r--releng/maps/build.cfg2
2 files changed, 12 insertions, 12 deletions
diff --git a/releng/indigo4/dependencies.properties b/releng/indigo4/dependencies.properties
index 658b6eafa..169b53112 100644
--- a/releng/indigo4/dependencies.properties
+++ b/releng/indigo4/dependencies.properties
@@ -72,10 +72,10 @@ wtp.eclipse.build.dir=S-3.7M5-201101272034
eclipse.name=Eclipse SDK v3.7
eclipse.description=(Platform, PDE, JDT)
-4x.build.id=4.1M5
-4x.build.dir=S-4.1M5-201101282000
-4x.name=Eclipse SDK v4.1
-4x.description=(Platform, PDE, JDT, EMF Core)
+e4x.build.id=4.1M5
+e4x.build.dir=S-4.1M5-201101282000
+e4x.name=Eclipse SDK v4.1
+e4x.description=(Platform, PDE, JDT, EMF Core)
#######################################################################################
# Eclipse SDK Dependency
@@ -83,13 +83,13 @@ eclipse.description=(Platform, PDE, JDT)
# Eclipse SDK will be used for building the distribution
# groupID : eclipse
-4x.mirror.prefixuri=/e4/sdk/drops/${4x.build.dir}
-4x.url=http://download.eclipse.org${4x.mirror.prefixuri}
-4x.file.linux-gtk-x86=eclipse-SDK-${4x.build.id}-linux-gtk.tar.gz
-4x.file.linux-gtk-ppc=eclipse-SDK-${4x.build.id}-linux-gtk-ppc64.tar.gz
-4x.file.win32-win32-x86=eclipse-SDK-${4x.build.id}-win32.zip
-4x.file.macosx-carbon-ppc=eclipse-SDK-${4x.build.id}-macosx-carbon.tar.gz
-4x.build.home=http://download.eclipse.org/e4/sdk
+e4x.mirror.prefixuri=/e4/sdk/drops/${4x.build.dir}
+e4x.url=http://download.eclipse.org${4x.mirror.prefixuri}
+e4x.file.linux-gtk-x86=eclipse-SDK-${4x.build.id}-linux-gtk.tar.gz
+e4x.file.linux-gtk-ppc=eclipse-SDK-${4x.build.id}-linux-gtk-ppc64.tar.gz
+e4x.file.win32-win32-x86=eclipse-SDK-${4x.build.id}-win32.zip
+e4x.file.macosx-carbon-ppc=eclipse-SDK-${4x.build.id}-macosx-carbon.tar.gz
+e4x.build.home=http://download.eclipse.org/e4/sdk
#######################################################################################
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index a07b6dda3..6c424121d 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -1,4 +1,4 @@
-builderVersion=v201102142040
+builderVersion=v201102142320
eclipse.builder=org.eclipse.releng.basebuilder

Back to the top