1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Fix the compile order of the jar files.

This commit is contained in:
Doug Schaefer 2003-11-06 20:53:49 +00:00
parent 436e271263
commit 9797bc9040

View file

@ -18,3 +18,5 @@ source.cdtcore.jar = build/,\
search/,\
dependency/
source.cdtparser.jar = parser/
jars.compile.order = cdtparser.jar,\
cdtcore.jar