Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/maps/dependencies.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/releng/maps/dependencies.properties b/releng/maps/dependencies.properties
index 968f8de0e..f9b7b0a7c 100644
--- a/releng/maps/dependencies.properties
+++ b/releng/maps/dependencies.properties
@@ -55,6 +55,23 @@ orbitthirdpartymap.file=orbitBundles-${orbitthirdpartyzip.build.id}.map
orbitthirdpartymap.name=orbit thirdparty map
orbitthirdpartymap.description=orbit thirdparty map
+#######################################################################################
+# WTP itself, for patch builds
+# groupID : wtp
+wtp.url = /webtools/downloads/drops/R3.0/R-3.0.3-20081113203138/wtp-sdk-R-3.0.3-20081113203138.zip&url=http://download.eclipse.org/webtools/downloads/drops/R3.0/R-3.0.3-20081113203138/
+wtp.file = wtp-sdk-R-3.0.3-20081113203138.zip
+wtp.name = WTP 3.0.3
+wtp.description = WTP 3.0.3 SDK
+#######################################################################################
+
+#######################################################################################
+# WTP itself, for patch builds
+# groupID : wtp
+wtp-test.url = /webtools/downloads/drops/R3.0/R-3.0.3-20081113203138/wtp-sdk-R-3.0.3-20081113203138.zip&url=http://download.eclipse.org/webtools/downloads/drops/R3.0/R-3.0.3-20081113203138/
+wtp-test.file = wtp-Automated-Tests-R-3.0.3-20081113203138.zip
+wtp-test.name = WTP Tests 3.0.3
+wtp-test.description = WTP Tests 3.0.3 Runtime
+#######################################################################################
#######################################################################################
# SourceForge DITA-OT

Back to the top