Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Build 20011204: Property page showing up twice

This is due to a duplicate entry in org.eclipse.jdt.ui.

The entry
<page name="%referencePageName"
        id="org.eclipse.jdt.ui.propertypages.projectreference"
           objectClass="org.eclipse.jdt.core.IJavaProject"
           class="org.eclipse.ui.internal.dialogs.ProjectReferencePage">
     </page>

should be removed.

Also the entry for org.eclipse.vcm.internal.ui.VCMPropertyPage in the
org.eclipse.jdt.vcm.ui plugin should be removed when the switch to using
the adaptable tag is made as it is already referred to to
org.eclipse.vcm.ui.




                                                                                                              
                    Nick_Edgar@xxxxxxx                                                                        
                    Sent by:                   To:     eclipse-dev@xxxxxxxxxxx                                
                    eclipse-dev-admin@e        cc:                                                            
                    clipse.org                 Subject:     [eclipse-dev] Build 20011204: Property page       
                                               showing up twice                                               
                                                                                                              
                    12/05/2001 01:50 PM                                                                       
                    Please respond to                                                                         
                    eclipse-dev                                                                               
                                                                                                              
                                                                                                              



In build 20011204, the property page for project references is showing up
twice for a Java project, when opened from the packages view.
While this is not critical, it's probably a straightforward change to
remove the duplicate contribution from JDT.
Tod is investigating to see if this is actually the case.

See http://bugs.eclipse.org/bugs/show_bug.cgi?id=6595

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






Back to the top