Skip to content

Commit

Permalink
Merge pull request #58 from zelenyhleb/master
Browse files Browse the repository at this point in the history
Bug 545490 - [Passage] Provide logo for product
  • Loading branch information
ruspl-afed authored Nov 25, 2019
2 parents 0b7dde7 + f383ad3 commit 2b39ad7
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundles/org.eclipse.passage.loc.operator/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ bin.includes = META-INF/,\
OSGI-INF/,\
plugin.xml,\
css/,\
images/,\
about.html,\
about.mappings

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions bundles/org.eclipse.passage.loc.operator/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
name="applicationXMI"
value="platform:/plugin/org.eclipse.passage.loc.workbench/LOC.e4xmi">
</property>
<property
name="windowImages"
value="images/loc16.png,images/loc32.png,images/loc48.png,images/loc64.png,images/loc128.png">
</property>
<property
name="lifeCycleURI"
value="bundleclass://org.eclipse.passage.loc.workbench/org.eclipse.passage.loc.workbench.LocLifeCycle">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,24 @@
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>

<windowImages
i16="/org.eclipse.passage.lco.operator/images/loc16.png"
i32="/org.eclipse.passage.lco.operator/images/loc32.png"
i48="/org.eclipse.passage.lco.operator/images/loc48.png"
i64="/org.eclipse.passage.lco.operator/images/loc64.png"
i128="/org.eclipse.passage.lco.operator/images/loc128.png"/>

<launcher name="PassageOperator">
<win useIco="false">
<png
winSmallHigh="./ico/16.png"
winSmallLow="./ico/16_8.png"
winMediumHigh="./ico/32.png"
winMediumLow="./ico/32_8.png"
winLargeHigh="./ico/48.png"
winLargeLow="./ico/48_8.png"/>
</win>
</launcher>


Expand Down

0 comments on commit 2b39ad7

Please sign in to comment.