diff options
author | Stephan Herrmann | 2010-04-02 02:11:16 +0000 |
---|---|---|
committer | Stephan Herrmann | 2010-04-02 02:11:16 +0000 |
commit | fc2176491b8b14329fb32cadad32b27fc0a308e7 (patch) | |
tree | dddfba963c3fdf9d009ff2c2442712fb9a33d277 /testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath | |
parent | 2706b3de6e5aef6199856e50a5f6d0837889d784 (diff) | |
download | org.eclipse.objectteams-fc2176491b8b14329fb32cadad32b27fc0a308e7.tar.gz org.eclipse.objectteams-fc2176491b8b14329fb32cadad32b27fc0a308e7.tar.xz org.eclipse.objectteams-fc2176491b8b14329fb32cadad32b27fc0a308e7.zip |
New strategy for consuming BCEL from Orbit instead of re-packaging
* OTDTPlugin finds BCEL plugin on starting
* update plugin dependencies and classpaths
Cleanup leftovers
* No more OT-launch-configuration-types means OTRuntimeClasspathProvider can go
* No more "Use JPLIS" checkbox and launch attribute
* Remove traces of JMangler see https://bugs.eclipse.org/302976
* restore some callin wiring that was accidentally removed in r23531 (plus one that I forgot in the first place).
(merged from r23531 and r23533 of old svn)
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath')
-rw-r--r-- | testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath b/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath index da1d7bcd5..065ac06e1 100644 --- a/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath +++ b/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath @@ -3,6 +3,5 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="/home/stephan/workspaces/otdt-helios/org.objectteams.runtime/otj/lib/jmangler/use/BCEL.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |