Mercurial > mxd2map
comparison 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 |
comparison
equal
deleted
inserted
replaced
23:e9c10558ee6d | 24:c0060abb7457 |
---|---|
1 package de.intevation.mxd; | |
2 | |
3 | |
4 /** | |
5 * The entry point of the MXD converter tool. | |
6 * | |
7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> | |
8 */ | |
9 public class Converter { | |
10 | |
11 public static void main(String[] args) { | |
12 // TODO FILL ME | |
13 } | |
14 } | |
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |