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,\
|
||||
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/
|
||||
|
|
Loading…
Add table
Reference in a new issue