Mercurial > dive4elements > river
comparison flys-aft/ChangeLog @ 4070:d09adfa90942
Added XML/XPath support.
flys-aft/trunk@3397 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 13 Dec 2011 10:01:44 +0000 |
parents | |
children | 0f5cc88a0f74 |
comparison
equal
deleted
inserted
replaced
4069:a4e79e8e0aa0 | 4070:d09adfa90942 |
---|---|
1 2011-12-13 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | |
2 | |
3 * ChangeLog: New. Argh! Forgot to check it in before. | |
4 | |
5 * src/main/java/de/intevation/utils/XML.java: New. XML/XPath support. | |
6 Mainly a stripped down version of | |
7 de.intevation.artifacts.common.utils.XMLUtils | |
8 | |
9 2011-12-12 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | |
10 | |
11 * src/main/java/de/intevation/db/Statements.java: Added support | |
12 for symbolic prepared statements. | |
13 | |
14 2011-12-12 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | |
15 | |
16 * src/main/java/de/intevation/db/Statements.java: New. Load statements | |
17 from ressources. | |
18 | |
19 * src/main/resources/sql/aft-common.properties: New. Common statements | |
20 for the AFT side of the sync. | |
21 | |
22 * src/main/resources/sql/flys-common.properties: New. Common statements | |
23 for the FLYS side of the sync. | |
24 | |
25 * pom.xml: Added dependency to log4j |