initial check in of xml product
diff --git a/releng.wtpbuilder/components/xml/customTargets.xml b/releng.wtpbuilder/components/xml/customTargets.xml
index 2381a85..5937acc 100644
--- a/releng.wtpbuilder/components/xml/customTargets.xml
+++ b/releng.wtpbuilder/components/xml/customTargets.xml
@@ -59,10 +59,10 @@
             target="${target}">
             <property
                 name="type"
-                value="plugin" />
+                value="feature" />
             <property
                 name="id"
-                value="org.eclipse.wtp.xml.dev" />
+                value="org.eclipse.wtp.xml.dev.feature" />
         </ant>
     </target>
 
@@ -73,7 +73,7 @@
         Add one target for each root element and each configuration 
     -->
 
-    <target name="assemble.org.eclipse.wtp.xml.dev">
+    <target name="assemble.org.eclipse.wtp.xml.dev.feature">
         <property
             name="archiveName"
             value="wtp-xml-${buildLabel}.zip" />