1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00

export jar

This commit is contained in:
David Inglis 2002-08-26 18:07:15 +00:00
parent c2bcc53963
commit 3d96f03185
3 changed files with 9 additions and 3 deletions

View file

@ -7,7 +7,9 @@
class="org.eclipse.cdt.debug.mi.core.MIPlugin"> class="org.eclipse.cdt.debug.mi.core.MIPlugin">
<runtime> <runtime>
<library name="micore.jar"/> <library name="micore.jar">
<export name="*"/>
</library>
</runtime> </runtime>
<requires> <requires>
<import plugin="org.eclipse.cdt.debug.core"/> <import plugin="org.eclipse.cdt.debug.core"/>

View file

@ -7,7 +7,9 @@
class="org.eclipse.cdt.debug.ui.CDebugUIPlugin"> class="org.eclipse.cdt.debug.ui.CDebugUIPlugin">
<runtime> <runtime>
<library name="cdebugui.jar"/> <library name="cdebugui.jar">
<export name="*"/>
</library>
</runtime> </runtime>
<requires> <requires>
<import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.core.resources"/>

View file

@ -7,7 +7,9 @@
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin"> class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">
<runtime> <runtime>
<library name="cdtlaunch.jar"/> <library name="cdtlaunch.jar">
<export name="*"/>
</library>
</runtime> </runtime>
<requires> <requires>
<import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.core.resources"/>