Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] How to generated launcher.ini with Tycho

Hi,I am a new user with Tycho。When I buid my RCP product with PDE。it works。the launcher name is "penv" and the configuration name is "penv.ini".But when I build with tycho(0.22.0),the launcher name is "penv" but the configuration name is "eclipse.ini"。Why? 
This is my epp.product
<launcher name="penv">
      <solaris/>
      <win useIco="false">
         <bmp/>
      </win>
 </launcher>


Back to the top