Mercurial > dive4elements > framework
diff ChangeLog @ 102:4122dbc9711b
Added a new package artifacts-common for classes and utilities used in several packages.
artifacts/trunk@1285 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Feb 2011 14:37:28 +0000 |
parents | 7fc0650f194c |
children | 1282cf96d3eb |
line wrap: on
line diff
--- a/ChangeLog Tue Feb 01 16:15:03 2011 +0000 +++ b/ChangeLog Wed Feb 02 14:37:28 2011 +0000 @@ -1,3 +1,13 @@ +2011-02-02 Ingo Weinzierl <ingo@intevation.de> + + * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java, + artifacts-common/pom.xml: New package. It will serve some classes and + utilities that are used in the artifact-database package as well as in + concrete artifact packages. + + * pom.xml: Added the artifacts-common package to be able to build all + packages using just the upper level pom file. + 2011-02-01 Ingo Weinzierl <ingo@intevation.de> * artifact-database/pom.xml: Upgraded Restlet from version 2.0-SNAPSHOT