1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Bug 578367: Include the .css files in the built jar file

Contributed by STMicroelectronics

Change-Id: Ia7381071d1e8b806434ab4633549eb1a5177a584
Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
This commit is contained in:
Torbjörn Svensson 2022-03-31 12:29:07 +02:00
parent 553eb84cb1
commit c4920f78f9
2 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,7 @@ bin.includes = plugin.xml,\
META-INF/,\
.,\
html/,\
about.html,\
plugin.properties
about.html,\
plugin.properties,\
css/
src.includes = about.html

View file

@ -16,7 +16,8 @@ bin.includes = plugin.xml,\
about.html,\
plugin.properties,\
.,\
META-INF/
META-INF/,\
css/
source.. = src/
src.includes = schema/,\
about.html