Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-09-27 17:45:19 +0000
committerdavid_williams2010-09-27 17:45:19 +0000
commite5fc34f4221b1e5f32d4aa3b3043098cd88fb872 (patch)
tree92ef6f46c845231ee64ed0d9172fcf357aa63106
parentc81be1d97b5e3b6450e0b8033386a739dc5311a6 (diff)
downloadwebtools.maps-e5fc34f4221b1e5f32d4aa3b3043098cd88fb872.tar.gz
webtools.maps-e5fc34f4221b1e5f32d4aa3b3043098cd88fb872.tar.xz
webtools.maps-e5fc34f4221b1e5f32d4aa3b3043098cd88fb872.zip
cleanup/make consistent
-rw-r--r--releng/helios/dependencies.properties10
-rw-r--r--releng/maps/build.cfg2
2 files changed, 11 insertions, 1 deletions
diff --git a/releng/helios/dependencies.properties b/releng/helios/dependencies.properties
index 7b69b0b66..baf1afe4b 100644
--- a/releng/helios/dependencies.properties
+++ b/releng/helios/dependencies.properties
@@ -182,6 +182,16 @@ emfxsdsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
emfxsdsourcedoc.description=Additional download with Source and Documentation.
emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=317256
+emfandxsd.id=${emf.id}
+emfandxsd.dir.id=${emf.dir.id}
+emfandxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.x/${emfandxsd.dir.id}
+emfandxsd.file=emf-xsd-SDK-${emfandxsd.id}.zip
+emfandxsd.name=EMF and XSD SDK
+
+emfandxsd.url=http://download.eclipse.org${emfandxsd.mirror.prefixuri}
+emfandxsd.description=EMF and EMF-XSD SDK.
+emfandxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 5e3ecda96..0ae8e54c4 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -1,4 +1,4 @@
-builderVersion=HEAD
+builderVersion=v201009271744
#builderVersion=v201009120908
eclipse.builder=org.eclipse.releng.basebuilder

Back to the top