mirror of https://github.com/apache/ant-ivy
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:
parent
2f100bd053
commit
d27c3f00bc
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -217,6 +217,7 @@ public class XmlModuleDescriptorUpdater {
|
|||
}
|
||||
|
||||
public void endDocument() throws SAXException {
|
||||
out.print(LINE_SEPARATOR);
|
||||
out.flush();
|
||||
out.close();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue