Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 279174

Summary: dependency change of org.eclipse.wst
Product: [Technology] EPP Reporter: Markus Knauer <mknauer>
Component: php-packageAssignee: 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:

Description Markus Knauer CLA 2009-06-04 17:37:56 EDT
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.
Comment 1 Michael Spector CLA 2009-06-05 02:47:43 EDT
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 ***