Created/updated to correctly expose those artifacts required for the deployable plugin.
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties b/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
index 5751813..3bdb306 100644
--- a/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
@@ -1,5 +1,8 @@
-bin.includes = doc.zip,\
-               DTDEditormap_toc.xml,\
+bin.includes = DTDEditormap_toc.xml,\
+               about.html,\
                dtdeditor_reference_toc.xml,\
+               images/,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               topics/
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.html.ui.infopop/build.properties b/docs/org.eclipse.wst.html.ui.infopop/build.properties
new file mode 100644
index 0000000..a5ee456
--- /dev/null
+++ b/docs/org.eclipse.wst.html.ui.infopop/build.properties
@@ -0,0 +1,4 @@
+bin.includes = plugin.xml,\
+               about.html,\
+               EditorHtmlContexts.xml
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.sse.doc.user/build.properties b/docs/org.eclipse.wst.sse.doc.user/build.properties
new file mode 100644
index 0000000..c50bf5c
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/build.properties
@@ -0,0 +1,6 @@
+bin.includes = about.html,\
+               images/,\
+               plugin.xml,\
+               sse_toc.xml,\
+               topics/
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/build.properties b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
new file mode 100644
index 0000000..bd4e8d8
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
@@ -0,0 +1,4 @@
+bin.includes = EditorContexts.xml,\
+               about.html,\
+               plugin.xml
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.xml.ui.infopop/build.properties b/docs/org.eclipse.wst.xml.ui.infopop/build.properties
index 5f22cdd..6d25523 100644
--- a/docs/org.eclipse.wst.xml.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.xml.ui.infopop/build.properties
@@ -1 +1,6 @@
-bin.includes = META-INF/
+bin.includes = META-INF/,\
+               EditorXmlContexts.xml,\
+               about.html,\
+               plugin.properties,\
+               plugin.xml
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/build.properties b/docs/org.eclipse.wst.xmleditor.doc.user/build.properties
index ccad714..f067ebf 100644
--- a/docs/org.eclipse.wst.xmleditor.doc.user/build.properties
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/build.properties
@@ -1,5 +1,7 @@
-bin.includes = doc.zip,\
+bin.includes = XMLBuildermap_toc.xml,\
+               about.html,\
+               images/,\
                plugin.properties,\
                plugin.xml,\
-               XMLBuildermap_toc.xml,\
-               xmlbuilder_reference_toc.xml
+               topics/
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties b/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties
new file mode 100644
index 0000000..9f5c341
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties
@@ -0,0 +1,8 @@
+bin.includes = XSDeditormap_toc.xml,\
+               about.html,\
+               images/,\
+               plugin.properties,\
+               plugin.xml,\
+               topics/,\
+               xsdeditor_reference_toc.xml
+src.includes = build.properties