mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +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">
|
||||
|
||||
<runtime>
|
||||
<library name="cdtmakecore.jar"/>
|
||||
<library name="cdtmakecore.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
class="org.eclipse.cdt.make.internal.ui.MakeUIPlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="cdtmakeui.jar"/>
|
||||
<library name="cdtmakeui.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue