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

Bug 178984

Summary: feature project files missing PDE nature
Product: [Tools] GEF Reporter: Anthony Hunter <ahunter.eclipse>
Component: MiscAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3.0 (Europa) M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Anthony Hunter CLA 2007-03-23 08:24:15 EDT
The four .project files in GEF are missing:

	<buildSpec>
		<buildCommand>
			<name>org.eclipse.pde.FeatureBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.pde.FeatureNature</nature>
	</natures>
Comment 1 Anthony Hunter CLA 2007-03-23 08:26:18 EDT
Fixed