Ignore:
Timestamp:
2011-06-25T18:51:06+02:00 (13 years ago)
Author:
stoecker
Message:

i18n update, split plugin and core translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/build.xml

    r3984 r4166  
     1<?xml version="1.0" encoding="utf-8"?>
    12<project name="potlatch2_patch_utils" basedir="." default="assemble">
    2 
    33    <!--    concatinate the files to one mapcss style file     -->
    44    <target name="assemble">
    55        <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"/>       
     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"/>
    88        </concat>
    99    </target>
    1010</project>
    11 
Note: See TracChangeset for help on using the changeset viewer.