Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-09-26 02:16:53 +0000
committerDavid Inglis2002-09-26 02:16:53 +0000
commit04d90a4425692e7a3817232f79b2d878a1e51b8c (patch)
tree255a1f2a0c6e7305da090f71bb8a9919121d16e6 /debug/org.eclipse.cdt.debug.core/plugin.xml
parentd0ea6cb06e45045da46b366d8d5df94dcd4cff41 (diff)
downloadorg.eclipse.cdt-04d90a4425692e7a3817232f79b2d878a1e51b8c.tar.gz
org.eclipse.cdt-04d90a4425692e7a3817232f79b2d878a1e51b8c.tar.xz
org.eclipse.cdt-04d90a4425692e7a3817232f79b2d878a1e51b8c.zip
build changes
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/plugin.xml')
-rw-r--r--debug/org.eclipse.cdt.debug.core/plugin.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/plugin.xml b/debug/org.eclipse.cdt.debug.core/plugin.xml
index 735fa0fb8f1..b91d891b17e 100644
--- a/debug/org.eclipse.cdt.debug.core/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.core/plugin.xml
@@ -7,14 +7,13 @@
class="org.eclipse.cdt.debug.core.CDebugCorePlugin">
<runtime>
- <library name="cdebugcore.jar">
+ <library name="cdtdebugcore.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.debug.core"/>
- <import plugin="org.eclipse.cdt.core"/>
</requires>

Back to the top