Bug 344350 - [runtime][bcel] NPE in 
InstructionList.getInstructionHandles()
Revert to initial bundle structure 
(after the reason for my detour was identified as bug 369880)
diff --git a/plugins/org.eclipse.objectteams.runtime/.classpath b/plugins/org.eclipse.objectteams.runtime/.classpath
index 39f1864..bd0e74a 100644
--- a/plugins/org.eclipse.objectteams.runtime/.classpath
+++ b/plugins/org.eclipse.objectteams.runtime/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="bcelpatchsrc"/>
+	<classpathentry kind="src" output="bcelpatchbin" path="bcelpatchsrc"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/plugins/org.eclipse.objectteams.runtime/build.properties b/plugins/org.eclipse.objectteams.runtime/build.properties
index 7f3be6c..a32c830 100644
--- a/plugins/org.eclipse.objectteams.runtime/build.properties
+++ b/plugins/org.eclipse.objectteams.runtime/build.properties
@@ -1,7 +1,6 @@
 customBuildCallbacks=customBuildCallbacks.xml
 customBuildCallbacks.inheritall=true
-source.. = src/,\
-			bcelpatchsrc
+source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\