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

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

update to JavaFX 11.0.1

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