1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed the cdtparser jar since it currently has a dependency up to the cdtcore jar due to the new PDOM interface. We'll have to figure out something for this later.

This commit is contained in:
Doug Schaefer 2005-11-02 15:51:48 +00:00
parent 47aa5eed64
commit ecdeab8ddc

View file

@ -11,11 +11,9 @@
bin.includes = plugin.xml,\
plugin.properties,\
about.html,\
cdtparser.jar,\
cdtcore.jar,\
template/
jars.compile.order = cdtparser.jar,\
cdtcore.jar
jars.compile.order = cdtcore.jar
src.includes = schema/,\
doc/,\
.options
@ -32,6 +30,6 @@ source.cdtcore.jar = index/,\
utils/,\
search/,\
dependency/,\
browser/
source.cdtparser.jar = parser/
output.cdtparser.jar = bin/
browser/,\
parser/
output.cdtcore.jar = bin/