Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] Where is pderesources.properties file?



The .properties file is in the pdeui.jar in the binary, not the source.





                                                                           
             Rajeev Sikka                                                  
             <sikkar@xxxxxxxxx                                             
             m>                                                         To 
             Sent by:                  pde-ui-dev@xxxxxxxxxxx              
             pde-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [pde-ui-dev] Where is               
             02/12/2004 07:17          pderesources.properties file?       
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                pde-ui-dev                                                 
                                                                           
                                                                           





Hi,

I unzipped the org.eclipse.pde.source_2.1.2 sources:

PDEPlugin.java has the line:
resourceBundle =
ResourceBundle.getBundle("org.eclipse.pde.internal.ui.pderesources");

However, the source does not seem to have the .properties file. Where is
it?

Thanks,
Rajeev



Back to the top