Community
Participate
Working Groups
Build Identifier: An adopter product needs the ability to use their customized Dependecy Page for their own purposes throw extensions points. The modifications involve changes to org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPagesExtensionsManager#getProvider, org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPagesExtensionsManager#loadProviders(), org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPagesExtensionsManager#loadAllReferenceWizardFragments() and some modifications to the /webtools/common/plugins/org.eclipse.wst.common.modulecore.ui/schema/moduleDependencyPropertyPage.exsd file to allow the adption of the extension point Reproducible: Always
Created attachment 203303 [details] Patch to allow ReferenceWizardFragment to be overwritten
I addition, these changes do not break compatibility, and the new "weight" attribute is completely optional. These changes are required to extend/replace pages in the deployment assembly framework. I approve
Code committed to R3_2_maintenance for WTP 3.2.5. I'm going to create a different bug for 3.3.2 and 3.4, because this patch cannot be applied directly to HEAD. It needs some changes.