Bug 344350 - [runtime][bcel] NPE in
InstructionList.getInstructionHandles()
update build.properties for new jar-shape (other bundle couldn't compile
against this one).
diff --git a/plugins/org.eclipse.objectteams.otequinox.hook/build.properties b/plugins/org.eclipse.objectteams.otequinox.hook/build.properties
index bceb40a..f5b2404 100644
--- a/plugins/org.eclipse.objectteams.otequinox.hook/build.properties
+++ b/plugins/org.eclipse.objectteams.otequinox.hook/build.properties
@@ -1,9 +1,9 @@
-output.. = bin/
+output.bin = bin/
 bin.includes = bin/,\
                META-INF/,\
                plugin.properties,\
                about.html,\
                bcelpatch/
-jars.compile.order = .
-source.. = src/
+jars.compile.order = bin
+source.bin = src/
 javacProjectSettings = true