Bug 91345  -  Jarring jdt.debug plugin breaks debugger on mac...
diff --git a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
index 5b373e1..add8205 100644
--- a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
@@ -3,6 +3,9 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true
 Bundle-Version: 3.1.0
+Bundle-ClassPath: jdi.jar,
+ jdimodel.jar,
+ tools.jar
 Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.jdt.debug/build.properties b/org.eclipse.jdt.debug/build.properties
index 0be3a8a..599055b 100644
--- a/org.eclipse.jdt.debug/build.properties
+++ b/org.eclipse.jdt.debug/build.properties
@@ -10,18 +10,16 @@
 ###############################################################################
 bin.includes = plugin.xml,\
                plugin.properties,\
-               .,\
+               *.jar,\
                about.html,\
                META-INF/
 
+source.jdi.jar = jdi interfaces/
 
-source.. = model/,\
+source.jdimodel.jar = model/,\
                       jdi/,\
-                      eval/,\
-                      jdi interfaces/
+                      eval/
                       
 src.includes = about.html,\
                component.xml,\
                schema/
-output.. = jdi-bin/,\
-                      bin/