[GRADLE-2024] A PropertiesFileContentMerger should exist similar to XmlFileContentMerger Created: 03/Jan/12 Updated: 04/Jan/13 Resolved: 08/Jan/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-6 |
Fix Version/s: | 1.0-milestone-8 |
Type: | Improvement | ||
Reporter: | Andrew Oberstar | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
For example, with all XML based Eclipse models the file property is a XmlFileContentMerger. This provides the additional method of withXml that allows modification of the XML directly. The same functionality should be provided for Properties based models (currently just EclipseJdt). This would create a PropertiesFileContentMerger that has a withProperties method allowing direct modification of the properties to be generated. |