annotate gnv-artifacts/Changelog @ 66:bf883222b675

Added JfreeChart Dependency to pom-file gnv-artifacts/trunk@49 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 09 Sep 2009 12:03:00 +0000
parents 5db77e0a8594
children 0e9762ebd18d
rev   line source
66
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
1 2009-09-09 Tim Englich <tim.englich@intevation.de>
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
2
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
3 * pom.xml Edited:
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
4 Added JfreeChart Dependency to pom-file
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
5
64
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
6 2009-09-09 Tim Englich <tim.englich@intevation.de>
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
7
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
8 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
9 The specifed OutputTransition for the Product TimeSeries.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
10
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
11 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
12 Integration of the OutputModes in the DescriberesultDocument.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
13
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
14 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java Added,
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
15 src/main/java/de/intevation/gnv/transition/OutputTransition.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
16 The Interface and the abstract Basicimplementation of an Transition which
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
17 can produce different outputs.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
18
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
19 * src/main/java/de/intevation/gnv/transition/DefaultOutputMode.java Added,
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
20 src/main/java/de/intevation/gnv/transition/OutputMode.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
21 Interfacestructur and Defaultimplementation for the Representation of the
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
22 Different OutputModes given in an Artifact.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
23
63
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
24 2009-09-09 Tim Englich <tim.englich@intevation.de>
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
25
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
26 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (describe) Edited:
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
27 Changed DateoutputFormat from German- to Anericanstyle
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
28
62
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
29 2009-09-09 Tim Englich <tim.englich@intevation.de>
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
30
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
31 * src/test/ressources/timeseries/timeseries_step_04_feed.xml Added,
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
32 * src/test/ressources/timeseries/timeseries_step_04_advance.xml Added:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
33 Two more ArtifactCommands for the next Step in TimeSeriesArtifactTestCase
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
34 * src/test/ressources/queries.properties Edited:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
35 New Queries for timeseries_timeinterval added.
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
36 Also use KEY ,VALUE, MIN and MAX as Identifiers for the different Columns.
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
37 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited,
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
38 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
39 Modified the TimeseriesArtifact and added one further TransitionStep
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
40
61
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
41 2009-09-09 Tim Englich <tim.englich@intevation.de>
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
42
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
43 * src/main/java/de/intevation/gnv/transition/describedata/DefaultMinMaxDescribeData.java ,
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
44 * src/main/java/de/intevation/gnv/transition/describedata/MinMaxDescribeData.java,
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
45 * src/main/java/de/intevation/gnv/transition/describedata/DescribeData.java Added:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
46 Interface Structure and Defaultimplementation for Representing DescribeData of an
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
47 Transition added. In this Way we are able to switch between different Renderingmethods
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
48 for descibe.
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
49 * src/main/java/de/intevation/gnv/transition/MinMaxTransition.java Added:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
50 Added MinMaxTransition for representing Min-/Max-Value Results in a Tansition
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
51 * src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
52 Integrated Min- / MAX-Value Support for Describe. Also done some Refactoring Work
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
53 for easy creating Extensions of this Class.
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
54 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
55 Userinterface Informations were integrated in the wrong Method. Now the
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
56 Informations are put into the ui-Node
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
57
60
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
58 2009-09-08 Tim Englich <tim.englich@intevation.de>
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
59
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
60 * src/test/ressources/timeseries/timeseries_step_01_advance.xml Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
61 src/test/ressources/timeseries/timeseries_step_01_feed.xml Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
62 src/test/ressources/timeseries/timeseries_step_02_advance.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
63 src/test/ressources/timeseries/timeseries_step_02_feed.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
64 src/test/ressources/timeseries/timeseries_step_03_advance.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
65 src/test/ressources/timeseries/timeseries_step_03_feed.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
66 src/test/ressources/GNVArtifactsTestCase_Configuration.xml: Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
67 src/test/ressources/queries.properties Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
68 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
69 TestCase implemented until Choosing the TimeInetval of an TimeSeries
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
70
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
71 One Entry is Missing
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
72
58
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
73 2009-09-08 Tim Englich <tim.englich@intevation.de>
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
74
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
75 * src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
76 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
77 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
78 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
79 src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
80 src/test/ressources/timeseries/timeseries_step_01_feed.xml Added ,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
81 src/test/ressources/timeseries/timeseries_step_01_advance.xml Added :
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
82 Artifact.advance initial implementiert
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
83
57
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
84 2009-09-08 Tim Englich <tim.englich@intevation.de>
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
85
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
86 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
87 src/main/java/de/intevation/gnv/transition/DefaultInputData.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
88 src/main/java/de/intevation/gnv/transition/InputData.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
89 src/main/java/de/intevation/gnv/transition/exception/TransitionException.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
90 src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
91 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
92 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
93 Funktionalität Feed initial bereitgestellt.
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
94
56
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
95 2009-09-08 Tim Englich <tim.englich@intevation.de>
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
96
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
97 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
98 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
99 src/main/java/de/intevation/gnv/transition/TransitionBase.java,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
100 src/main/java/de/intevation/gnv/transition/DefaultInputValue.java Edited:
57
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
101 Required Inputelements integrated in BasicArtifact-Descibe-Output
56
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
102
55
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
103 2009-09-08 Tim Englich <tim.englich@intevation.de>
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
104
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
105 * src/main/java/de/intevation/gnv/transition/DefaultInputValue.java Added,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
106 src/main/java/de/intevation/gnv/transition/InputValue.java Added,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
107 src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
108 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
109 src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited:
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
110 Constructs for the required Inputvalues for an Transition created
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
111
54
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
112 2009-09-08 Tim Englich <tim.englich@intevation.de>
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
113
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
114 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java,
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
115 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java:,
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
116 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Edited
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
117 Added Output for Describe to the Artifactimplementation
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
118
53
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
119 2009-09-08 Tim Englich <tim.englich@intevation.de>
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
120
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
121 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
122 src/main/java/de/intevation/gnv/transition/Transition.java (getDescription),
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
123 src/main/java/de/intevation/gnv/transition/TransitionBase.java (setup), (getDescription):
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
124 Added Description to a Transition
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
125
52
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
126 2009-09-07 Tim Englich <tim.englich@intevation.de>
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
127
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
128 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
129 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
130 TestClass for GNV-Artifacts an TimeSeriesArtifacs
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
131
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
132 * src/main/java/de/intevation/gnv/transition/TransitionFactory.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
133 src/main/java/de/intevation/gnv/transition/TransitionBase.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
134 src/main/java/de/intevation/gnv/transition/Transition.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
135 src/main/java/de/intevation/gnv/transition/DefaultTransition.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
136 Transitionimplementation for handling the substeps of an Artifact Livecycle
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
137
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
138 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
139 The Artifact for handling the TimeSeries
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
140 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
141 src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
142 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java:
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
143 The Basic-Classes for providing GNC Artifacts. this Classes should be the Fundament
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
144 for the Implementation of Specialized Artifacts e.g. TimeSeries
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
145 * pom: Edited Projectreferences to the other GNV-Projects added
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
146
51
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
147 2009-09-04 Tim Englich <tim.englich@intevation.de>
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
148
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
149 * src/main/java/de/intevation/gnv/artifacts/ArtifactFactoryBase.java:
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
150 Implementation of the General ArtifactFactory
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
151
50
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
152 2009-09-04 Tim Englich <tim.englich@intevation.de>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
153
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
154 * pom.xml: Created with maven and put the Moduledependencies into it
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
155 * target | .settings | .project | .classpath: Add to SVN-Ignore
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
156 * Changes | Changelog | NEWS | README | TODO: Added
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
157 * src/**: Added to the Project

http://dive4elements.wald.intevation.org