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

Bug 166797

Summary: Add org to .cvsignore
Product: [Tools] GEF Reporter: Anthony Hunter <ahunter.eclipse>
Component: GEF-Legacy GEF (MVC)Assignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.3.0 (Europa)   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Anthony Hunter CLA 2006-12-05 11:05:54 EST
From Ed Merks:

I need you to add org to .cvsignore in org.eclipse.gef and org.eclipse.draw2d.
Each change is simply adding the "org" folder to the root .cvsignore for the project;

The reason for these changes is that we bootstrap our main Eclipse development environment as described in Bug 109137. This involves either building the jar specified in the MANIFEST.MF, or if it specifies ".", copying the contents of the bin folder to the root of the project.

In either case, unless the .cvsignore says to ignore this generated result, I end up with a CVS delta for each non-EMF/UML project I have in my workspace which consists of 167 projects by the time I include GEF, GMF, and so on.  Right now, as I'm doing the Java 5.0 changes, I'm monitoring the impact on downstream plugins so that I can provide patches to fix the small number of source incompatibilities that are showing up and this large list of bogus deltas has gotten really annoying.
Comment 1 Anthony Hunter CLA 2006-12-05 11:07:23 EST
Committed the fix.