mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 02:53:12 +02:00
Updated to build instead of builder
This commit is contained in:
parent
18177e7a35
commit
90de4d7222
1 changed files with 3 additions and 2 deletions
|
@ -8,9 +8,10 @@ javadoc.packages = org.eclipse.cdt.core.*,\
|
||||||
org.eclipse.cdt.utils.*,\
|
org.eclipse.cdt.utils.*,\
|
||||||
org.eclipse.cdt.utils.elf.*,\
|
org.eclipse.cdt.utils.elf.*,\
|
||||||
org.eclipse.cdt.utils.spawner.*
|
org.eclipse.cdt.utils.spawner.*
|
||||||
source.cdtcore.jar = builder/,\
|
source.cdtcore.jar = build/,\
|
||||||
index/,\
|
index/,\
|
||||||
model/,\
|
model/,\
|
||||||
src/,\
|
src/,\
|
||||||
utils/
|
utils/
|
||||||
src.includes=about.html
|
src.includes=about.html,\
|
||||||
|
schema/
|
||||||
|
|
Loading…
Add table
Reference in a new issue