[nobug] Jarring plugins
diff --git a/plugins/org.eclipse.wst.common.emf/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.emf/META-INF/MANIFEST.MF
index 8c042a8..33e6870 100644
--- a/plugins/org.eclipse.wst.common.emf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.common.emf/META-INF/MANIFEST.MF
@@ -3,8 +3,6 @@
 Bundle-Name: EMF Utilities
 Bundle-SymbolicName: org.eclipse.wst.common.emf; singleton:=true
 Bundle-Version: 0.7.0
-Bundle-ClassPath: runtime/wtpemf.jar,
- runtime/workbench.jar
 Bundle-Activator: org.eclipse.wst.common.internal.emf.plugin.EcoreUtilitiesPlugin
 Bundle-Vendor: Eclipse.org
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.wst.common.emf/build.properties b/plugins/org.eclipse.wst.common.emf/build.properties
index ee9f81b..a96c674 100644
--- a/plugins/org.eclipse.wst.common.emf/build.properties
+++ b/plugins/org.eclipse.wst.common.emf/build.properties
@@ -8,16 +8,13 @@
 # Contributors:
 # IBM Corporation - initial API and implementation
 ###############################################################################
-output.runtime/workbench.jar=bin/
 bin.includes = plugin.xml,\
-               runtime/workbench.jar,\
-               runtime/wtpemf.jar,\
                META-INF/,\
                about.html,\
-               plugin.properties
-source.runtime/workbench.jar=workbench/
-source.runtime/wtpemf.jar=wtpemf/
-output.runtime/wtpemf.jar=bin/
-jars.compile.order=runtime/wtpemf.jar,\
-                     runtime/workbench.jar
+               plugin.properties,\
+               .
+jars.compile.order = .
 src.includes = component.xml
+output.. = bin/
+source.. = wtpemf/,\
+           workbench/
diff --git a/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
index 5b5cee1..52d4b8a 100644
--- a/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
@@ -3,8 +3,6 @@
 Bundle-Name: org.eclipse.wst.common.frameworks
 Bundle-SymbolicName: org.eclipse.wst.common.frameworks; singleton:=true
 Bundle-Version: 0.7.0
-Bundle-ClassPath: common.jar,
- common_core.jar
 Bundle-Activator: org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin
 Bundle-Vendor: %provider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.wst.common.frameworks/build.properties b/plugins/org.eclipse.wst.common.frameworks/build.properties
index b6f670e..ccfd220 100644
--- a/plugins/org.eclipse.wst.common.frameworks/build.properties
+++ b/plugins/org.eclipse.wst.common.frameworks/build.properties
@@ -8,17 +8,15 @@
 # Contributors:
 # IBM Corporation - initial API and implementation
 ###############################################################################
-output.common_core.jar = bin/
 bin.includes = plugin.xml,\
-               common_core.jar,\
-               common.jar,\
                .options,\
                META-INF/,\
                plugin.properties,\
-               about.html
-jars.compile.order = common_core.jar,\
-                     common.jar
+               about.html,\
+               .
+jars.compile.order = .
 src.includes = schema/,\
                component.xml
-source.common_core.jar = src-non_workbench/
-source.common.jar = src/
+output.. = bin/
+source.. = src-non_workbench/,\
+           src/
diff --git a/plugins/org.eclipse.wst.validation/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.validation/META-INF/MANIFEST.MF
index 54f1c68..fd3937b 100644
--- a/plugins/org.eclipse.wst.validation/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.validation/META-INF/MANIFEST.MF
@@ -3,8 +3,6 @@
 Bundle-Name: Validation Framework
 Bundle-SymbolicName: org.eclipse.wst.validation; singleton:=true
 Bundle-Version: 0.7.0
-Bundle-ClassPath: validate.jar,
- common.jar
 Bundle-Activator: org.eclipse.wst.validation.internal.plugin.ValidationPlugin
 Bundle-Vendor: Eclipse.org
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.wst.validation/build.properties b/plugins/org.eclipse.wst.validation/build.properties
index e4637d1..8a3225d 100644
--- a/plugins/org.eclipse.wst.validation/build.properties
+++ b/plugins/org.eclipse.wst.validation/build.properties
@@ -8,19 +8,15 @@
 # Contributors:
 # IBM Corporation - initial API and implementation
 ###############################################################################
-source.validate.jar = validate/,\
-                      property_files/
-bin.includes = validate.jar,\
-               plugin.xml,\
+bin.includes = plugin.xml,\
                plugin.properties,\
-               common.jar,\
                META-INF/,\
-               about.html
-output.validate.jar = bin/
-output.common.jar = bin/
-source.common.jar = validate_core/,\
-                    property_files/
-jars.compile.order = common.jar,\
-                     validate.jar
+               about.html,\
+               .
+jars.compile.order = .
 src.includes = component.xml,\
                xsds/
+output.. = bin/
+source.. = validate_core/,\
+           property_files/,\
+           validate/