Skip to content

Commit

Permalink
Removed the -32 in product for mac os X.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Spjuth committed May 27, 2010
1 parent 85cbeb2 commit a6e400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/net.bioclipse.platform_feature/bioclipse.product
Expand Up @@ -16,7 +16,7 @@
<launcherArgs>
<programArgs>-data &quot;@nodefault&quot; -noupdate -consolelog</programArgs>
<vmArgs>-ea -Xmx512M -XX:MaxPermSize=128m -Declipse.buildId=&quot;2.4.0.RC1&quot;</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dbioclipse.defaultLogDir=&quot;Library/Logs/Bioclipse/&quot; -d32</vmArgsMac>
<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"/>
Expand Down

0 comments on commit a6e400d

Please sign in to comment.