Mercurial > mxd2map
view 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 source
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 :