mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
forgot to put the png into the build.properties. No wonder it didn't show up :P
This commit is contained in:
parent
47cff97f62
commit
df28983cb2
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ aboutText=%blurb
|
|||
# needed for primary features only
|
||||
|
||||
# Property "featureImage" contains path to feature image (32x32)
|
||||
featureImage=cdt_logo_icon32.gif
|
||||
featureImage=cdt_logo_icon32.png
|
||||
|
||||
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
||||
# needed for primary features only
|
||||
|
|
|
@ -12,10 +12,10 @@ bin.includes = about.html,\
|
|||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
eclipse32.gif,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
css/,\
|
||||
intro/,\
|
||||
META-INF/
|
||||
META-INF/,\
|
||||
cdt_logo_icon32.png
|
||||
src.includes = about.html
|
||||
|
|
Loading…
Add table
Reference in a new issue