mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
Fixed up plugin.xml to make sure it exports its classes.
This commit is contained in:
parent
276c84505a
commit
7a365daf02
2 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,9 @@
|
||||||
class="org.eclipse.cdt.make.core.MakeCorePlugin">
|
class="org.eclipse.cdt.make.core.MakeCorePlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdtmakecore.jar"/>
|
<library name="cdtmakecore.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.make.internal.ui.MakeUIPlugin">
|
class="org.eclipse.cdt.make.internal.ui.MakeUIPlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdtmakeui.jar"/>
|
<library name="cdtmakeui.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