mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Fixed build.properties to make sure it includes the parser
folder.
This commit is contained in:
parent
3ab24c5b3d
commit
a4732cccb3
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
bin.includes = plugin.xml,\
|
||||
plugin.properties,\
|
||||
about.html
|
||||
src.includes = about.html,\
|
||||
schema/
|
||||
javadoc.packages = org.eclipse.cdt.core.*,\
|
||||
org.eclipse.cdt.core.index.*,\
|
||||
org.eclipse.cdt.core.model.*,\
|
||||
|
@ -12,6 +14,5 @@ source.cdtcore.jar = build/,\
|
|||
index/,\
|
||||
model/,\
|
||||
src/,\
|
||||
utils/
|
||||
src.includes=about.html,\
|
||||
schema/
|
||||
utils/,\
|
||||
parser/
|
||||
|
|
Loading…
Add table
Reference in a new issue