Bug 192872 - [jar exporter] JAR Export should write jardesc in sourcecontrol friendly manner
Summary: [jar exporter] JAR Export should write jardesc in sourcecontrol friendly manner
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 09:34 EDT by Joachim Rudolph CLA
Modified: 2007-06-15 10:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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