Mercurial > dive4elements > framework
comparison ChangeLog @ 290:995fa6994480
Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output.
artifacts/trunk@2310 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 08 Jul 2011 08:20:59 +0000 |
parents | cf2e8cca02b7 |
children | f8c4fa292c9c |
comparison
equal
deleted
inserted
replaced
289:cf2e8cca02b7 | 290:995fa6994480 |
---|---|
1 2011-07-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java, | |
4 artifact-database/src/main/java/de/intevation/artifactdatabase/state/DefaultOutput.java: | |
5 An Output can have a type (string) declaration now that should make it | |
6 easier to distinguish different Output types. | |
7 | |
8 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: | |
9 Read the attribute "type" from OutputMode's configuration section. | |
10 | |
11 * artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java: | |
12 Write the member variable "type" to an OutputMode. | |
13 | |
1 2011-06-28 Ingo Weinzierl <ingo@intevation.de> | 14 2011-06-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 Tagged RELEASE 1.3 | 16 Tagged RELEASE 1.3 |
4 | 17 |
5 2011-06-27 Ingo Weinzierl <ingo@intevation.de> | 18 2011-06-27 Ingo Weinzierl <ingo@intevation.de> |