1
0
Fork 0
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:
Judy N. Green 2002-07-04 16:31:05 +00:00
parent 3cf0bd8e69
commit e747ad4a68
3 changed files with 13 additions and 6 deletions

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.core.resources"/>
<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.core.boot"/>
<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"/>
</classpath>

View file

@ -3,3 +3,8 @@ source.cdt.jar = builder,\
model,\
src,\
utils/
source.cdtcore.jar = builder/,\
index/,\
model/,\
src/,\
utils/

View file

@ -7,7 +7,9 @@
class="org.eclipse.cdt.internal.CCorePlugin">
<runtime>
<library name="cdtcore.jar"/>
<library name="cdtcore.jar">
<export name="*"/>
</library>
</runtime>
<!-- ======================================================================= -->
<!-- The C Plugin -->