Changeset 16006 in josm for trunk/nodist


Ignore:
Timestamp:
2020-03-03T02:12:44+01:00 (4 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
Files:
5 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/nodist/data/tagchecker.cfg

    r8309 r16006  
    4545
    4646
    47 # all former checks are now located in data/validator/*mapcss :-)
     47# all former checks are now located in resources/data/validator/*mapcss :-)
  • trunk/nodist/images/downloadprimitive.svg

    r7668 r16006  
    6767     inkscape:window-maximized="0" />
    6868  <image
    69      sodipodi:absref="C:\Documents and Settings\matthiasj\My Documents\Eclipse\core\images_nodist\..\images\download.png"
    7069     xlink:href="..\images\download.png"
    7170     y="4"
  • trunk/nodist/images/presets/passingplace.svg

    r7668 r16006  
    11<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
    3 
    42<svg
    53   xmlns:dc="http://purl.org/dc/elements/1.1/"
     
    1311   height="340"
    1412   id="svg2"
    15    version="1.1"
    16    inkscape:version="0.47 r22583"
    17    sodipodi:docname="Zeichnung.svg"
    18    inkscape:export-filename="/home/stoecker/josm/core/images/presets/passingplace.png"
    19    inkscape:export-xdpi="10.19"
    20    inkscape:export-ydpi="10.19">
     13   version="1.1">
    2114  <defs
    2215     id="defs4">
  • trunk/nodist/styles/potlatch2/README

    r9343 r16006  
    33Potlatch 2's repository is git://git.openstreetmap.org/potlatch2.git
    44
    5  * styles_nodist/potlatch2/source
     5 * nodist/styles/potlatch2/source
    66        contains the unmodified source files copied from git.openstreetmap.org/potlatch2.git/history/master:/resources/stylesheets
    7        
    8  * styles_nodist/potlatch2/patched
     7
     8 * nodist/styles/potlatch2/patched
    99        contains the manually edited version
    10        
    11  * images/icons
     10
     11 * resources/images/icons
    1212        copy of git.openstreetmap.org/potlatch2.git/tree/HEAD:/resources/icons
    13        
    14  * styles/standard/potlatch2.mapcss
     13
     14 * resources/styles/standard/potlatch2.mapcss
    1515        concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder)
    1616
  • 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.