source: osm/applications/editors/josm/plugins/javafx/.classpath@ 35023

Last change on this file since 35023 was 34731, checked in by donvip, 6 years ago

update to JavaFX 11.0.1

File size: 2.5 KB
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/JavaSE-1.8"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
6 <classpathentry exported="true" kind="lib" path="lib/javafx-base-11.0.1-win.jar" sourcepath="lib/javafx-base-11.0.1-sources.jar">
7 <attributes>
8 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-base-11.0.1-javadoc.jar!/"/>
9 </attributes>
10 </classpathentry>
11 <classpathentry exported="true" kind="lib" path="lib/javafx-controls-11.0.1-win.jar" sourcepath="lib/javafx-controls-11.0.1-sources.jar">
12 <attributes>
13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-controls-11.0.1-javadoc.jar!/"/>
14 </attributes>
15 </classpathentry>
16 <classpathentry exported="true" kind="lib" path="lib/javafx-fxml-11.0.1-win.jar" sourcepath="lib/javafx-fxml-11.0.1-sources.jar">
17 <attributes>
18 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-fxml-11.0.1-javadoc.jar!/"/>
19 </attributes>
20 </classpathentry>
21 <classpathentry exported="true" kind="lib" path="lib/javafx-graphics-11.0.1-win.jar" sourcepath="lib/javafx-graphics-11.0.1-sources.jar">
22 <attributes>
23 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-graphics-11.0.1-javadoc.jar!/"/>
24 </attributes>
25 </classpathentry>
26 <classpathentry exported="true" kind="lib" path="lib/javafx-media-11.0.1-win.jar" sourcepath="lib/javafx-media-11.0.1-sources.jar">
27 <attributes>
28 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-media-11.0.1-javadoc.jar!/"/>
29 </attributes>
30 </classpathentry>
31 <classpathentry exported="true" kind="lib" path="lib/javafx-swing-11.0.1-win.jar" sourcepath="lib/javafx-swing-11.0.1-sources.jar">
32 <attributes>
33 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-swing-11.0.1-javadoc.jar!/"/>
34 </attributes>
35 </classpathentry>
36 <classpathentry exported="true" kind="lib" path="lib/javafx-web-11.0.1-win.jar" sourcepath="lib/javafx-web-11.0.1-sources.jar">
37 <attributes>
38 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-javafx/lib/javafx-web-11.0.1-javadoc.jar!/"/>
39 </attributes>
40 </classpathentry>
41 <classpathentry kind="output" path="bin"/>
42</classpath>
Note: See TracBrowser for help on using the repository browser.