[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Re: Missing Dependency

Erik wrote:
After further research I believe I have found the problem. In org.eclipse.datatools.connectivity.ui.dse you have the following:

<extension
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
<propertyContributor
contributorId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator"


labelProvider="org.eclipse.ui.internal.navigator.resources.workbench.TabbedPropertySheetTitleProvider">

         <propertyCategory category="general"/>
         <propertyCategory category="core"/>
         <propertyCategory category="appearance"/>
         <propertyCategory category="advanced"/>
      </propertyContributor>
   </extension>

This problem is only triggered if the properties view is a tabbed properties view.
Interesting. Something to look at for our 1.7.1 release. Can you create a Bugzilla entry for this? Thanks!