mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +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="model/"/>
|
||||||
<classpathentry kind="src" path="src/"/>
|
<classpathentry kind="src" path="src/"/>
|
||||||
<classpathentry kind="src" path="utils/"/>
|
<classpathentry kind="src" path="utils/"/>
|
||||||
<classpathentry kind="src" path="parser/"/>
|
|
||||||
<classpathentry kind="src" path="search/"/>
|
<classpathentry kind="src" path="search/"/>
|
||||||
<classpathentry kind="src" path="dependency/"/>
|
<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.resources"/>
|
||||||
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
|
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
|
||||||
<classpathentry kind="src" path="/org.apache.xerces"/>
|
<classpathentry kind="src" path="/org.apache.xerces"/>
|
||||||
|
|
|
@ -15,7 +15,6 @@ source.cdtcore.jar = build/,\
|
||||||
model/,\
|
model/,\
|
||||||
src/,\
|
src/,\
|
||||||
utils/,\
|
utils/,\
|
||||||
parser/,\
|
|
||||||
,\
|
|
||||||
search/,\
|
search/,\
|
||||||
dependency/
|
dependency/
|
||||||
|
source.cdtparser.jar = parser/
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
<library name="cdtcore.jar">
|
<library name="cdtcore.jar">
|
||||||
<export name="*"/>
|
<export name="*"/>
|
||||||
</library>
|
</library>
|
||||||
|
<library name="cdtparser.jar">
|
||||||
|
<export name="*"/>
|
||||||
|
</library>
|
||||||
</runtime>
|
</runtime>
|
||||||
<requires>
|
<requires>
|
||||||
<import plugin="org.eclipse.core.resources"/>
|
<import plugin="org.eclipse.core.resources"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue