FIX: Delivered Ivy files with incomplete last line. (IVY-125) (Thanks to Matthias Kilian)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xavier Hanin 2006-03-30 16:37:47 +00:00
parent 2f100bd053
commit d27c3f00bc
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- FIX: Delivered Ivy files with incomplete last line. (IVY-125) (Thanks to Matthias Kilian)
version 1.3.1 - 2006-03-30
===============================
- FIX: retrieval of multiple artifacts in different configurations does not work as expected (IVY-188)

View File

@ -217,6 +217,7 @@ public class XmlModuleDescriptorUpdater {
}
public void endDocument() throws SAXException {
out.print(LINE_SEPARATOR);
out.flush();
out.close();
}

View File

@ -81,4 +81,4 @@
<manager org="yourorg" module=".*" name="all"/>
<manager org="theirorg" module="theirmodule1" rev="1.0, 1.1"/>
</conflicts>
</ivy-module>
</ivy-module>