comparison artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java @ 103:1282cf96d3eb

Corrected a package definition in the artifacts-common package. artifacts/trunk@1286 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 02 Feb 2011 14:43:32 +0000
parents 4122dbc9711b
children a48882c9e096
comparison
equal deleted inserted replaced
102:4122dbc9711b 103:1282cf96d3eb
4 * This program is free software under the LGPL (>=v2.1) 4 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details 5 * Read the file LGPL.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist. 6 * or visit http://www.gnu.org/licenses/ if it does not exist.
7 */ 7 */
8 8
9 package de.intevation.artifactdatabase; 9 package de.intevation.artifacts.common.utils;
10 10
11 import java.io.File; 11 import java.io.File;
12 import java.io.IOException; 12 import java.io.IOException;
13 import java.io.OutputStream; 13 import java.io.OutputStream;
14 14

http://dive4elements.wald.intevation.org