mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updated classpath so that we can successfully build and deploy Jar files with CDT Core and UI
This commit is contained in:
parent
3cf0bd8e69
commit
e747ad4a68
3 changed files with 13 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="builder"/>
|
|
||||||
<classpathentry kind="src" path="index"/>
|
|
||||||
<classpathentry kind="src" path="model"/>
|
|
||||||
<classpathentry kind="src" path="src"/>
|
|
||||||
<classpathentry kind="src" path="utils"/>
|
|
||||||
<classpathentry kind="src" path="/org.eclipse.ui"/>
|
<classpathentry kind="src" path="/org.eclipse.ui"/>
|
||||||
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
|
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
|
||||||
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
|
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
|
||||||
|
@ -15,5 +10,10 @@
|
||||||
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
|
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
|
||||||
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
|
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
|
||||||
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||||
|
<classpathentry kind="src" path="builder"/>
|
||||||
|
<classpathentry kind="src" path="index"/>
|
||||||
|
<classpathentry kind="src" path="model"/>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="src" path="utils"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -3,3 +3,8 @@ source.cdt.jar = builder,\
|
||||||
model,\
|
model,\
|
||||||
src,\
|
src,\
|
||||||
utils/
|
utils/
|
||||||
|
source.cdtcore.jar = builder/,\
|
||||||
|
index/,\
|
||||||
|
model/,\
|
||||||
|
src/,\
|
||||||
|
utils/
|
||||||
|
|
|
@ -7,7 +7,9 @@
|
||||||
class="org.eclipse.cdt.internal.CCorePlugin">
|
class="org.eclipse.cdt.internal.CCorePlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdtcore.jar"/>
|
<library name="cdtcore.jar">
|
||||||
|
<export name="*"/>
|
||||||
|
</library>
|
||||||
</runtime>
|
</runtime>
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<!-- The C Plugin -->
|
<!-- The C Plugin -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue