mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
Fix missing about files.
This commit is contained in:
parent
92a0b1cb0e
commit
32a1b3134c
2 changed files with 4 additions and 2 deletions
|
@ -2,4 +2,5 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml,\
|
||||||
|
about.html
|
||||||
|
|
|
@ -4,4 +4,5 @@ bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
icons/,\
|
icons/,\
|
||||||
plugin.properties
|
plugin.properties,\
|
||||||
|
about.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue