comparison build.xml @ 256:4dc2b9aa3c57

Added LGPL header.
author raimund renkert <raimund.renkert@intevation.de>
date Mon, 15 Aug 2011 15:03:44 +0200
parents 6b80e46b8f38
children 10e0aa283217
comparison
equal deleted inserted replaced
255:5c80058c08f6 256:4dc2b9aa3c57
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE project[ 2 <!DOCTYPE project[
3 <!ENTITY properties SYSTEM "properties.xml"> 3 <!ENTITY properties SYSTEM "properties.xml">
4 ]> 4 ]>
5 <!--
6 /*
7 * Copyright (c) 2011 by Intevation GmbH, Germany <info@intevation.de>
8 *
9 * This file is part of MXD2map.
10 *
11 * This program is free software under the LGPL (>=v2.1)
12 * Read the file LICENCE.txt coming with the software for details
13 * or visit http://www.gnu.org/licenses/ if it does not exist.
14 *
15 * MXD2map has been developed on behalf of the
16 * Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
17 * by Intevation GmbH.
18 *
19 * Authors:
20 * Raimund Renkert <raimund.renkert@intevation.de>
21 * Bjoern Schilberg <bjoern.schilberg@intevation.de>
22 * Stephan Holl <stephan.holl@intevation.de>
23 */
24 -->
25
5 <!-- :mode=ant --> 26 <!-- :mode=ant -->
6 27
7 <project name="MXD-Konverter" default="all" basedir="."> 28 <project name="MXD-Konverter" default="all" basedir=".">
8 <!-- import external XML fragments --> 29 <!-- import external XML fragments -->
9 &properties; 30 &properties;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)