Mercurial > dive4elements > framework
comparison Changelog @ 1:11c82d3f125e
Checked in the central interfaces of the artifact system.
artifacts/trunk@6 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 02 Sep 2009 14:03:48 +0000 |
parents | 458bffbf57c0 |
children | 141457e0d7b1 |
comparison
equal
deleted
inserted
replaced
0:458bffbf57c0 | 1:11c82d3f125e |
---|---|
1 2009-09-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/Artifact.java: | |
4 Interface of the central component of the system. | |
5 | |
6 * artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java: | |
7 Central place to store artifacts in. | |
8 | |
9 * artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java: | |
10 Factory to build artifacts. Works together with ArtifactDatabase. | |
11 | |
12 * artifacts/pom.xml: Simple maven file to compile the project. | |
13 | |
1 2009-09-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2009-09-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * README, Changelog, Changes, NEWS, TODO: New. Initial setup | 16 * README, Changelog, Changes, NEWS, TODO: New. Initial setup |