diff options
author | Carl Anderson | 2012-10-31 16:05:53 +0000 |
---|---|---|
committer | Carl Anderson | 2012-10-31 16:05:53 +0000 |
commit | cc43c7e040b04823321ad476d6afc1b82dbeef6d (patch) | |
tree | 76b967466c1521b2790e128e0b318a70496a6253 | |
parent | 04186cfeebf01bbfedb3eea151484566f20c18be (diff) | |
download | webtools.maps-cc43c7e040b04823321ad476d6afc1b82dbeef6d.tar.gz webtools.maps-cc43c7e040b04823321ad476d6afc1b82dbeef6d.tar.xz webtools.maps-cc43c7e040b04823321ad476d6afc1b82dbeef6d.zip |
[390993] New Server Wizard non-default name fails [regression]
-rw-r--r-- | releng/juno/dependencies.properties | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/releng/juno/dependencies.properties b/releng/juno/dependencies.properties index f2b2de7ae..f93a5c87a 100644 --- a/releng/juno/dependencies.properties +++ b/releng/juno/dependencies.properties @@ -452,10 +452,11 @@ jst.mirror.prefixuri=${wst.mirror.prefixuri} jst.url=${wst.url} # WTP -wtp.id=R-3.2.2-20100915173744 -wtp.dir.id=R3.2.2/R-3.2.2-20100915173744 -wtp.file=wtp-sdk-${wtp.id}.zip -wtp.name=WTP +wtp.id=R-3.4.1-20120917174803 +wtp.dir.id=R3.4.1/R-3.4.1-20120917174803 +wtp.file=wtp4x-sdk-${wtp.id}.zip +wtp.repo=wtp4x-repo-${wtp.id}.zip +wtp.name=WTP 3.4.1 wtp.description=Release used for Patch Builds wtp.build.home=http://download.eclipse.org/webtools/downloads/ wtp.mirror.prefixuri=/webtools/downloads/drops/${wtp.dir.id} @@ -464,9 +465,10 @@ wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri} # WTP tests, for patch builds wtptests.id=${wtp.id} wtptests.dir.id=${wtp.dir.id} -wtptests.file = wtp-tests-${wtptests.id}.zip -wtptests.name = WTP Tests 3.2.2 -wtptests.description = WTP Tests 3.2.2 for Patch Builds +wtptests.file = wtp4x-tests-${wtptests.id}.zip +wtptests.repo = wtp4x-tests-repo-${wtptests.id}.zip +wtptests.name = WTP Tests 3.4.1 +wtptests.description = WTP Tests for Patch Builds wtptests.build.home=http://download.eclipse.org/webtools/downloads/ wtptests.mirror.prefixuri=/webtools/downloads/drops/${wtptests.dir.id} wtptests.url=http://download.eclipse.org${wtptests.mirror.prefixuri} |