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