initial check in of product tests
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/.project b/assembly/plugins/org.eclipse.wtp.xml.dev/.project
new file mode 100644
index 0000000..22f7cf4
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.wtp.xml.dev</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/META-INF/MANIFEST.MF b/assembly/plugins/org.eclipse.wtp.xml.dev/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..a7f4d9d
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/META-INF/MANIFEST.MF
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.wtp.xml.dev;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Localization: plugin
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/about.html b/assembly/plugins/org.eclipse.wtp.xml.dev/about.html
new file mode 100644
index 0000000..2199df3
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/about.html
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>June, 2008</P>
+
+<H3>License</H3>
+
+<P>The Eclipse Foundation makes available all content in this plug-in 
+("Content"). Unless otherwise indicated below, the Content is provided to you 
+under the terms and conditions of the Eclipse Public License Version 1.0 
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from the Eclipse Foundation, the 
+Content is being redistributed by another party ("Redistributor") and different 
+terms and conditions may apply to your use of any object code in the Content. 
+Check the Redistributor’s license that was provided with the Content. If no such 
+license exists, contact the Redistributor. Unless otherwise indicated below, the 
+terms and conditions of the EPL still apply to any source code in the Content 
+and such source code may be obtained at
+<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
+
+</BODY>
+</HTML>
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/about.ini b/assembly/plugins/org.eclipse.wtp.xml.dev/about.ini
new file mode 100644
index 0000000..30f8e64
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/about.ini
@@ -0,0 +1,29 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=wtp_prod32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# optional
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/about.mappings b/assembly/plugins/org.eclipse.wtp.xml.dev/about.mappings
new file mode 100644
index 0000000..bddaab4
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@
\ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/about.properties b/assembly/plugins/org.eclipse.wtp.xml.dev/about.properties
new file mode 100644
index 0000000..9626198
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+blurb=Web Standard Tools\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2005.  All rights reserved.\n\
+Visit http://www.eclipse.org/webtools
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/build.properties b/assembly/plugins/org.eclipse.wtp.xml.dev/build.properties
new file mode 100644
index 0000000..1311e2a
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/build.properties
@@ -0,0 +1,9 @@
+bin.includes = META-INF/,\
+               about.html,\
+               about.ini,\
+               about.mappings,\
+               about.properties,\
+               plugin.properties,\
+               plugin.xml,\
+               wtp_prod32.gif,\
+               wtp_prod32.png
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/plugin.properties b/assembly/plugins/org.eclipse.wtp.xml.dev/plugin.properties
new file mode 100644
index 0000000..7174680
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/plugin.properties
@@ -0,0 +1,25 @@
+###############################################################################
+# Copyright (c) 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+pluginName = Web Standard Tools (WST)
+providerName = Eclipse.org
+
+# Activity names and descriptions
+activity.database        = Database Development
+activity.database.desc   = Create, update, delete, and view database information.
+activity.xml             = XML Development
+activity.xml.desc        = Develop XML applications.
+activity.web             = Web Development
+activity.web.desc        = Develop Web applications. 
+activity.webservice      = Web Service Development
+activity.webservice.desc = Develop Web service applications.
+
+Bundle-Name.0 = XML Dev Plug-in
\ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/plugin.xml b/assembly/plugins/org.eclipse.wtp.xml.dev/plugin.xml
new file mode 100644
index 0000000..f5fe735
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/plugin.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+   <extension
+         id="product"
+         point="org.eclipse.core.runtime.products">
+      <product
+            application="org.eclipse.ui.ide.workbench"
+            name="XML Development IDE">
+      </product>
+   </extension>
+
+</plugin>
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/wtp_prod32.gif b/assembly/plugins/org.eclipse.wtp.xml.dev/wtp_prod32.gif
new file mode 100644
index 0000000..eefb44a
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/wtp_prod32.gif
Binary files differ
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/wtp_prod32.png b/assembly/plugins/org.eclipse.wtp.xml.dev/wtp_prod32.png
new file mode 100644
index 0000000..bfceab3
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/wtp_prod32.png
Binary files differ
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/xml.config.product b/assembly/plugins/org.eclipse.wtp.xml.dev/xml.config.product
new file mode 100644
index 0000000..81c6c2e
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/xml.config.product
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.4"?>
+
+<product name="XML Development IDE" id="org.eclipse.xml.dev.product" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="true">
+
+
+   <configIni use="default">
+   </configIni>
+
+   <launcherArgs>
+      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
+   </launcherArgs>
+
+   <windowImages i32="/org.eclipse.xml.dev/wtp_prod32.png"/>
+
+
+   <launcher>
+      <solaris/>
+      <win useIco="false">
+         <bmp/>
+      </win>
+   </launcher>
+
+
+   <vm>
+   </vm>
+
+   <plugins>
+   </plugins>
+
+   <features>
+      <feature id="org.eclipse.wst.xml_ui.feature" version="3.1.0.qualifier"/>
+   </features>
+
+</product>