mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Still trying to get the source feature to work.
This commit is contained in:
parent
8d88af92cd
commit
27f77d460a
1 changed files with 3 additions and 6 deletions
|
@ -6,22 +6,19 @@ bin.includes = plugin.xml,\
|
||||||
.options
|
.options
|
||||||
jars.compile.order = cdtparser.jar,\
|
jars.compile.order = cdtparser.jar,\
|
||||||
cdtcore.jar
|
cdtcore.jar
|
||||||
src.includes = about.html,\
|
src.includes = schema/,\
|
||||||
schema/,\
|
|
||||||
ChangeLog,\
|
ChangeLog,\
|
||||||
build.properties,\
|
|
||||||
utils/,\
|
utils/,\
|
||||||
src/,\
|
src/,\
|
||||||
search/,\
|
search/,\
|
||||||
plugin.xml,\
|
|
||||||
plugin.properties,\
|
|
||||||
parser/,\
|
parser/,\
|
||||||
model/,\
|
model/,\
|
||||||
index/,\
|
index/,\
|
||||||
doc/,\
|
doc/,\
|
||||||
dependency/,\
|
dependency/,\
|
||||||
browser/,\
|
browser/,\
|
||||||
.options
|
template/,\
|
||||||
|
ChangeLog-2003
|
||||||
javadoc.packages = org.eclipse.cdt.core.*,\
|
javadoc.packages = org.eclipse.cdt.core.*,\
|
||||||
org.eclipse.cdt.core.index.*,\
|
org.eclipse.cdt.core.index.*,\
|
||||||
org.eclipse.cdt.core.model.*,\
|
org.eclipse.cdt.core.model.*,\
|
||||||
|
|
Loading…
Add table
Reference in a new issue