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:
parent
93129aabdc
commit
79d4dd460c
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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"/>
|
||||||
|
|
|
@ -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"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue