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