Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Classloading enhancements

Yes. The general rule is to put the package prefix delcarations wherever
you have a <library...> element. In your case putting "org.eclipse.swt" in
your plugin.xml is the right answer.

In the case where people have fragments which contribute JARs, the package
prefix lists from both the plugin.xml and all the fragments will be merged.

                  dj



                                                                                                                    
                      "Veronika Irvine"                                                                             
                      <Veronika_Irvine@o        To:       eclipse-dev@xxxxxxxxxxx                                   
                      ti.com>                   cc:                                                                 
                      Sent by:                  Subject:  Re: [eclipse-dev] Classloading enhancements               
                      eclipse-dev-admin@                                                                            
                      eclipse.org                                                                                   
                                                                                                                    
                                                                                                                    
                      12/12/2002 11:59                                                                              
                      AM                                                                                            
                      Please respond to                                                                             
                      eclipse-dev                                                                                   
                                                                                                                    
                                                                                                                    





DJ,

In SWT we have a jar defined in a fragment.xml file.

Will the packages prefixes work there as well?

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






Back to the top