Changeset 10864 in josm for trunk/README


Ignore:
Timestamp:
2016-08-20T21:08:30+02:00 (8 years ago)
Author:
Don-vip
Message:

update location of external libraries source code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r10845 r10864  
    157157* Apache commons compress: Support for bzip2 compression when opening files
    158158    src/org/apache/commons/compress/compressors (svn external)
    159     -> http://svn.apache.org/repos/asf/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors
     159    -> https://github.com/apache/commons-compress
    160160* Apache commons validator: Improved validator routines
    161161    src/org/openstreetmap/josm/data/validation/routines
     
    163163* SVG Salamander: Support for SVG image format
    164164    src/com/kitfox/svg
    165     -> https://svgsalamander.java.net/
     165    -> https://github.com/blackears/svgSalamander
    166166* Metadata Extractor: Read EXIF Metadata of photos
    167167    src/com/drew
    168     -> https://www.drewnoakes.com/code/exif/
     168    -> https://github.com/drewnoakes/metadata-extractor
    169169* Signpost: OAuth library
    170170    src/oauth, src/com/google
    171     -> https://code.google.com/p/oauth-signpost/
     171    -> https://github.com/mttkay/signpost
    172172* GNU getopt Java port: Command line argument processing library
    173173    src/gnu/getopt
    174     -> http://www.urbanophile.com/arenn/hacking/download.html
     174    -> https://github.com/arenn/java-getopt
    175175* MultiSplitPane: Small lib for GUI layout management
    176176    src/org/openstreetmap/josm/gui/MultiSplitLayout.java, MultiSplitPane.java
    177177    -> http://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html
     178    -> https://community.oracle.com/docs/DOC-983539
    178179* swinghelper: Class CheckThreadViolationRepaintManager to find classpath violations
    179180    src/org/jdesktop/swinghelper/debug/CheckThreadViolationRepaintManager.java
Note: See TracChangeset for help on using the changeset viewer.