mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
export jar
This commit is contained in:
parent
c2bcc53963
commit
3d96f03185
3 changed files with 9 additions and 3 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue