Skip to content
Snippets Groups Projects
Commit a45bcdde authored by david_williams's avatar david_williams
Browse files

prep for update sites

parent f4826d55
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,18 @@ ...@@ -29,9 +29,18 @@
<antcall target="getAndInstall"> <antcall target="getAndInstall">
<param name="groupId" value="gef" /> <param name="groupId" value="gef" />
</antcall> </antcall>
<antcall target="getAndInstall"> <antcall target="getAndInstall">
<param name="groupId" value="jem" /> <param name="groupId" value="jem" />
</antcall> </antcall>
<antcall target="getAndInstall">
<param name="groupId" value="jem" />
<param name="base.install.dir"
value="${env.BUILD_HOME}/prebuilt/" />
</antcall>
<antcall target="getAndInstall"> <antcall target="getAndInstall">
<param name="groupId" value="eclipse" /> <param name="groupId" value="eclipse" />
</antcall> </antcall>
......
...@@ -90,7 +90,6 @@ be downloaded and installed before the WTP can be installed.</P><br> ...@@ -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 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 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>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> <li>Data Tools Platform (DTP) driver used in this build is <a href="@dtpURL@">@dtpFile@</a><br></li>
<P></P> <P></P>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment