Ignore:
Timestamp:
2011-02-14T16:13:57+01:00 (14 years ago)
Author:
bastiK
Message:

mapcss: minor improvements, fixes #5937 - MapCSS matching of piste:type=downhill, fixes #5938 - matching of relation members

File:
1 edited

Legend:

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

    r3900 r3902  
    1 <project name="potlatch2styles_mod" basedir=".">
    2 <!--
    3 
    4     The potlatch 2 styles need to be patched in order to work with the JOSM MapCSS implementation.
    5     When updating from the potlatch2 repository, the workflow can be like this:
    6      * copy files from 'patched' to 'source'
    7      * cd source && svn up
    8      * solve possible conflicts
    9      * modify the new sections, such that they work with josm
    10      * create potlatch2.mapcss (ant assemble)
    11      * copy files from 'source' to 'patched'
    12      * update externals definition to the current revision (ant update-externals)
    13      * commit everything (style, patches and externals definition)
    14      
    15 -->
     1<project name="potlatch2_patch_utils" basedir="." default="assemble">
    162
    173    <!--    concatinate the files to one mapcss style file     -->
     
    195        <concat destfile="../../styles/standard/potlatch2.mapcss">
    206            <filelist dir="." files="prelude.css"/>       
    21             <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,potlatch.css"/>       
     7            <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/>       
    228        </concat>
    239    </target>
    2410   
    25    
    26     <target name="copy-patched-to-source">
    27         <copy todir="source" overwrite="true">
    28             <fileset dir="patched"/>
    29         </copy>
    30     </target>
    31    
    32     <target name="copy-source-to-patched">
    33         <copy todir="patched" overwrite="true">
    34             <filelist dir="source" files="core_ways.css,core_pois.css,core_landuse.css,potlatch.css"/>       
    35         </copy>
    36     </target>
    3711
    38     <!--    Update the explicit revision number in the externals definition to the current revision. -->
     12    <!--    update the explicit revision number in the externals definition to the currently checked out revison -->
    3913    <target name="update-externals" depends="source-revision">
    4014        <exec executable="svn">
Note: See TracChangeset for help on using the changeset viewer.