Changeset 7867 in josm for trunk/README
- Timestamp:
- 2014-12-21T01:30:50+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r7489 r7867 59 59 - CONTRIBUTION list of major code contributors 60 60 - data/ data files that will be included in the JOSM jar file 61 - *.gsb NTv2 grid files for projection support 61 - fonts/ font files used for map rendering 62 - projection/ projection files 63 - *.gsb NTv2 grid files for projection support 64 - epsg list of projection definitions 62 65 - *.lang translation data 63 66 - *.xsd xml schema files for validation of configuration files 64 - epsg list of projection definitions65 67 - help-browser.css CSS file for the help sites (HTML content is downloaded from the website 66 68 on demand, but displayed inside the programm in a Java web browser component.) 67 - ignoretags.cfg, tagchecker.cfg 68 data files used by the JOSM validator feature 69 - validator/ data files used by the JOSM validator feature 70 - *.cfg files designed for the old tagchecker, still used 71 - *.mapcss default validation rules for the new mapcss-based tagchecker 69 72 - data_nodist/ data files that are useful for development, but not distributed 70 73 - exif-direction-example.jpg … … 88 91 - images_nodist/ images, which are not for distribution, but may be useful later (e.g. high 89 92 resolution and vector versions) 90 - josm.jnlp Java Web Start launcher file (used on the website )91 - lib/ libraries (directory is empty at the moment)93 - josm.jnlp Java Web Start launcher file (used on the website for the tested version) 94 - josm-latest.jnlp Java Web Start launcher file (used on the website for the latest version) 92 95 - LICENSE the JOSM license terms 93 - macosx/ files needed to create the MacOS package 96 - linux/ files useful for Linux distributions, including Appdata files, .desktop 97 files, Debian/Ubuntu scripts, man pages, icons, etc. 98 - macosx/ files needed to create the MacOS X package 94 99 - netbeans/ preconfigured Netbeans project 95 100 - optimize-images short script to decrease size of PNG images 96 101 - patches/ patches for external libraries used in JOSM (see below) 97 102 - README this file 103 - resources/ resource files that will be included in the JOSM jar file 104 - scripts/ various scripts used by JOSM developers 98 105 - src/ the source code of the program 99 106 - start.html HTML page to run the applet version of JOSM … … 108 115 - unit/ unit tests (source code) 109 116 - tools/ libraries and tools that help in the development process 110 - animal-sniffer-ant-tasks-1. 8.jar117 - animal-sniffer-ant-tasks-1.11.jar 111 118 TODO: what is this? 112 119 - appbundler-1.0ea.jar used to build Mac OS X package for Oracle Java 7 113 120 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential 114 121 problems in source code); can be launched as an ant target in build.xml 122 - groovy-all-2.3.9.jar used for some unit tests and various scripts 115 123 - jacocoant.jar used to include coverage data into JUnit test reports 116 124 - javacc.jar used in the build process to generate some .java files from a javacc source file 117 125 (src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj) 118 126 - proguard.jar optimize final binary jar - see build.xml (not used in production so far) 127 - xmltask.jar used to edit XML files from Ant for the OSX package 128 - windows/ files needed to create the Windows installer 119 129 120 130 The 'patches' directory … … 133 143 Third party libraries 134 144 --------------------- 135 There are a couple ofthird party libraries which are directly included in the source code tree, in particular:145 There are some third party libraries which are directly included in the source code tree, in particular: 136 146 137 147 * jmapviewer: Java component to browse a TMS map 138 148 src/org/openstreetmap/gui (svn external) 139 149 -> http://svn.openstreetmap.org/applications/viewer/jmapviewer/ 140 * Apache Ant's bzip2: Support for bzip2 compression when opening files141 src/org/apache/tools/bzip2 (svn external)142 -> http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/bzip2143 150 * Apache commons codec: Better Base64 support 144 151 src/org/apache/commons/codec (svn external) 145 152 -> http://svn.apache.org/repos/asf/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec 153 * Apache commons compress: Support for bzip2 compression when opening files 154 src/org/apache/commons/compress/compressors (svn external) 155 -> http://svn.apache.org/repos/asf/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors 146 156 * Apache commons validator: Improved validator routines 147 157 src/org/openstreetmap/josm/data/validation/routines
Note:
See TracChangeset
for help on using the changeset viewer.