Cleanup obsolete code after replacement of JAX-RS Wizard(s)
-----------------------------------------------------------
Key: JBIDE-17466
URL:
https://issues.jboss.org/browse/JBIDE-17466
Project: Tools (JBoss Tools)
Issue Type: Task
Components: webservices
Affects Versions: 4.2.0.Beta2
Reporter: Xavier Coulon
Assignee: Brian Fitzpatrick
Fix For: 4.2.0.Beta3
Attachments: Screen Shot 2014-06-04 at 15.17.33.png
Some classes and resouces related to the former "Create sample RESTful Service"
wizard were moved from {{org.jboss.tools.ws.ui}} to {{org.jboss.tools.ws.jaxrs.ui}} as
part of JBIDE-9223, then replaced with other classes and resources as part of JBIDE-17151,
but some classes still required by the "Simple Web Service" wizard were lost in
the process, as reported in JBIDE-17459. The most straightforward solution for JBT
4.2.0.Beta2 was to restore those files and simply comment out the extension for the
"Create sample RESTful Service" in {{org.jboss.tools.ws.ui/plugin.xml}}
But now it is time to do some cleanup.