Created plugin manifest.
Corrected infopop declaration errors.
Updated build.properties to include manifest.
diff --git a/plugins/org.eclipse.wst.common.infopop/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.infopop/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..afb46f6
--- /dev/null
+++ b/plugins/org.eclipse.wst.common.infopop/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Common WST infopops
+Bundle-SymbolicName: org.eclipse.wst.common.infopop; singleton:=true
+Bundle-Version: 0.7.0
+Bundle-Vendor: Eclipse.org
+Bundle-Localization: plugin
+Eclipse-AutoStart: true
diff --git a/plugins/org.eclipse.wst.common.infopop/build.properties b/plugins/org.eclipse.wst.common.infopop/build.properties
index c681000..fec2982 100644
--- a/plugins/org.eclipse.wst.common.infopop/build.properties
+++ b/plugins/org.eclipse.wst.common.infopop/build.properties
@@ -1,4 +1,5 @@
 bin.includes = plugin.xml,\
                about.html,\
-               SnippetsContexts.xml
+               SnippetsContexts.xml,\
+               META-INF/
 src.includes = build.properties
diff --git a/plugins/org.eclipse.wst.common.infopop/plugin.xml b/plugins/org.eclipse.wst.common.infopop/plugin.xml
index 4c4a9a1..8661d0b 100644
--- a/plugins/org.eclipse.wst.common.infopop/plugin.xml
+++ b/plugins/org.eclipse.wst.common.infopop/plugin.xml
@@ -5,11 +5,7 @@
 <!-- contributions for using the tool.                 -->
 <!-- ================================================= -->
 
-<plugin
-   id="org.eclipse.wst.common.infopop"
-   name="Common WST infopops"
-   version="0.7.0"
-   provider-name="Eclipse.org">
+<plugin>
 
 <extension point="org.eclipse.help.contexts">
        <contexts file="SnippetsContexts.xml" plugin ="org.eclipse.wst.common.snippets"/>