Mercurial > dive4elements > framework
diff ChangeLog @ 298:a5e6d1923c95
Made namespace resolution more compatible.
artifacts/trunk@2383 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 21 Jul 2011 08:32:34 +0000 |
parents | 694d818e99b2 |
children | a8d62eb93cd4 |
line wrap: on
line diff
--- a/ChangeLog Wed Jul 20 12:30:57 2011 +0000 +++ b/ChangeLog Thu Jul 21 08:32:34 2011 +0000 @@ -1,3 +1,13 @@ +2011-07-21 Sascha L. Teichmann <teichmann@intevation.de> + + * artifacts/src/main/java/de/intevation/artifacts/ArtifactNamespaceContext.java: + Made it more compatible with mixed namespaces and mixtures of namespaces + and no namespaces. + + * artifacts/pom.xml: Set Java compatibility to 1.5. Why isn't this inherited + from main pom.xml? The artifact-database module uses 1.5 features but does + not need any extra configuration. + 2011-07-20 Ingo Weinzierl <ingo@intevation.de> * artifacts/src/main/java/de/intevation/artifacts/Artifact.java,