Bug 248852

Summary: new plugin project from JAR includes .settings dir
Product: [Eclipse Project] PDE Reporter: Jeff McAffer <jeffmcaffer>
Component: UIAssignee: Chris Aniszczyk <caniszczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: caniszczyk, contact, curtis.windatt.public
Version: 3.5Keywords: contributed
Target Milestone: 3.5 M3   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
patch
caniszczyk: iplog+
mylyn/context/zip
none
mylyn/context/zip none

Description Jeff McAffer CLA 2008-09-27 17:16:17 EDT
in M2

after creating a new plugin project from an existing JAR file the build.properties includes .settings in the list of bin.includes files.  Not likely a desired behaviour.
Comment 1 Benjamin Cabé CLA 2008-09-28 08:18:03 EDT
note that it only happens if the "unzip the JAR archives into the project" option is checked
Comment 2 Benjamin Cabé CLA 2008-09-28 08:34:02 EDT
Created attachment 113680 [details]
patch

.settings is no more added to bin.includes
Comment 3 Benjamin Cabé CLA 2008-09-28 08:34:09 EDT
Created attachment 113681 [details]
mylyn/context/zip
Comment 4 Chris Aniszczyk CLA 2008-09-28 14:18:46 EDT
Thanks Ben!
Comment 5 Chris Aniszczyk CLA 2008-09-29 15:11:11 EDT
Thanks again Ben!

I made some small changes to use constants from ICoreConstants when possible.

> 20090929
Comment 6 Chris Aniszczyk CLA 2008-09-29 15:11:14 EDT
Created attachment 113795 [details]
mylyn/context/zip
Comment 7 Curtis Windatt CLA 2008-10-02 11:01:17 EDT
Reopen to re-assign
Comment 8 Curtis Windatt CLA 2008-10-02 11:02:01 EDT
Thanks for the patch Ben.