Mercurial > dive4elements > framework
diff ChangeLog @ 234:23d642319a0b
Added a boolean flag to XML byte serialisation to compress/decompress, too.
artifacts/trunk@1641 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 03 Apr 2011 12:10:54 +0000 |
parents | 16cd059945e5 |
children | 3e29395ebac6 |
line wrap: on
line diff
--- a/ChangeLog Sun Apr 03 10:45:48 2011 +0000 +++ b/ChangeLog Sun Apr 03 12:10:54 2011 +0000 @@ -1,3 +1,9 @@ +2011-04-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: + Added a boolean flag to XML byte serialisation to compress/decompress, too. + Defaults to false to keep compatibilty. + 2011-04-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/**/*.java: Removed trailing whitespace.