1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +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">
<runtime>
<library name="micore.jar"/>
<library name="micore.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.cdt.debug.core"/>

View file

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

View file

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