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:
parent
56c76eb3e7
commit
26f7ffd775
3 changed files with 5 additions and 3 deletions
|
@ -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"/>
|
||||
|
|
|
@ -15,7 +15,6 @@ source.cdtcore.jar = build/,\
|
|||
model/,\
|
||||
src/,\
|
||||
utils/,\
|
||||
parser/,\
|
||||
,\
|
||||
search/,\
|
||||
dependency/
|
||||
source.cdtparser.jar = parser/
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue