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:
parent
47aa5eed64
commit
ecdeab8ddc
1 changed files with 4 additions and 6 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue