mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Bug 577097: Add missing entries to build.properties
Change-Id: I2e505c364d3dbdeba850be324488a31a33802cfb
This commit is contained in:
parent
3e9dadd642
commit
c81695c9ce
3 changed files with 10 additions and 3 deletions
|
@ -9,5 +9,6 @@ bin.includes = META-INF/,\
|
||||||
about.mappings,\
|
about.mappings,\
|
||||||
about.properties,\
|
about.properties,\
|
||||||
cdt_logo_icon32.png,\
|
cdt_logo_icon32.png,\
|
||||||
about.html
|
about.html,\
|
||||||
|
schema/
|
||||||
src.includes = about.html
|
src.includes = about.html
|
||||||
|
|
|
@ -9,4 +9,5 @@ bin.includes = META-INF/,\
|
||||||
about.mappings,\
|
about.mappings,\
|
||||||
about.properties,\
|
about.properties,\
|
||||||
ptp_logo_icon32.png,\
|
ptp_logo_icon32.png,\
|
||||||
schema/
|
schema/,\
|
||||||
|
.options
|
||||||
|
|
|
@ -3,4 +3,9 @@ bin.includes = plugin.xml,\
|
||||||
html/,\
|
html/,\
|
||||||
toc*.xml,\
|
toc*.xml,\
|
||||||
css/,\
|
css/,\
|
||||||
about.html
|
about.html,\
|
||||||
|
toc.xml,\
|
||||||
|
tocconcepts.xml,\
|
||||||
|
tocgettingstarted.xml,\
|
||||||
|
tocreference.xml,\
|
||||||
|
tocsamples.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue