Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-10-02 03:17:24 +0000
committerdavid_williams2010-10-02 03:17:24 +0000
commit783f90713bb2af9686b9a63544d06115cf018992 (patch)
tree18035c3a1dbd579e12692021aaf0523eb1b04306
parent6c87461d25f692bfce8354dfcb8cc21c50fab354 (diff)
downloadwebtools.maps-783f90713bb2af9686b9a63544d06115cf018992.tar.gz
webtools.maps-783f90713bb2af9686b9a63544d06115cf018992.tar.xz
webtools.maps-783f90713bb2af9686b9a63544d06115cf018992.zip
cleanup and simplify
-rw-r--r--releng/helios/dependencies.properties11
-rw-r--r--releng/maps/build.cfg2
2 files changed, 11 insertions, 2 deletions
diff --git a/releng/helios/dependencies.properties b/releng/helios/dependencies.properties
index c276f0016..3314482f8 100644
--- a/releng/helios/dependencies.properties
+++ b/releng/helios/dependencies.properties
@@ -190,7 +190,7 @@ 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.description=Combined EMF and EMF-XSD SDK.
emfandxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
@@ -365,6 +365,15 @@ wtp.build.home=http://download.eclipse.org/webtools/downloads/
wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/R-3.2.2-20100915173744
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
+# WTP tests, for patch builds
+wtptests.file = wtp-tests-R-3.2.2-20100915173744.zip
+wtptests.name = WTP Tests 3.2.2
+wtptests.description = WTP Tests 3.2.2 for Patch Builds
+wtptests.build.home=http://download.eclipse.org/webtools/downloads/
+wtptests.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/R-3.2.2-20100915173744
+wtptests.url=http://download.eclipse.org${wtp.mirror.prefixuri}
+
+
### DLTK
dltk.mirror.prefixuri=/technology/dltk/downloads/drops/R1.0/M-M200911111238-200911111238/
dltk.file=dltk-core-sdk-M-M200911111238-200911111238.zip
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 300c37796..035b6387d 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -35,7 +35,7 @@ buildDirectory=${env.PROJECT_PROJECTS}/${projectname}/workdir
# new in 3.4 based build, have the source files for sdk builds bundled as individual jars.
individualSourceBundles=true
-# dropins folder is either empty string, or /eclipse/dropins (no trailing spaces)
+# dropins folder is either left undefined, or /eclipse/dropins (no trailing spaces)
dropinsFolder=/eclipse/dropins
# should be set for 3.1+ build. should be unset (not exist, or commented out) for earlier builds

Back to the top