Mercurial > mxd2map
diff ChangeLog @ 27:e5fdc37f8f94
Added XMLUtils to store map information.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 08 Apr 2011 14:21:45 +0200 |
parents | 3e24fffdf2bb |
children | 0e71a1f71ec0 |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 08 12:26:17 2011 +0200 +++ b/ChangeLog Fri Apr 08 14:21:45 2011 +0200 @@ -1,3 +1,17 @@ +2011-04-08 Raimund Renkert <raimund.renkert@intevation.de> + + * src/java/de/intevation/mxd/reader/IReader.java: Added XML document to + store map information. + + * src/java/de/intevation/mxd/reader/MXDReader.java: Write the information to + the XML document. + + * src/java/de/intevation/mxd/reader/MapReader.java: Write map information to + the XML document. + + * src/java/de/intevation/mxd/utils/XMLUtils.java: New. Helper class to + create and manipulate XML documents. + 2011-04-08 Raimund Renkert <raimund.renkert@intevation.de> Moved reader components to reader folder.