From a45bcdde8d3d4c1a9f48e5f92cc4d708eefbdfcf Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 3 Jan 2007 14:54:14 +0000
Subject: [PATCH] prep for update sites

---
 releng.wtpbuilder/components/wst/dependency.xml          | 9 +++++++++
 .../wtp.site/templateFiles/index.html.template           | 1 -
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/releng.wtpbuilder/components/wst/dependency.xml b/releng.wtpbuilder/components/wst/dependency.xml
index 90771e5bb..3a4809d23 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 7e1655ac2..2d708b0e9 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>
 
-- 
GitLab