Ignore:
Timestamp:
2020-03-03T02:12:44+01:00 (6 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)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/BuildProjectionDefinitions.java

    r14638 r16006  
    3131public final class BuildProjectionDefinitions {
    3232
    33     private static final String PROJ_DIR = "data_nodist/projection";
     33    private static final String PROJ_DIR = "nodist/data/projection";
    3434    private static final String JOSM_EPSG_FILE = "josm-epsg";
    3535    private static final String PROJ4_EPSG_FILE = "epsg";
    3636    private static final String PROJ4_ESRI_FILE = "esri";
    37     private static final String OUTPUT_EPSG_FILE = "data/projection/custom-epsg";
     37    private static final String OUTPUT_EPSG_FILE = "resources/data/projection/custom-epsg";
    3838
    3939    private static final Map<String, ProjectionDefinition> epsgProj4 = new LinkedHashMap<>();
Note: See TracChangeset for help on using the changeset viewer.