Last change
on this file since 4771 was
4771,
checked in by bastiK, 12 years ago
|
make change to potlatch2 style persistent (see #7220)
|
-
Property svn:eol-style set to
native
|
File size:
621 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <project name="potlatch2_patch_utils" basedir="." default="assemble"> |
---|
3 | <!-- concatinate the files to one mapcss style file --> |
---|
4 | <target name="assemble"> |
---|
5 | <concat destfile="../../styles/standard/potlatch2.mapcss"> |
---|
6 | <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */ |
---|
7 | </header> |
---|
8 | <filelist dir="." files="prelude.css"/> |
---|
9 | <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/> |
---|
10 | </concat> |
---|
11 | </target> |
---|
12 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.