source: josm/trunk/styles_nodist/potlatch2/build.xml@ 4126

Last change on this file since 4126 was 3984, checked in by bastiK, 13 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.