1
0
Fork 0
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:
Doug Schaefer 2003-03-06 20:13:08 +00:00
parent 3ab24c5b3d
commit a4732cccb3

View file

@ -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/