diff src/java/de/intevation/mxd/Converter.java @ 33:c51376f8e24c

Separated converter components into packages.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 12 Apr 2011 13:20:49 +0200
parents 0e71a1f71ec0
children 7a927921eb6c
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/Converter.java	Mon Apr 11 17:07:53 2011 +0200
+++ b/src/java/de/intevation/mxd/Converter.java	Tue Apr 12 13:20:49 2011 +0200
@@ -1,4 +1,4 @@
-//package de.intevation.mxd;
+package de.intevation.mxd;
 
 import java.io.IOException;
 import java.io.File;
@@ -10,6 +10,9 @@
 
 import java.net.MalformedURLException;
 
+import de.intevation.mxd.reader.IReader;
+import de.intevation.mxd.reader.MXDReader;
+
 /**
  * The entry point of the MXD converter tool.
  *
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)