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

add xsl featues to long list for WTP site

parent 0a51bb1b
No related branches found
No related tags found
No related merge requests found
...@@ -2,95 +2,124 @@ ...@@ -2,95 +2,124 @@
<project <project
name="update" name="update"
default="update"> default="update">
<target name="update"> <target
<echo message="-------- Project: WTP Responsible: david_williams" /> name="update">
<!-- intentionally no site.xml in this particular site --> <echo
message="-------- Project: WTP Responsible: david_williams" />
<!-- intentionally no site.xml in this particular site -->
<!-- don't forget, for now have to first manually copy xsl bundles to 3.0 site -->
<property <property
name="from.update.site" name="from.update.site"
value="file://${user.home}/downloads/webtools/downloads/drops/R3.0/S-3.0M5-20080218021547/updateSite" /> value="file://${user.home}/downloads/webtools/downloads/drops/R3.0/S-3.0M5-20080218021547/updateSite" />
<echo
<echo message=" pulling update jars from ${from.update.site}" /> message=" pulling update jars from ${from.update.site}" />
<ant
antfile="updateMirrorProject.xml">
<ant antfile="updateMirrorProject.xml"> <property
<property name="featureId"
name="featureId" value="org.eclipse.jpt.feature" />
value="org.eclipse.jpt.feature" /> <property
<property name="version"
name="version" value="1.1.0.v200709170000-772AgCYQCCz-HaJTCCDF" />
value="1.1.0.v200709170000-772AgCYQCCz-HaJTCCDF" /> </ant>
</ant> <ant
<ant antfile="updateMirrorProject.xml"> antfile="updateMirrorProject.xml">
<property <property
name="featureId" name="featureId"
value="org.eclipse.jpt_sdk.feature" /> value="org.eclipse.jpt_sdk.feature" />
<property <property
name="version" name="version"
value="1.1.0.v200709170000-21-84B5DqFkUMG02KcTdHQxVZRDD" /> value="1.1.0.v200709170000-21-84B5DqFkUMG02KcTdHQxVZRDD" />
</ant> </ant>
<ant antfile="updateMirrorProject.xml"> <ant
<property antfile="updateMirrorProject.xml">
name="featureId" <property
value="org.eclipse.jst.sdk" /> name="featureId"
<property value="org.eclipse.jst.sdk" />
name="version" <property
value="3.0.0.v200712121937-7M08Y8rbLjKZwz04ksUENtTh2ZNd" /> name="version"
</ant> value="3.0.0.v200712121937-7M08Y8rbLjKZwz04ksUENtTh2ZNd" />
<ant antfile="updateMirrorProject.xml"> </ant>
<property <ant
name="featureId" antfile="updateMirrorProject.xml">
value="org.eclipse.jst" /> <property
<property name="featureId"
name="version" value="org.eclipse.jst" />
value="3.0.0.v200712121937-7H-8Y8dKTOEAa3RpAjYz-6Tifz-k" /> <property
</ant> name="version"
<ant antfile="updateMirrorProject.xml"> value="3.0.0.v200712121937-7H-8Y8dKTOEAa3RpAjYz-6Tifz-k" />
<property </ant>
name="featureId" <ant
value="org.eclipse.wst.common_sdk.feature" /> antfile="updateMirrorProject.xml">
<property <property
name="version" name="featureId"
value="3.0.0.v200801310133-77--90M_JeFMGb-ch-pP1OwB9myz" /> value="org.eclipse.wst.common_sdk.feature" />
</ant> <property
<ant antfile="updateMirrorProject.xml"> name="version"
<property value="3.0.0.v200801310133-77--90M_JeFMGb-ch-pP1OwB9myz" />
name="featureId" </ant>
value="org.eclipse.wst.common_ui.feature" /> <ant
<property antfile="updateMirrorProject.xml">
name="version" <property
value="3.0.0.v200712031330-7D5EK_E9RvTVtnEmGdpyUmTeY7V0" /> name="featureId"
</ant> value="org.eclipse.wst.common_ui.feature" />
<ant antfile="updateMirrorProject.xml"> <property
<property name="version"
name="featureId" value="3.0.0.v200712031330-7D5EK_E9RvTVtnEmGdpyUmTeY7V0" />
value="org.eclipse.wst.sdk" /> </ant>
<property <ant
name="version" antfile="updateMirrorProject.xml">
value="3.0.0.v200712121937-7K-8Z8jcUb-oANU1Xz0fz04ilPsi" /> <property
</ant> name="featureId"
<ant antfile="updateMirrorProject.xml"> value="org.eclipse.wst.sdk" />
<property <property
name="featureId" name="version"
value="org.eclipse.wst.xml_sdk.feature" /> value="3.0.0.v200712121937-7K-8Z8jcUb-oANU1Xz0fz04ilPsi" />
<property </ant>
name="version" <ant
value="3.0.0.v200712031330-6--84H5HMDHqlgySkh1-vq4axJQW" /> antfile="updateMirrorProject.xml">
</ant> <property
<ant antfile="updateMirrorProject.xml"> name="featureId"
<property value="org.eclipse.wst.xml_sdk.feature" />
name="featureId" <property
value="org.eclipse.wst.xml_ui.feature" /> name="version"
<property value="3.0.0.v200712031330-6--84H5HMDHqlgySkh1-vq4axJQW" />
name="version" </ant>
value="3.0.0.v200712031330-7C2EC_CnfcsMheslqXqNgUjsNubT" /> <ant
</ant> antfile="updateMirrorProject.xml">
<ant antfile="updateMirrorProject.xml"> <property
<property name="featureId"
name="featureId" value="org.eclipse.wst.xml_ui.feature" />
value="org.eclipse.wst" /> <property
<property name="version"
name="version" value="3.0.0.v200712031330-7C2EC_CnfcsMheslqXqNgUjsNubT" />
value="3.0.0.v200712121937-7J788a8qMcwTMiBV2Q2Qxk89B8gj" /> </ant>
</ant> <ant
</target> antfile="updateMirrorProject.xml">
</project> <property
name="featureId"
value="org.eclipse.wst.xsl.feature" />
<property
name="version"
value="0.5.0.v20080225-787w0E_EkMNrMjf3EeSd" />
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst.xsl_sdk.feature" />
<property
name="version"
value="0.5.0.v200801181252-079-84C_z-AHEJsOY0XgiKRxE1Os" />
</ant>
<ant
antfile="updateMirrorProject.xml">
<property
name="featureId"
value="org.eclipse.wst" />
<property
name="version"
value="3.0.0.v200712121937-7J788a8qMcwTMiBV2Q2Qxk89B8gj" />
</ant>
</target>
</project>
\ No newline at end of file
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