1
0
Fork 0
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:
Doug Schaefer 2003-09-17 14:19:33 +00:00
parent 276c84505a
commit 7a365daf02
2 changed files with 6 additions and 2 deletions

View file

@ -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"/>

View file

@ -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"/>