tweaking download site
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jem.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jem.xml
new file mode 100644
index 0000000..fa1cb75
--- /dev/null
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jem.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="update" default="update">
+ <target name="update">
+
+ <property name="updateSite" value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/updateSite/" />
+ <echo message=" pulling update jars from ${updateSite}" />
+
+
+
+
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.eclipse.jem" />
+ <property name="version" value="1.2.4.v200704181020--6zXJK0L0SE3a95" />
+ </ant>
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.eclipse.jem.sdk" />
+ <property name="version" value="1.2.4.v200704140333-GIHlkYKbOQv_rA7" />
+ </ant>
+
+ </target>
+</project>
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jsf.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jsf.xml
index 279435d..8dfc0d1 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jsf.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-jsf.xml
@@ -3,7 +3,7 @@
<target name="update">
<property name="updateSite"
- value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/M-RC1.5.3-200702082048/updateSite/" />
+ value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/updateSite/" />
<echo message=" pulling update jars from ${updateSite}" />
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-wtphold.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-wtphold.xml
new file mode 100644
index 0000000..82f78bb
--- /dev/null
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/callisto-features-wtphold.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="update" default="update">
+ <target name="update">
+
+ <property name="updateSite" value="file://${user.home}/downloads/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/updateSite/" />
+ <echo message=" pulling update jars from ${updateSite}" />
+
+
+
+
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.eclipse.wst" />
+ <property name="version" value="1.5.4.v200704200440-X3TmzmK-W-vP-Fs" />
+ </ant>
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.eclipse.jst" />
+ <property name="version" value="1.5.4.v200704150219-kW-NuyxHh4-w7-n" />
+ </ant>
+
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.eclipse.wst.sdk" />
+ <property name="version" value="1.5.4.v200704200440-O2U9jyC-ZDAHEgs" />
+ </ant>
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.eclipse.jst.sdk" />
+ <property name="version" value="1.5.4.v200704150219-dnUU6nyMbgExb_A" />
+ </ant>
+
+ <!--
+ technically, seems Xerces should not have to be listed here,
+ since is mirrored by above ... but currently is required to get all other
+ files (e.g. site.xml files) to be correctly updated).
+
+ Doesn't hurt, either, to have the redundancy, since other projects
+ are dependent on it, so less likely to be forgotten and accidently
+ removed in the future.
+ -->
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.apache.commons_logging.feature" />
+ <property name="version" value="1.0.4.v200606152055--0842282_233879" />
+ </ant>
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.apache.jakarta_log4j.feature" />
+ <property name="version" value="1.2.8.v200605300321--0842282939426_" />
+ </ant>
+ <ant antfile="updateMirrorProject.xml">
+ <property name="featureId" value="org.apache.xerces.feature" />
+ <property name="version" value="2.8.0.v200605151647--08422828353873" />
+ </ant>
+
+
+
+ </target>
+</project>