prep for update sites
diff --git a/org.eclipse.wtp.releng.webupdatesite/features-galileo-wtp.xml b/org.eclipse.wtp.releng.webupdatesite/features-galileo-wtp.xml
new file mode 100644
index 0000000..3d6b87c
--- /dev/null
+++ b/org.eclipse.wtp.releng.webupdatesite/features-galileo-wtp.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    name="update"
+    default="update">
+    <property
+        environment="env" />
+    <target
+        name="update">
+        <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
+            name="from.update.site"
+            value="file://D:\builds\freshZips\wtp303\eclipse" />
+        <echo
+            message="   pulling update jars from ${from.update.site}" />
+    </target>
+</project>
\ No newline at end of file