diff --git a/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html b/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html index 7468b4d72c88c7e818e65f3ee9b2d8d86b7d3bef..172471481539b1a98258514757745d5e5901f813 100644 --- a/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html +++ b/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html @@ -18,12 +18,12 @@ Web Tools Platform (WTP)</h1> Platform (WTP).</p> <p>If you are just getting started with Eclipse or Eclipse Web Tools, you may want to first install from the <a - href="http://download.eclipse.org/releases/europa/">Europa</a> update site, as + href="http://download.eclipse.org/releases/ganymede/">Ganymede</a> update site, as it would have everything you need to get started.</p> <p>This Web Tools Platform update site does assume you have all the pre-reqs installed.</p> <p>Beyond the basic Web Tools Platform, this site offers the SDK -version of Web Tools</p> +version of Web Tools and also the XSL Incubating Component.</p> <p>To use this update site in your existing installation of Eclipse, add the following URL as a remote update site in your update manager, if it does not already have it.</p> diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/features-ganymede-wtp.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/features-ganymede-wtp.xml index f373ce83800f8210f9e7265cad504eda4a035cf6..5f87bca9ef738885274706cc874f55ca89c03607 100644 --- a/org.eclipse.wtp.releng.webupdatesite/build-home/features-ganymede-wtp.xml +++ b/org.eclipse.wtp.releng.webupdatesite/build-home/features-ganymede-wtp.xml @@ -10,10 +10,10 @@ <!-- don't forget, for now have to first manually copy xsl bundles to 3.0 site --> <property name="from.update.site" - value="file:///shared/webtools/committers/wtp-R3.0-S/20080403203514/S-3.0M6-20080403203514/updateSite" /> + value="file:///shared/webtools/committers/wtp-R3.0-S/20080404063211/S-3.0M6-20080404063211/updateSite" /> <echo message=" pulling update jars from ${from.update.site}" /> - <ant antfile="updateMirrorProject.xml"> + <ant antfile="updateMirrorProject.xml"> <property name="featureId" value="org.eclipse.jpt.feature" /> @@ -37,6 +37,14 @@ name="version" value="3.0.0.v200804020554-7N08Y8vgBHCx5VuAc8cuf5G-Faxe" /> </ant> + <ant antfile="updateMirrorProject.xml"> + <property + name="featureId" + value="org.eclipse.jst.sdk" /> + <property + name="version" + value="3.0.0.v200804020554-7N08Y8vgBHCx5VuAc8cuf5G-Fbxh" /> + </ant> <ant antfile="updateMirrorProject.xml"> <property name="featureId" @@ -45,6 +53,14 @@ name="version" value="3.0.0.v200804020555-7K-8Y8pUUqZQpG_Yz-oz-OBHP6Fv" /> </ant> + <ant antfile="updateMirrorProject.xml"> + <property + name="featureId" + value="org.eclipse.jst" /> + <property + name="version" + value="3.0.0.v200804020555-7K-8Y8pUUqZQpG_Yz-oz0NFFV8Dv" /> + </ant> <ant antfile="updateMirrorProject.xml"> <property name="featureId" @@ -85,6 +101,14 @@ name="version" value="3.0.0.v200804020355-7C2EC_Cnfcx2hmpktkvWZdz0j8rE" /> </ant> + <ant antfile="updateMirrorProject.xml"> + <property + name="featureId" + value="org.eclipse.wst.xml_ui.feature" /> + <property + name="version" + value="3.0.0.v200804020355-7C2EC_Cnfcx2hmpktkvWZdz0j9s_" /> + </ant> <ant antfile="updateMirrorProject.xml"> <property name="featureId" @@ -109,6 +133,14 @@ name="version" value="3.0.0.v200712121937-7K788Z8qMfm1D4dIEdhHL4kaLtJJ" /> </ant> + <ant antfile="updateMirrorProject.xml"> + <property + name="featureId" + value="org.eclipse.wst" /> + <property + name="version" + value="3.0.0.v200712121937-7K788Z8qMfm1D4dIEdhHL4kaPrRU" /> + </ant> </target> </project> \ No newline at end of file