source: josm/trunk/nodist/styles/potlatch2/build.xml@ 17442

Last change on this file since 17442 was 16006, checked in by Don-vip, 4 years ago

see #18140 - reorganization of data(_nodist), images(_nodist), styles(_nodist), IDE and native files in a more practical file tree.

  • Everything belonging to the jar is now in resources (data, images, styles)
  • Everything not belonging to the jar is now in nodist (data, images, styles)
  • Everything related to OS native functions is now in native (linux, macosx, windows)
  • Everything related to an IDE is now in ide (eclipse, netbeans)
  • Property svn:eol-style set to native
File size: 634 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="potlatch2_patch_utils" basedir="." default="assemble">
3 <!-- concatinate the files to one mapcss style file -->
4 <target name="assemble">
5 <concat destfile="../../../resources/styles/standard/potlatch2.mapcss">
6 <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE nodist/styles/potlatch2/README) */
7 </header>
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"/>
10 </concat>
11 </target>
12</project>
Note: See TracBrowser for help on using the repository browser.