Changeset 34625 in osm for applications


Ignore:
Timestamp:
2018-09-09T23:44:05+02:00 (6 years ago)
Author:
donvip
Message:

see #josm16682 - add Monocle

Location:
applications/editors/josm/plugins/openjfx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openjfx/build.xml

    r34623 r34625  
    8080            </restrict>
    8181        </jar>
     82        <echo>Adding Monocle artifacts...</echo>
     83        <jar destfile="${plugin.jar}" update="true" duplicate="preserve" level="9">
     84            <restrict>
     85                <archives>
     86                    <zips>
     87                        <fileset dir="${plugin.lib.dir}" includes="*-monocle*.jar"/>
     88                    </zips>
     89                </archives>
     90            </restrict>
     91        </jar>
    8292    </target>
    8393</project>
  • applications/editors/josm/plugins/openjfx/ivy.xml

    r34623 r34625  
    55        </configurations>
    66        <dependencies>
     7        <dependency org="org.testfx" name="openjfx-monocle" rev="jdk-11+23"/>
    78        <dependency org="org.openjfx" name="javafx-swing" rev="11-ea+25">
    89            <artifact name="javafx-swing" type="jar" m:classifier="linux"/>
Note: See TracChangeset for help on using the changeset viewer.