unjar entire plugin for test metrics
diff --git a/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF b/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index 2fe9674..0000000
--- a/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Snippets View Tests Plug-in
-Bundle-SymbolicName: org.eclipse.wst.common.snippets.tests; singleton:=true
-Bundle-Version: 1.0.0
-Bundle-Activator: org.eclipse.wst.common.snippets.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.junit,
- org.eclipse.wst.common.snippets,
- org.eclipse.core.resources,
- org.eclipse.ui.ide,
- org.eclipse.ui.workbench.texteditor,
- org.eclipse.text
-Eclipse-AutoStart: true
diff --git a/org.eclipse.wst.common.snippets.tests/build.properties b/org.eclipse.wst.common.snippets.tests/build.properties
index d0656ea..67081da 100644
--- a/org.eclipse.wst.common.snippets.tests/build.properties
+++ b/org.eclipse.wst.common.snippets.tests/build.properties
@@ -1,9 +1,14 @@
-source.. = src/
-output.. = bin/
+snippetstests.source.. = src/
+snippetstests.output.. = bin/
 bin.includes = META-INF/,\
-               .,\
                test.xml,\
-               plugin.xml
+               plugin.xml,\
+               snippetstests.jar,\
+               testfiles/,\
+               plugin.properties,\
+               about.html
 src.includes = src/,\
-               build.properties,\
-               test.xml
+               build.properties
+jars.compile.order = snippetstests.jar
+source.snippetstests.jar = src/
+output.snippetstests.jar = bin/
diff --git a/org.eclipse.wst.common.snippets.tests/plugin.xml b/org.eclipse.wst.common.snippets.tests/plugin.xml
index c899451..438f703 100644
--- a/org.eclipse.wst.common.snippets.tests/plugin.xml
+++ b/org.eclipse.wst.common.snippets.tests/plugin.xml
@@ -1,6 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
-<plugin>
+<plugin
+   id="org.eclipse.wst.common.snippets.tests"
+   name="org.eclipse.wst.common.snippets.tests"
+   version="1.0.0"
+   provider-name="Eclipse.org"
+   class="org.eclipse.wst.common.snippets.tests.TestsPlugin">
+   <runtime>
+      <library name="snippetstests.jar">
+         <export name="*"/>
+      </library>
+   </runtime>
+
+
+   <requires>
+      <import plugin="org.junit"/>
+      <import plugin="org.eclipse.core.resources"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.eclipse.text"/>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.wst.common.snippets"/>
+      <import plugin="org.eclipse.ui.ide"/>
+      <import plugin="org.eclipse.ui.workbench.texteditor"/>
+   </requires>
+
 	<!--======================================================================================-->
 	<!-- Snippet View contributions                                                           -->
 	<!--======================================================================================-->
diff --git a/org.eclipse.wst.common.snippets.tests/testfiles/testInsertIntoActiveEditor.txt b/org.eclipse.wst.common.snippets.tests/testfiles/testInsertIntoActiveEditor.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/org.eclipse.wst.common.snippets.tests/testfiles/testInsertIntoActiveEditor.txt