1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Make the parser source folder a separate jar.

This commit is contained in:
Doug Schaefer 2003-11-05 19:22:44 +00:00
parent 56c76eb3e7
commit 26f7ffd775
3 changed files with 5 additions and 3 deletions

View file

@ -5,9 +5,9 @@
<classpathentry kind="src" path="model/"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="utils/"/>
<classpathentry kind="src" path="parser/"/>
<classpathentry kind="src" path="search/"/>
<classpathentry kind="src" path="dependency/"/>
<classpathentry kind="src" path="parser"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.apache.xerces"/>

View file

@ -15,7 +15,6 @@ source.cdtcore.jar = build/,\
model/,\
src/,\
utils/,\
parser/,\
,\
search/,\
dependency/
source.cdtparser.jar = parser/

View file

@ -10,6 +10,9 @@
<library name="cdtcore.jar">
<export name="*"/>
</library>
<library name="cdtparser.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.resources"/>