mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Fixed "Build entries must contain at least one value" warning
Change-Id: I47d8b76bc80f863d034044d2a0e4d9e84a335e29 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
This commit is contained in:
parent
cb9249314a
commit
1f069898cf
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = os/,\
|
bin.includes = os/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
META-INF/\,
|
META-INF/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
src.includes = about.html
|
src.includes = about.html
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = os/,\
|
bin.includes = os/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
META-INF/\,
|
META-INF/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
src.includes = about.html
|
src.includes = about.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue