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

Bug 424108

Summary: Remove or clean up "a.b.c" plug-in from PDE UI repo
Product: [Eclipse Project] PDE Reporter: Lars Vogel <Lars.Vogel>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: curtis.windatt.public, Lars.Vogel
Version: 4.4Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 435475    

Description Lars Vogel CLA 2013-12-16 06:00:49 EST
If I import "a.b.c" from the PDE UI repo I get a syntax error that the last line in the MANIFEST.MF is not terminated.

Is this plug-in required? 

It looks to me that ProjectCreationTests creates the plug-in during the tests. If that assumption is correct I suggest to remove the project from the Git repo and add it the .gitignore file.
Comment 1 Curtis Windatt CLA 2013-12-16 09:39:40 EST
There are many .project files in the test bundles, most of them are needed by the tests, not created by them.  It would be preferable to not see them in the 'import projects' dialog.
Comment 2 Lars Vogel CLA 2014-07-03 19:32:48 EDT
.