Changeset 34700 in osm for applications/editors


Ignore:
Timestamp:
2018-10-28T17:20:58+01:00 (6 years ago)
Author:
donvip
Message:

rename openjfx plugin to javafx

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  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <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">
    77                <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!/"/>
    99                </attributes>
    1010        </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">
    1212                <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!/"/>
    1414                </attributes>
    1515        </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">
    1717                <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!/"/>
    1919                </attributes>
    2020        </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">
    2222                <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!/"/>
    2424                </attributes>
    2525        </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">
    2727                <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!/"/>
    2929                </attributes>
    3030        </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">
    3232                <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!/"/>
    3434                </attributes>
    3535        </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">
    3737                <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!/"/>
    3939                </attributes>
    4040        </classpathentry>
  • applications/editors/josm/plugins/javafx/.project

    r34602 r34700  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>JOSM-openjfx</name>
     3        <name>JOSM-javafx</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/javafx/build.xml

    r34625 r34700  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <project name="openjfx" default="dist" basedir=".">
     2<project name="javafx" default="dist" basedir=".">
    33    <!-- enter the SVN commit message -->
    44    <property name="commit.message" value="Commit message"/>
  • applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/JavafxPlugin.java

    r34699 r34700  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.plugins.openjfx;
     2package org.openstreetmap.josm.plugins.javafx;
    33
    44import java.io.File;
     
    2525import org.openstreetmap.josm.plugins.Plugin;
    2626import org.openstreetmap.josm.plugins.PluginInformation;
    27 import org.openstreetmap.josm.plugins.openjfx.io.audio.JavaFxMediaPlayer;
     27import org.openstreetmap.josm.plugins.javafx.io.audio.JavaFxMediaPlayer;
    2828import org.openstreetmap.josm.tools.Logging;
    2929import org.openstreetmap.josm.tools.PlatformManager;
     
    3232 * OpenJFX plugin brings OpenJFX (JavaFX) to other plugins.
    3333 */
    34 public class OpenJfxPlugin extends Plugin {
     34public class JavafxPlugin extends Plugin {
    3535
    3636    /**
     
    3838     * @param info plugin info
    3939     */
    40     public OpenJfxPlugin(PluginInformation info) {
     40    public JavafxPlugin(PluginInformation info) {
    4141        super(info);
    4242        AudioPlayer.setSoundPlayerClass(JavaFxMediaPlayer.class);
     
    5454
    5555    private static void extractNativeLibs(String ext) {
    56         CodeSource src = OpenJfxPlugin.class.getProtectionDomain().getCodeSource();
     56        CodeSource src = JavafxPlugin.class.getProtectionDomain().getCodeSource();
    5757        if (src != null) {
    5858            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  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.plugins.openjfx.io.audio;
     2package org.openstreetmap.josm.plugins.javafx.io.audio;
    33
    44import java.io.File;
  • applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/io/audio/package-info.java

    r34603 r34700  
    44 * Provides the classes for Audio mapping features requiring JavaFX.
    55 */
    6 package org.openstreetmap.josm.plugins.openjfx.io.audio;
     6package org.openstreetmap.josm.plugins.javafx.io.audio;
  • applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/package-info.java

    r34699 r34700  
    44 * Provides Main plugin class.
    55 */
    6 package org.openstreetmap.josm.plugins.openjfx;
     6package org.openstreetmap.josm.plugins.javafx;
Note: See TracChangeset for help on using the changeset viewer.