Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Replacing org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage
Replacing org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage [message #1797110] Thu, 25 October 2018 11:49
Eclipse UserFriend
Hi,

In plugin.xml of org.eclipse.jst.servlet.ui plugin one can locate this.
<extension point="org.eclipse.wst.common.project.facet.ui.wizardPages" >
<wizard-pages action="jst.web.install">
<page
class=" org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage "/>
</wizard-pages>
</extension>download link
https://inro.in/9apps inro.in/vidmate


What are the steps needed to use some other class instead of
org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage ? The new
class will be very similar to the original class with some differences.

[Updated on: Thu, 25 October 2018 18:28] by Moderator

Report message to a moderator

Previous Topic:Content assist on own facet
Next Topic:The preferences for the xdoclet runtime does not point to a valid installation
Goto Forum:
  


Current Time: Fri Apr 26 03:14:42 GMT 2024

Powered by FUDForum. Page generated in 0.02957 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top