1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +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"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="/org.apache.xerces"/> <classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core"/> <classpathentry kind="src" path="/org.eclipse.cdt.core"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core.linux"/> <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.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/> <classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View file

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

View file

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