Bug 192872

Summary: [jar exporter] JAR Export should write jardesc in sourcecontrol friendly manner
Product: [Eclipse Project] JDT Reporter: Joachim Rudolph <joachim.rudolph>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Joachim Rudolph CLA 2007-06-15 09:34:46 EDT
After adding a new package to a "jardesc" using the "jar export" tool, the new jardesc file is written in completely unsorted manner (seems like the output of a hashmap). This makes it troublesome to handle the jardesc files in source control systems where you would expect only one changed line.

Proposal : always output jardesc in sorted order so that changes are limited to one inserted line per package
Comment 1 Jerome Lanneluc CLA 2007-06-15 10:04:06 EDT
Moving to JDT/UI