Changeset 18054 in josm for trunk/README


Ignore:
Timestamp:
2021-07-17T19:15:07+02:00 (4 years ago)
Author:
Don-vip
Message:

merge ide and tools folders, update README, add Java 11 Eclipse launch configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r17976 r18054  
    5959- CONTRIBUTION              list of major code contributors
    6060- gpl-2.0.txt, gpl-3.0.txt  full text of the GNU General Public License
    61 - ide                       IDE-specific files
    62   - eclipse/                preconfigured Eclipse configuration files
    63   - netbeans/               preconfigured Netbeans project
    6461- LICENSE                   the JOSM license terms
    6562- native/                   OS-specific files
     
    148145    - performance/          performance tests (source code)
    149146    - unit/                 unit tests (source code)
    150 - tools/                    libraries and tools that help in the development process
    151     - animal-sniffer-ant-tasks.jar
    152                             used to build and check code signatures to ensure plugins binary compatibility
     147- tools/                    libraries, tools and configuration files that help in the development process
    153148    - checkstyle/           libs and config files for checkstyle (automatically detects code style
    154149                            problems in source code); can be launched as an ant target in build.xml
     150    - eclipse/              preconfigured Eclipse configuration files
    155151    - ivy/                  Apache Ivy binary, configuration file, and downloaded dependencies
    156152    - jacocoant.jar         used to include coverage data into JUnit test reports
    157153    - japicc/               used to generate a compatibility report between optimized jar and normal one
     154    - netbeans/             preconfigured Netbeans project
     155    - pmd/                  config files for PMD (source code analyzer, finds common programming flaws)
    158156    - spotbugs/             libs and config files for spotbugs (automatically detects common bugs and potential
    159157                            problems in source code); can be launched as an ant target in build.xml
Note: See TracChangeset for help on using the changeset viewer.