Initial commit.

This commit is contained in:
David Molineus
2014-12-27 22:58:58 +01:00
commit 86baf561ba
9 changed files with 440 additions and 0 deletions

5
build.xml Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="netzmacht/contao-leaflet-maps" default="build">
<!-- import the main build system -->
<import file="vendor/netzmacht/contao-build-tools/netzmacht.main.xml" />
</project>