source: osm/applications/editors/josm/plugins/http2/.classpath@ 35501

Last change on this file since 35501 was 35053, checked in by donvip, 5 years ago

see #josm17861 - initial version of the HTTP/2 plugin

File size: 478 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-11.0.3.7-hotspot">
5 <attributes>
6 <attribute name="module" value="true"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
10 <classpathentry kind="output" path="bin"/>
11</classpath>
Note: See TracBrowser for help on using the repository browser.