comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 296:8d0932c2c2ef

Make project compilable again. flys-artifacts/trunk@1639 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 03 Apr 2011 10:53:14 +0000
parents 3419b1c8ca28
children 9a0e1289bab6
comparison
equal deleted inserted replaced
295:53c155bfde07 296:8d0932c2c2ef
123 123
124 // XXX I am not sure if it works well every time with an empty document 124 // XXX I am not sure if it works well every time with an empty document
125 // in the describe operation of an artifact. 125 // in the describe operation of an artifact.
126 Document description = database.describe(uuid, null, context.getMeta()); 126 Document description = database.describe(uuid, null, context.getMeta());
127 127
128 de.intevation.flys.artifacts.XMLDebug.out(description); 128 // FIXME: XMLDebug does not exists in version control.
129 // de.intevation.flys.artifacts.XMLDebug.out(description);
129 130
130 String hash = "MYHASH"; 131 String hash = "MYHASH";
131 // TODO 132 // TODO
132 133
133 Element ci = ec.create("artifact"); 134 Element ci = ec.create("artifact");

http://dive4elements.wald.intevation.org