Changeset 6216 in josm for trunk/README
- Timestamp:
- 2013-09-04T01:23:00+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r5545 r6216 17 17 You need JRE Version 1.6 (also called Java 6), or later. 18 18 19 Microsoft Windows users should visit http://www.java.com20 and download the latest Java executable for Windows systems.19 Microsoft Windows and Apple Mac OS X users should visit http://www.java.com 20 and download the latest Java executable for their system. 21 21 22 22 Linux users should visit http://www.oracle.com/technetwork/java/index.html … … 102 102 - potlatch2/README infos on how to update the Potlatch 2 style from upstream sources 103 103 - test/ automated software tests 104 - data/ resources used for some tests 104 105 - functional/ functional tests (source code) 105 106 - lib/ libraries needed for (some of) the tests 107 - performance/ performance tests (source code) 106 108 - unit/ unit tests (source code) 107 109 - tools/ libraries and tools that help in the development process 108 - animal-sniffer-ant-tasks-1. 7.jar110 - animal-sniffer-ant-tasks-1.8.jar 109 111 TODO: what is this? 112 - appbundler-1.0ea.jar used to build Mac OS X package for Oracle Java 7 110 113 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential 111 114 problems in source code); can be launched as an ant target in build.xml 115 - jacocoant.jar used to include coverage data into JUnit test reports 112 116 - javacc.jar used in the build process to generate some .java files from a javacc source file 113 117 (src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj)
Note:
See TracChangeset
for help on using the changeset viewer.