1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

Make sure everything is exported out of the plugins.

This commit is contained in:
Doug Schaefer 2003-09-16 19:23:40 +00:00
parent 93129aabdc
commit 79d4dd460c
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core.linux"/>
@ -10,6 +11,5 @@
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -7,7 +7,9 @@
class="org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin">
<runtime>
<library name="mngbuildcore.jar"/>
<library name="mngbuildcore.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.apache.xerces"/>

View file

@ -7,7 +7,9 @@
class="org.eclipse.cdt.managedbuilder.internal.ui.ManagedBuilderUIPlugin">
<runtime>
<library name="mgdbuildui.jar"/>
<library name="mgdbuildui.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.resources"/>