mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fix terminal build.properties for adding about.html
This commit is contained in:
parent
0eb19686c5
commit
ca49b2458e
2 changed files with 7 additions and 12 deletions
|
@ -19,13 +19,8 @@ output.. = bin/
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties
|
||||
src.includes = .classpath,\
|
||||
.project,\
|
||||
.settings/,\
|
||||
META-INF/,\
|
||||
README.txt,\
|
||||
build.properties,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
src/
|
||||
README.txt,\
|
||||
about.html
|
||||
src.includes = README.txt,\
|
||||
about.html
|
||||
|
|
|
@ -14,6 +14,6 @@ output.. = bin/
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties
|
||||
src.includes = src/,\
|
||||
build.properties
|
||||
plugin.properties,\
|
||||
about.html
|
||||
src.includes = about.html
|
||||
|
|
Loading…
Add table
Reference in a new issue