Skip to content

Commit

Permalink
Moved icons to net.bioclipse.platform_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Berg committed Oct 19, 2010
1 parent 36f64ea commit 87a81c3
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions features/net.bioclipse.platform_feature/bioclipse.product
Expand Up @@ -4,7 +4,7 @@
<product name="Bioclipse" uid="net.bioclipse.product" id="net.bioclipse.ui.product" application="net.bioclipse.ui.application" version="2.4.0.20100709" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/net.bioclipse.ui/icons/logo/abot_img.gif"/>
<image path="/icons/logo/abot_img.gif"/>
<text>
%productBlurb
</text>
Expand All @@ -19,26 +19,25 @@
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dbioclipse.defaultLogDir=&quot;Library/Logs/Bioclipse/&quot;</vmArgsMac>
</launcherArgs>

<windowImages i16="/net.bioclipse.ui/icons/logo/logo_16_trans.gif" i32="/net.bioclipse.ui/icons/logo/logo_32_trans.gif" i48="/net.bioclipse.ui/icons/logo/logo_48_trans.gif" i64="/net.bioclipse.ui/icons/logo/logo_64_trans.gif" i128="/net.bioclipse.ui/icons/logo/logo_128_trans.gif"/>
<windowImages i16="/icons/logo/logo_16_trans.gif" i32="/icons/logo/logo_32_trans.gif" i48="/icons/logo/logo_48_trans.gif" i64="/icons/logo/logo_64_trans.gif" i128="/icons/logo/logo_128_trans.gif"/>

<splash
location="net.bioclipse.ui"
startupProgressRect="5,290,445,15"
startupMessageRect="7,252,445,20"
startupForegroundColor="C7E1E6" />
<launcher name="bioclipse">
<linux icon="/net.bioclipse.ui/icons/molecule3D.xpm"/>
<macosx icon="/net.bioclipse.ui/icons/logo/bioclipseIcon2.icns"/>
<linux icon="/icons/molecule3D.xpm"/>
<macosx icon="/icons/logo/bioclipseIcon2.icns"/>
<solaris/>
<win useIco="false">
<ico path="/net.bioclipse.ui/icons/logo/bioclipseIcon2.ico"/>
<ico path="/icons/logo/bioclipseIcon2.ico"/>
<bmp
winSmallHigh="/net.bioclipse.ui/icon_16-32bit.bmp"
winSmallLow="/net.bioclipse.ui/icon_16-8bit.bmp"
winMediumHigh="/net.bioclipse.ui/icon_32-32bit.bmp"
winMediumLow="/net.bioclipse.ui/icon_32-8bit.bmp"
winLargeHigh="/net.bioclipse.ui/icon_48-32bit.bmp"
winLargeLow="/net.bioclipse.ui/icon_48-8bit.bmp"/>
winSmallHigh="/icons/icon_16-32bit.bmp"
winSmallLow="/icons/icon_16-8bit.bmp"
winMediumHigh="/icons/icon_32-32bit.bmp"
winMediumLow="/icons/icon_32-8bit.bmp"
winLargeHigh="/icons/icon_48-32bit.bmp"
winLargeLow="/icons/icon_48-8bit.bmp"/>
</win>
</launcher>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added plugins/net.bioclipse.ui/icons/logo_16_trans.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions plugins/net.bioclipse.ui/plugin.xml
Expand Up @@ -33,7 +33,7 @@
<perspective
name="Default"
class="net.bioclipse.ui.DefaultPerspective"
icon="icons/logo/logo_16_trans.gif"
icon="icons/logo_16_trans.gif"
id="net.bioclipse.ui.Perspective">
</perspective>
</extension>
Expand Down Expand Up @@ -166,7 +166,7 @@
name="Bioclipse Navigator"
category="net.bioclipse.ui.category"
allowMultiple="false"
icon="icons/logo/logo_16_trans.gif"
icon="icons/logo_16_trans.gif"
class="org.eclipse.ui.navigator.CommonNavigator"
id="net.bioclipse.navigator">
</view>
Expand Down Expand Up @@ -257,7 +257,7 @@
class="net.bioclipse.ui.editors.XMLEditor"
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
extensions="xml,cml"
icon="icons/logo/logo_16_trans.gif"
icon="icons/logo_16_trans.gif"
id="net.bioclipse.ui.editors.XMLEditor"
default="false"
name="XML-Lite Editor">
Expand Down

0 comments on commit 87a81c3

Please sign in to comment.