mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
Fix the compile order of the jar files.
This commit is contained in:
parent
436e271263
commit
9797bc9040
1 changed files with 2 additions and 0 deletions
|
@ -18,3 +18,5 @@ source.cdtcore.jar = build/,\
|
||||||
search/,\
|
search/,\
|
||||||
dependency/
|
dependency/
|
||||||
source.cdtparser.jar = parser/
|
source.cdtparser.jar = parser/
|
||||||
|
jars.compile.order = cdtparser.jar,\
|
||||||
|
cdtcore.jar
|
||||||
|
|
Loading…
Add table
Reference in a new issue