mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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">
|
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"/>
|
||||||
|
|
|
@ -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"/>
|
||||||
|
|
|
@ -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"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue