Eclipse plugin project explorer的自定义内容绑定

Eclipse plugin project explorer的自定义内容绑定,eclipse-plugin,eclipse-rcp,Eclipse Plugin,Eclipse Rcp,我正在使用navigator内容绑定来定制project explorer内容。每次扩展节点时,我都会遇到一个异常,即: !MESSAGE Problems occurred when invoking code from plugin:"org.eclipse.ui.navigator". !STACK 1 org.eclipse.core.runtime.CoreException: No property tester contributes a property org.eclips

我正在使用navigator内容绑定来定制project explorer内容。每次扩展节点时,我都会遇到一个异常,即:

!MESSAGE Problems occurred when invoking code from plugin:"org.eclipse.ui.navigator". 
!STACK 1 
org.eclipse.core.runtime.CoreException: No property tester contributes a property org.eclipse.core.resources.projectNature to type class <myClassName>. 
!从插件“org.eclipse.ui.navigator”调用代码时出现消息问题。
!堆栈1
org.eclipse.core.runtime.CoreException:没有属性测试人员将属性org.eclipse.core.resources.projectNature贡献给类型类。

我不知道如何解决这个问题

请在plugin.xml中显示您的绑定