Changeset 35158 in osm for applications
- Timestamp:
- 2019-09-29T18:23:49+02:00 (5 years ago)
- 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 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <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"> 7 7 <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!/"/> 9 9 </attributes> 10 10 </classpathentry> -
applications/editors/josm/plugins/gson/README
r31873 r35158 4 4 * Licensed under GPL v3 (see LICENSE) 5 5 6 The current embedded version of GSON is 2. 5.6 The current embedded version of GSON is 2.8.5.
Note:
See TracChangeset
for help on using the changeset viewer.