Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] ProductId, Where should I specify this !?!


There is a System property (eclipse.product) that you should set to be the ID of your product.  You can define a product using the org.eclipse.core.runtime.products extension point (see the schema doc for more details) or as Dejan mentions, using the primary feature facilities in Update.

Jeff



Dejan Glozic/Toronto/IBM@IBMCA
Sent by: pde-ui-dev-admin@xxxxxxxxxxx

04/26/2004 11:50 AM

Please respond to
pde-ui-dev

To
pde-ui-dev@xxxxxxxxxxx
cc
pde-ui-dev@xxxxxxxxxxx, pde-ui-dev-admin@xxxxxxxxxxx
Subject
Re: [pde-ui-dev] ProductId, Where should I specify this !?!









Jerome,

You should ask OSGi (the new Eclipse runtime) team because what you are
asking is defined by the new runtime. I think there are two ways:

  You can use features and define a primary feature to carry your branding
  (as is done in Eclipse and many other products; org.eclipse.platform
  feature and the corresponding plug-in carry this information and provide
  product ID)
  You can declare application information via an extension point (3.0
  addition). Talk to the OSGi team (their mailing list) to get more info.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D2/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854



                                                                         
            Jérôme Bourget                                                
            <jeromebourget@ya                                            
            hoo.ca>                                                    To
            Sent by:                  pde-ui-dev@xxxxxxxxxxx              
            pde-ui-dev-admin@                                          cc
            eclipse.org                                                  
                                                                  Subject
                                      [pde-ui-dev] ProductId, Where      
            04/26/2004 11:35          should I specify this !?!          
            AM                                                            
                                                                         
                                                                         
            Please respond to                                            
               pde-ui-dev                                                
                                                                         
                                                                         




I have to develope an RCP application with an
Introduction. I have to bind my Intro classes to the
application I develope.

For that, I need the ProductID of my application but I
don't know where I can found this ID or where I have
to specify this !

I take a look an the net to find information about
this and the only page that I found  talk about
ProductID like if I'm supposed to know what it is !

Thanks for your Help
~Jérôme



__________________________________________________________
Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca
_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-ui-dev


_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-ui-dev


Back to the top