Changeset 6216 in josm for trunk/README


Ignore:
Timestamp:
2013-09-04T01:23:00+02:00 (11 years ago)
Author:
Don-vip
Message:

see #8654 - New target distmac7 to build Mac OS X package for Oracle Java 7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r5545 r6216  
    1717You need JRE Version 1.6 (also called Java 6), or later.
    1818
    19 Microsoft Windows users should visit http://www.java.com
    20 and download the latest Java executable for Windows systems.
     19Microsoft Windows and Apple Mac OS X users should visit http://www.java.com
     20and download the latest Java executable for their system.
    2121
    2222Linux users should visit http://www.oracle.com/technetwork/java/index.html
     
    102102    - potlatch2/README      infos on how to update the Potlatch 2 style from upstream sources
    103103- test/                     automated software tests
     104    - data/                 resources used for some tests
    104105    - functional/           functional tests (source code)
    105106    - lib/                  libraries needed for (some of) the tests
     107    - performance/          performance tests (source code)
    106108    - unit/                 unit tests (source code)
    107109- tools/                    libraries and tools that help in the development process
    108     - animal-sniffer-ant-tasks-1.7.jar
     110    - animal-sniffer-ant-tasks-1.8.jar
    109111                            TODO: what is this?
     112    - appbundler-1.0ea.jar  used to build Mac OS X package for Oracle Java 7
    110113    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
    111114                            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
    112116    - javacc.jar            used in the build process to generate some .java files from a javacc source file
    113117                            (src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj)
Note: See TracChangeset for help on using the changeset viewer.