| Summary: | dependency change of org.eclipse.wst | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | Markus Knauer <mknauer> |
| Component: | php-package | Assignee: | Michael Spector <spektom> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.2.0 | ||
| Target Milestone: | 1.2.0 RC3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Markus, This was fixed a long time ago (see duplicate bug). What version of PDT has wrong feature.xml? *** This bug has been marked as a duplicate of bug 277589 *** |
I had to remove the <import feature="org.eclipse.wst"/> and replaced it as a quick fix with <import feature="org.eclipse.wst.common.fproj"/> <import feature="org.eclipse.wst.jsdt.feature"/> <import feature="org.eclipse.wst.xml_ui.feature"/> <import feature="org.eclipse.wst.web_ui.feature"/> <import feature="org.eclipse.wst.server_adapters"/> <import feature="org.eclipse.wst.xsl.feature"/> which is not optimal but necessary! We should make sure that we strip all unnecessary feature from the list in the feature.xml.