Skip to content

Commit ad4408b

Browse files
committed
Add Eclipse logo SVGs to build.properties
The recently added Eclispe logo SVGs have not been added to the build.properties to make the deployed binary bundle also contain them. This change adds them accordingly.
1 parent ea3f147 commit ad4408b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

platform/org.eclipse.platform/build.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ bin.includes = about.html,\
1717
about.properties,\
1818
eclipse_lg.png,\
1919
20+
eclipse16.svg,\
21+
eclipse32.svg,\
22+
eclipse48.svg,\
2023
eclipse16.png,\
2124
eclipse32.png,\
2225
eclipse48.png,\

platform/org.eclipse.sdk/build.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ bin.includes = about.html,\
1515
about.ini,\
1616
about.mappings,\
1717
about.properties,\
18+
eclipse16.svg,\
19+
eclipse32.svg,\
20+
eclipse48.svg,\
1821
eclipse16.png,\
1922
eclipse32.png,\
2023
eclipse48.png,\

0 commit comments

Comments
 (0)