Mercurial > dive4elements > framework
comparison Changelog @ 9:a5a279a0ee35
Laid tracks for artifacts being removed from artifact database.
artifacts/trunk@24 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 04 Sep 2009 16:06:44 +0000 |
parents | f95d9a449215 |
children | e8626caac353 |
comparison
equal
deleted
inserted
replaced
8:d9aab2df8543 | 9:a5a279a0ee35 |
---|---|
1 2009-09-04 Tim Englich <tim.englich@intevation.de> | 1 2009-09-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 2 |
3 * src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java (loa, | 3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Config.java (getNodeXPath): |
4 * src/main/java/de/intevation/artifacts/ArtifactFactory.java (setup): | 4 New method to get a single node from configuration. |
5 New Parameter for Setop to put the ArtifactFactoryNode into the setup routine. | |
6 | 5 |
7 2009-09-04 Tim Englich <tim.englich@intevation.de> <Tim Englich <tim.englich@intevation.de>@nomia> | 6 * artifacts/src/main/java/de/intevation/artifacts/Artifact.java (endOfLife): |
7 New method called when artifact is going to be removed from artifact data base. | |
8 | 8 |
9 * pom.xml: Edited | 9 2009-09-04 Tim Englich <tim.englich@intevation.de> |
10 Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated. | 10 |
11 * src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java (loa, | |
12 * src/main/java/de/intevation/artifacts/ArtifactFactory.java (setup): | |
13 New Parameter for Setop to put the ArtifactFactoryNode into the setup routine. | |
14 | |
15 2009-09-04 Tim Englich <tim.englich@intevation.de> | |
16 | |
17 * pom.xml: Edited | |
18 Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated. | |
11 | 19 |
12 2009-09-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 20 2009-09-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
13 | 21 |
14 * artifact-database/doc/artifactdb-example-conf.xml: Example for artifact db | 22 * artifact-database/doc/artifactdb-example-conf.xml: Example for artifact db |
15 configuration. | 23 configuration. |
34 * artifact-database/pom.xml: Made de.intevation.artifactdatabase.App the main | 42 * artifact-database/pom.xml: Made de.intevation.artifactdatabase.App the main |
35 class for start up. | 43 class for start up. |
36 | 44 |
37 * TODO: Added remark to add logging to artifact database. | 45 * TODO: Added remark to add logging to artifact database. |
38 | 46 |
39 >>>>>>> .r20 | |
40 2009-09-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 47 2009-09-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
41 | 48 |
42 * artifacts/src/main/java/de/intevation/artifacts/ArtifactContextFactory.java: | 49 * artifacts/src/main/java/de/intevation/artifacts/ArtifactContextFactory.java: |
43 New. Factory for a global context in the artifact data base. Useful to | 50 New. Factory for a global context in the artifact data base. Useful to |
44 create shared ressources for artifacts like caches et al. | 51 create shared ressources for artifacts like caches et al. |