Changeset 34700 in osm for applications/editors
- Timestamp:
- 2018-10-28T17:20:58+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/javafx
- Files:
-
- 2 added
- 1 deleted
- 5 edited
- 3 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/javafx/.classpath
r34623 r34700 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/javafx-base-11- ea+25-win.jar" sourcepath="lib/javafx-base-11-ea+25-sources.jar">6 <classpathentry exported="true" kind="lib" path="lib/javafx-base-11-win.jar" sourcepath="lib/javafx-base-11-sources.jar"> 7 7 <attributes> 8 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-base-11- ea+25-javadoc.jar!/"/>8 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-base-11-javadoc.jar!/"/> 9 9 </attributes> 10 10 </classpathentry> 11 <classpathentry exported="true" kind="lib" path="lib/javafx-controls-11- ea+25-win.jar" sourcepath="lib/javafx-controls-11-ea+25-sources.jar">11 <classpathentry exported="true" kind="lib" path="lib/javafx-controls-11-win.jar" sourcepath="lib/javafx-controls-11-sources.jar"> 12 12 <attributes> 13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-controls-11- ea+25-javadoc.jar!/"/>13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-controls-11-javadoc.jar!/"/> 14 14 </attributes> 15 15 </classpathentry> 16 <classpathentry exported="true" kind="lib" path="lib/javafx-fxml-11- ea+25-win.jar" sourcepath="lib/javafx-fxml-11-ea+25-sources.jar">16 <classpathentry exported="true" kind="lib" path="lib/javafx-fxml-11-win.jar" sourcepath="lib/javafx-fxml-11-sources.jar"> 17 17 <attributes> 18 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-fxml-11- ea+25-javadoc.jar!/"/>18 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-fxml-11-javadoc.jar!/"/> 19 19 </attributes> 20 20 </classpathentry> 21 <classpathentry exported="true" kind="lib" path="lib/javafx-graphics-11- ea+25-win.jar" sourcepath="lib/javafx-graphics-11-ea+25-sources.jar">21 <classpathentry exported="true" kind="lib" path="lib/javafx-graphics-11-win.jar" sourcepath="lib/javafx-graphics-11-sources.jar"> 22 22 <attributes> 23 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-graphics-11- ea+25-javadoc.jar!/"/>23 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-graphics-11-javadoc.jar!/"/> 24 24 </attributes> 25 25 </classpathentry> 26 <classpathentry exported="true" kind="lib" path="lib/javafx-media-11- ea+25-win.jar" sourcepath="lib/javafx-media-11-ea+25-sources.jar">26 <classpathentry exported="true" kind="lib" path="lib/javafx-media-11-win.jar" sourcepath="lib/javafx-media-11-sources.jar"> 27 27 <attributes> 28 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-media-11- ea+25-javadoc.jar!/"/>28 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-media-11-javadoc.jar!/"/> 29 29 </attributes> 30 30 </classpathentry> 31 <classpathentry exported="true" kind="lib" path="lib/javafx-swing-11- ea+25-win.jar" sourcepath="lib/javafx-swing-11-ea+25-sources.jar">31 <classpathentry exported="true" kind="lib" path="lib/javafx-swing-11-win.jar" sourcepath="lib/javafx-swing-11-sources.jar"> 32 32 <attributes> 33 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-swing-11- ea+25-javadoc.jar!/"/>33 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-swing-11-javadoc.jar!/"/> 34 34 </attributes> 35 35 </classpathentry> 36 <classpathentry exported="true" kind="lib" path="lib/javafx-web-11- ea+25-win.jar" sourcepath="lib/javafx-web-11-ea+25-sources.jar">36 <classpathentry exported="true" kind="lib" path="lib/javafx-web-11-win.jar" sourcepath="lib/javafx-web-11-sources.jar"> 37 37 <attributes> 38 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-web-11- ea+25-javadoc.jar!/"/>38 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-openjfx/lib/javafx-web-11-javadoc.jar!/"/> 39 39 </attributes> 40 40 </classpathentry> -
applications/editors/josm/plugins/javafx/.project
r34602 r34700 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>JOSM- openjfx</name>3 <name>JOSM-javafx</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/javafx/build.xml
r34625 r34700 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name=" openjfx" default="dist" basedir=".">2 <project name="javafx" default="dist" basedir="."> 3 3 <!-- enter the SVN commit message --> 4 4 <property name="commit.message" value="Commit message"/> -
applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/JavafxPlugin.java
r34699 r34700 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.plugins. openjfx;2 package org.openstreetmap.josm.plugins.javafx; 3 3 4 4 import java.io.File; … … 25 25 import org.openstreetmap.josm.plugins.Plugin; 26 26 import org.openstreetmap.josm.plugins.PluginInformation; 27 import org.openstreetmap.josm.plugins. openjfx.io.audio.JavaFxMediaPlayer;27 import org.openstreetmap.josm.plugins.javafx.io.audio.JavaFxMediaPlayer; 28 28 import org.openstreetmap.josm.tools.Logging; 29 29 import org.openstreetmap.josm.tools.PlatformManager; … … 32 32 * OpenJFX plugin brings OpenJFX (JavaFX) to other plugins. 33 33 */ 34 public class OpenJfxPlugin extends Plugin {34 public class JavafxPlugin extends Plugin { 35 35 36 36 /** … … 38 38 * @param info plugin info 39 39 */ 40 public OpenJfxPlugin(PluginInformation info) {40 public JavafxPlugin(PluginInformation info) { 41 41 super(info); 42 42 AudioPlayer.setSoundPlayerClass(JavaFxMediaPlayer.class); … … 54 54 55 55 private static void extractNativeLibs(String ext) { 56 CodeSource src = OpenJfxPlugin.class.getProtectionDomain().getCodeSource();56 CodeSource src = JavafxPlugin.class.getProtectionDomain().getCodeSource(); 57 57 if (src != null) { 58 58 try (ZipFile zf = new ZipFile(Paths.get(src.getLocation().toURI()).toFile(), StandardCharsets.UTF_8)) { -
applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/io/audio/JavaFxMediaPlayer.java
r34603 r34700 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.plugins. openjfx.io.audio;2 package org.openstreetmap.josm.plugins.javafx.io.audio; 3 3 4 4 import java.io.File; -
applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/io/audio/package-info.java
r34603 r34700 4 4 * Provides the classes for Audio mapping features requiring JavaFX. 5 5 */ 6 package org.openstreetmap.josm.plugins. openjfx.io.audio;6 package org.openstreetmap.josm.plugins.javafx.io.audio; -
applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/package-info.java
r34699 r34700 4 4 * Provides Main plugin class. 5 5 */ 6 package org.openstreetmap.josm.plugins. openjfx;6 package org.openstreetmap.josm.plugins.javafx;
Note:
See TracChangeset
for help on using the changeset viewer.