Community
Participate
Working Groups
Build Identifier: WTP 3.2.1 Currently adopters don't have the ability to hide some of the default options from the 'New Reference Wizard' of the Deployment Assembly page. Reproducible: Always
Created attachment 175802 [details] Proposed Patch This patch would allow an adopter to hide some default options from the 'New Reference Wizard' of the 'Deployment Assembly' properties page by adding an extension point reference to their plugin.xml file and using the hidden="true" attribute on the existing id which we want to hide: (this example would remove the 'Project' reference option from the 'New Reference Wizard') <extension point="org.eclipse.wst.common.modulecore.ui.referenceWizardFragment"> <referenceFragment class="org.eclipse.wst.common.componentcore.ui.internal.propertypage.ProjectReferenceWizardFragment" id="org.eclipse.wst.common.componentcore.ui.newProjectReference" hidden="true" name="Project"> </referenceFragment> </extension>
approved
I approve
Committed to HEAD for WTP 3.2.2 and WTP 3.3
the code had already been checked in.