Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/indigo/dependencies.properties14
-rw-r--r--releng/indigo4/dependencies.properties14
2 files changed, 10 insertions, 18 deletions
diff --git a/releng/indigo/dependencies.properties b/releng/indigo/dependencies.properties
index e7f15d45a..aad369d58 100644
--- a/releng/indigo/dependencies.properties
+++ b/releng/indigo/dependencies.properties
@@ -221,8 +221,8 @@ gef.build.home=http://download.eclipse.org/tools/gef/downloads/
# DTP SDK will be used for building the distribution
# groupID : dtp
-dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.8.1
-dtp.file=dtp-sdk-1.8.1RC4-201009141028.zip
+dtp.mirror.prefixuri=/datatools/downloads/1.8
+dtp.file=dtp-sdk_1.8.1.zip
dtp.name=DTP sdk v1.8.1
dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
@@ -357,12 +357,12 @@ jst.build.home=${wst.build.home}
jst.mirror.prefixuri=${wst.mirror.prefixuri}
jst.url=${wst.url}
-# WTP - used by PAVE
-wtp.file=wtp-sdk-R-3.2.0-20100615235519.zip
+# WTP
+wtp.file=wtp-sdk-R-3.2.2-20100915173744.zip
wtp.name=WTP
wtp.description=WTP as pre-req
wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519
+wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/R-3.2.2-20100915173744
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
### DLTK
@@ -374,7 +374,3 @@ dltk.url=http://download.eclipse.org${dltk.mirror.prefixuri}
dltk.description=DLTK Code and Source.
dltk.build.home=http://download.eclipse.org/technology/dltk/downloads/
-#URL to Internal Reference Tool
-internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/internal-200302241157.zip
-internalRefToolFile=internal-200302241157.zip
-
diff --git a/releng/indigo4/dependencies.properties b/releng/indigo4/dependencies.properties
index 185a0307e..168e5b107 100644
--- a/releng/indigo4/dependencies.properties
+++ b/releng/indigo4/dependencies.properties
@@ -240,8 +240,8 @@ gef.build.home=http://download.eclipse.org/tools/gef/downloads/
# DTP SDK will be used for building the distribution
# groupID : dtp
-dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.8.1
-dtp.file=dtp-sdk-1.8.1RC4-201009141028.zip
+dtp.mirror.prefixuri=/datatools/downloads/1.8
+dtp.file=dtp-sdk_1.8.1.zip
dtp.name=DTP sdk v1.8.1
dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
@@ -376,12 +376,12 @@ jst.build.home=${wst.build.home}
jst.mirror.prefixuri=${wst.mirror.prefixuri}
jst.url=${wst.url}
-# WTP - used by PAVE
-wtp.file=wtp-sdk-R-3.2.0-20100615235519.zip
+# WTP
+wtp.file=wtp-sdk-R-3.2.2-20100915173744.zip
wtp.name=WTP
wtp.description=WTP as pre-req
wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519
+wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/R-3.2.2-20100915173744
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
### DLTK
@@ -393,7 +393,3 @@ dltk.url=http://download.eclipse.org${dltk.mirror.prefixuri}
dltk.description=DLTK Code and Source.
dltk.build.home=http://download.eclipse.org/technology/dltk/downloads/
-#URL to Internal Reference Tool
-internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/internal-200302241157.zip
-internalRefToolFile=internal-200302241157.zip
-

Back to the top