Bug 417498 - Checking out eclipse.pde.ui results in unignored changes in test projects in org.eclipse.pde.api.tools.tests
Summary: Checking out eclipse.pde.ui results in unignored changes in test projects in ...
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 4.4 M3   Edit
Assignee: Ben Cox CLA
QA Contact:
URL: https://git.eclipse.org/r/16550
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2013-09-18 07:04 EDT by Ben Cox CLA
Modified: 2013-09-20 09:41 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Cox CLA 2013-09-18 07:04:51 EDT
If you clone the eclipse.pde.ui Git repository and then Import Projects for all projects, you get a number of new unstaged changes appearing, due to the Java builder running and generating .class files and a copied .txt file in the bin folders of numerous API Tools projects. This can make it difficult to detect which changes are real.
Comment 1 Ben Cox CLA 2013-09-18 07:54:33 EDT
I've created a commit with .gitignores added and pushed it to Gerrit.

https://git.eclipse.org/r/16550
Comment 2 Michael Rennie CLA 2013-09-18 09:29:25 EDT
As Dani already pointed out on Gerrit the projects in the test project are not intended to be checked out on their own, they are used solely in the test environment.

I guess in the event someone does check them out we should probably add a .gitignore to each project (also as was mentioned on Gerrit)