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

Last change on this file since 4627 was 4166, checked in by stoecker, 14 years ago

i18n update, split plugin and core translation

  • Property svn:eol-style set to native
File size: 490 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">
[4166]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"/>
[3898]8 </concat>
9 </target>
[3899]10</project>
Note: See TracBrowser for help on using the repository browser.