comparison flys-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoXML.java @ 5835:821a02bbfb4e

Fixed internal java dependencies
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 13:12:15 +0200
parents f507086aa94b
children
comparison
equal deleted inserted replaced
5834:f507086aa94b 5835:821a02bbfb4e
1 package de.intevation.flys.client.server; 1 package org.dive4elements.river.client.server;
2 2
3 import java.io.InputStream; 3 import java.io.InputStream;
4 import java.io.IOException; 4 import java.io.IOException;
5 import java.io.OutputStream; 5 import java.io.OutputStream;
6 6
11 11
12 import javax.servlet.http.HttpServlet; 12 import javax.servlet.http.HttpServlet;
13 import javax.servlet.http.HttpServletRequest; 13 import javax.servlet.http.HttpServletRequest;
14 import javax.servlet.http.HttpServletResponse; 14 import javax.servlet.http.HttpServletResponse;
15 15
16 import de.intevation.artifacts.common.ArtifactNamespaceContext; 16 import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
17 import de.intevation.artifacts.common.utils.XMLUtils; 17 import org.dive4elements.artifacts.common.utils.XMLUtils;
18 18
19 import de.intevation.artifacts.httpclient.exceptions.ConnectionException; 19 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
20 import de.intevation.artifacts.httpclient.http.HttpClient; 20 import org.dive4elements.artifacts.httpclient.http.HttpClient;
21 import de.intevation.artifacts.httpclient.http.HttpClientImpl; 21 import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
22 import de.intevation.artifacts.httpclient.http.response.StreamResponseHandler; 22 import org.dive4elements.artifacts.httpclient.http.response.StreamResponseHandler;
23 23
24 24
25 /** 25 /**
26 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 26 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
27 */ 27 */

http://dive4elements.wald.intevation.org