diff src/java/de/intevation/mxd/Converter.java @ 24:c0060abb7457

Added source directory and an initial entry class for a MXD converter tool.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 04 Apr 2011 20:01:25 +0200
parents
children cbd67b1100d8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/java/de/intevation/mxd/Converter.java	Mon Apr 04 20:01:25 2011 +0200
@@ -0,0 +1,15 @@
+package de.intevation.mxd;
+
+
+/**
+ * The entry point of the MXD converter tool.
+ *
+ * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
+ */
+public class Converter {
+
+    public static void main(String[] args) {
+        // TODO FILL ME
+    }
+}
+// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)