Last change
on this file since 4109 was 3984, checked in by bastiK, 14 years ago |
update doc
|
-
Property svn:eol-style
set to
native
|
File size:
469 bytes
|
Line | |
---|
1 | <project name="potlatch2_patch_utils" basedir="." default="assemble">
|
---|
2 |
|
---|
3 | <!-- concatinate the files to one mapcss style file -->
|
---|
4 | <target name="assemble">
|
---|
5 | <concat destfile="../../styles/standard/potlatch2.mapcss">
|
---|
6 | <filelist dir="." files="prelude.css"/>
|
---|
7 | <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/>
|
---|
8 | </concat>
|
---|
9 | </target>
|
---|
10 | </project>
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.