Actions
Bug #3825
closedindexPaths should be more readable in build.properties
Start date:
02/17/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3825
Description
Per Duane Costa:
In build.properties:
'indexPaths' is an important property, but its value is
very difficult to read and edit.
(i) It would be helpful if the 'indexPaths' entries were alphabetized so
that some kind of ordering is imposed. Right now it is
a huge unordered list, so hunting down individual entries
is like finding a needle in the haystack.
(ii) Is there some way to break up a property value over
several lines? If so, it would be good to list the
'indexPaths' entries one per line, instead of all
on a single line several hundred characters long.
This would make it easy to 'diff' a modified 'indexPaths'
value with its original value.
Updated by Michael Daigle almost 16 years ago
Changed the indexPaths property to be multi-line and alphabetized. Had to modify SortedProperties to read multi-line properties.
Actions