Changeset 31877 in osm for applications/editors/josm/plugins/jna/.classpath
- Timestamp:
- 2015-12-28T02:40:06+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/jna/.classpath
r30818 r31877 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry exported="true" kind="lib" path="lib/jna-3.5.2.jar"/> 7 <classpathentry exported="true" kind="lib" path="lib/platform-3.5.2.jar"/> 6 <classpathentry exported="true" kind="lib" path="lib/jna-4.1.0.jar" sourcepath="lib/jna-4.1.0-sources.jar"> 7 <attributes> 8 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-4.1.0-javadoc.jar!/"/> 9 </attributes> 10 </classpathentry> 11 <classpathentry exported="true" kind="lib" path="lib/jna-platform-4.1.0.jar" sourcepath="lib/jna-platform-4.1.0-sources.jar"> 12 <attributes> 13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-platform-4.1.0-javadoc.jar!/"/> 14 </attributes> 15 </classpathentry> 8 16 <classpathentry kind="output" path="bin"/> 9 17 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.