Changeset 35158 in osm


Ignore:
Timestamp:
2019-09-29T18:23:49+02:00 (5 years ago)
Author:
donvip
Message:

upgrade to GSON 2.8.5

Location:
applications/editors/josm/plugins/gson
Files:
3 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/gson/.classpath

    r32680 r35158  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/gson-2.5.jar" sourcepath="lib/gson-2.5-sources.jar">
     6        <classpathentry exported="true" kind="lib" path="lib/gson-2.8.5.jar" sourcepath="lib/gson-2.8.5-sources.jar">
    77                <attributes>
    8                         <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-GSON/lib/gson-2.5-javadoc.jar!/"/>
     8                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-GSON/lib/gson-2.8.5-javadoc.jar!/"/>
    99                </attributes>
    1010        </classpathentry>
  • applications/editors/josm/plugins/gson/README

    r31873 r35158  
    44    * Licensed under GPL v3 (see LICENSE)
    55
    6 The current embedded version of GSON is 2.5.
     6The current embedded version of GSON is 2.8.5.
Note: See TracChangeset for help on using the changeset viewer.