Ignore:
Timestamp:
2020-03-03T02:12:44+01:00 (5 years ago)
Author:
Don-vip
Message:

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)
Location:
trunk/nodist/styles
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/nodist/styles/potlatch2/build.xml

    r4771 r16006  
    33    <!--    concatinate the files to one mapcss style file     -->
    44    <target name="assemble">
    5         <concat destfile="../../styles/standard/potlatch2.mapcss">
    6             <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */
     5        <concat destfile="../../../resources/styles/standard/potlatch2.mapcss">
     6            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE nodist/styles/potlatch2/README) */
    77            </header>
    88            <filelist dir="." files="prelude.css"/>
Note: See TracChangeset for help on using the changeset viewer.