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

Last change on this file since 6366 was 4771, checked in by bastiK, 11 years ago

make change to potlatch2 style persistent (see #7220)

  • Property svn:eol-style set to native
File size: 621 bytes
RevLine 
[4166]1<?xml version="1.0" encoding="utf-8"?>
[3902]2<project name="potlatch2_patch_utils" basedir="." default="assemble">
[3898]3    <!--    concatinate the files to one mapcss style file     -->
4    <target name="assemble">
5        <concat destfile="../../styles/standard/potlatch2.mapcss">
[4771]6            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */
7            </header>
[4166]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"/>
[3898]10        </concat>
11    </target>
[3899]12</project>
Note: See TracBrowser for help on using the repository browser.