mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Remove the removed source folders from the build.properties file.
This commit is contained in:
parent
f5d55039c7
commit
be04db0edf
2 changed files with 1 additions and 8 deletions
|
@ -11,12 +11,10 @@
|
|||
bin.includes = plugin.xml,\
|
||||
plugin.properties,\
|
||||
about.html,\
|
||||
template/,\
|
||||
.,\
|
||||
META-INF/,\
|
||||
.options
|
||||
src.includes = schema/,\
|
||||
doc/,\
|
||||
.options
|
||||
javadoc.packages = org.eclipse.cdt.core.*,\
|
||||
org.eclipse.cdt.core.index.*,\
|
||||
|
@ -26,10 +24,6 @@ javadoc.packages = org.eclipse.cdt.core.*,\
|
|||
org.eclipse.cdt.utils.elf.*,\
|
||||
org.eclipse.cdt.utils.spawner.*
|
||||
source.. = src/,\
|
||||
browser/,\
|
||||
dependency/,\
|
||||
index/,\
|
||||
model/,\
|
||||
parser/,\
|
||||
search/,\
|
||||
utils/
|
||||
|
|
|
@ -25,5 +25,4 @@ javadoc.packages = org.eclipse.cdt.ui.*,\
|
|||
|
||||
source.. = src/,\
|
||||
browser/,\
|
||||
utils.ui/,\
|
||||
refactor/
|
||||
utils.ui/
|
||||
|
|
Loading…
Add table
Reference in a new issue