218535 jar all plugins
diff --git a/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF
index f0922c7..4df8e90 100644
--- a/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF
@@ -12,7 +12,6 @@
    org.apache.xalan.trace,
    javax.xml.transform,
    org.apache.xalan.templates"
-Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- org.apache.xalan;bundle-version="[2.7.0,2.8.0)",
+Require-Bundle: org.apache.xalan;bundle-version="[2.7.0,2.8.0)",
+ org.apache.xml.serializer;bundle-version="[2.7.0,2.8.0)",
  org.eclipse.wst.xsl.debug;bundle-version="[0.5.0,1.0.0)"
-Bundle-ClassPath: xalan-debugger.jar
diff --git a/bundles/org.eclipse.wst.xsl.xalan/build.properties b/bundles/org.eclipse.wst.xsl.xalan/build.properties
index 175cb4f..b271efb 100644
--- a/bundles/org.eclipse.wst.xsl.xalan/build.properties
+++ b/bundles/org.eclipse.wst.xsl.xalan/build.properties
@@ -1,10 +1,10 @@
+source.. = src-debugger/
+output.. = bin/
 bin.includes = META-INF/,\
                plugin.xml,\
+               .,\
                XalanOutputProperties.properties,\
                XalanFeatures.properties,\
                about.html,\
-               plugin.properties,\
-               xalan-debugger.jar
-jars.compile.order = xalan-debugger.jar
-source.xalan-debugger.jar = src-debugger/
-output.xalan-debugger.jar = bin/
+               plugin.properties
+
diff --git a/bundles/org.eclipse.wst.xsl.xalan/plugin.xml b/bundles/org.eclipse.wst.xsl.xalan/plugin.xml
index d62924d..0481aed 100644
--- a/bundles/org.eclipse.wst.xsl.xalan/plugin.xml
+++ b/bundles/org.eclipse.wst.xsl.xalan/plugin.xml
@@ -15,7 +15,7 @@
          point="org.eclipse.wst.xsl.launching.debugger">
       <debugger
             className="org.eclipse.wst.xsl.xalan.debugger.XalanDebugger"
-            classpath="xalan-debugger.jar"
+            classpath="${eclipse_orbit:org.eclipse.wst.xsl.xalan}"
             id="org.eclipse.wst.xsl.xalan.debugger"
             name="Xalan 2.5.1 or greater"
             processorTypeId="org.eclipse.wst.xsl.xalan.processorType">