Mercurial > dive4elements > framework
diff ChangeLog @ 162:4ac91485b4e0
Implemented the deleteCollection() interface method in the artifact database.
artifacts/trunk@1387 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Mar 2011 13:56:27 +0000 |
parents | e4a1562dfc21 |
children | 28dea2714e90 |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 03 13:53:55 2011 +0000 +++ b/ChangeLog Thu Mar 03 13:56:27 2011 +0000 @@ -1,3 +1,10 @@ +2011-03-03 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + Two things: the collection get names specified in the incoming document + of the POST request, and the deleteCollection() interface method is now + implemented. + 2011-03-03 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: