diff --git a/releng.wtpbuilder/components/wst/dependency.xml b/releng.wtpbuilder/components/wst/dependency.xml index 90771e5bb3e19f3d4340881115ade8aac699a180..3a4809d2389b2f571c12be90329ba27cab1b0217 100644 --- a/releng.wtpbuilder/components/wst/dependency.xml +++ b/releng.wtpbuilder/components/wst/dependency.xml @@ -29,9 +29,18 @@ <antcall target="getAndInstall"> <param name="groupId" value="gef" /> </antcall> + + <antcall target="getAndInstall"> <param name="groupId" value="jem" /> </antcall> + <antcall target="getAndInstall"> + <param name="groupId" value="jem" /> + <param name="base.install.dir" + value="${env.BUILD_HOME}/prebuilt/" /> + </antcall> + + <antcall target="getAndInstall"> <param name="groupId" value="eclipse" /> </antcall> diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template index 7e1655ac216ea9172b32b5f9ccb6c0030b869be9..2d708b0e92d1949b076a00dd44c799bd4f9ba4de 100644 --- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template +++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template @@ -90,7 +90,6 @@ be downloaded and installed before the WTP can be installed.</P><br> <li>The Eclipse driver used in this build is <a href="@eclipseURL@">@eclipseFile@</a>. You can find a suitable driver for your platform at <a href=@eclipseBuildURL@>here</a><br></li> <li>The EMF driver used in this build is <a href="@emfURL@">@emfFile@</a><br></li> <li>The GEF driver used in this build is <a href="@gefURL@">@gefFile@</a><br></li> -<li>Java EMF Model Runtime driver used in this build is <a href="@jemURL@">@jemFile@</a><br></li> <li>Data Tools Platform (DTP) driver used in this build is <a href="@dtpURL@">@dtpFile@</a><br></li> <P></P>