Changeset 2827 in josm for trunk


Ignore:
Timestamp:
2010-01-12T13:32:59+01:00 (15 years ago)
Author:
stoecker
Message:

moved elementstyles to data directory

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r2813 r2827  
    8484
    8585                <!-- styles -->
    86                 <copy file="styles/standard/elemstyles.xml" todir="build/styles/standard"/>
     86                <copy file="styles/standard/elemstyles.xml" todir="build/data"/>
    8787
    8888                <!-- create josm-custom.jar -->
  • trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java

    r2017 r2827  
    6464        {
    6565            LinkedList<String> f = new LinkedList<String>();
    66             f.add("resource://styles/standard/elemstyles.xml");
     66            f.add("resource://data/elemstyles.xml");
    6767            f.addAll(files);
    6868            files = f;
Note: See TracChangeset for help on using the changeset viewer.