Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Request more information about workaround for branding bug in Eclipse 3.4.0


Hi,

I am trying to upgrade my headless build system from Eclipse 3.3.0 to Eclispe 3.4.0 and have run into the problem
where my branding icon is not being used for my OpenArbor.exe produced, but is instead using the Eclipse icon.

This snippet works for Eclispe 3.3.0, but not for Eclipse 3.4.0

  <launcher name="OpenArbor">
      <linux icon="/com.ddci.openarbor.application/icons/linux/OpenArbor.xpm"/>
      <macosx icon="/com.ddci.openarbor.application/icons/macosx/OpenArbor.icns"/>
      <solaris
            solarisLarge="/com.ddci.openarbor.application/icons/solaris/OpenArbor48.pm"
            solarisMedium="/com.ddci.openarbor.application/icons/solaris/OpenArbor32.pm"
            solarisSmall="/com.ddci.openarbor.application/icons/solaris/OpenArbor24.pm"
            solarisTiny="/com.ddci.openarbor.application/icons/solaris/OpenArbor16.pm"/>
      <win useIco="true">
         <ico path="/com.ddci.openarbor.application/icons/win32/OpenArbor.ico"/>
         <bmp/>
      </win>
   </launcher>

Can someone please give me an example of how to specify the <launcherIcons>
property in my product.properties file as suggested as a workaround for bug (
http://bugs.eclipse.org/237922)?

Thanks,

Lisa Jett
DDC-I, Inc.
(602) 275-7172 x4364
lcj@xxxxxxxx

Back to the top