これが取引です。プログラムでEclipse RCPでプロジェクトを作成します。次に、いくつかの永続的なプロパティを追加します。プロジェクト エクスプローラー ビューでプロジェクトを右クリックし、[プロパティ] タブをクリックします。私のプロパティページがあるはずです。ここに私が持っているものがあります:
<extension
point="org.eclipse.ui.propertyPages">
<page
adaptable="false"
class="bg.bulsi.rcp.first.properties.SamplePropertyPage"
id="bg.bulsi.rcp.first.properties.samplePropertyPage"
name="Sample Page"
nameFilter="*.*"
objectClass="org.eclipse.core.resources.IProject"
selectionFilter="single">
<enabledWhen>
<instanceof
value="org.eclipse.core.resources.IProject">
</instanceof>
</enabledWhen>
</page>
</extension>
このページがプロジェクトのプロパティに表示されないのはなぜですか?