Changeset 34625 in osm for applications
- Timestamp:
- 2018-09-09T23:44:05+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/openjfx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openjfx/build.xml
r34623 r34625 80 80 </restrict> 81 81 </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> 82 92 </target> 83 93 </project> -
applications/editors/josm/plugins/openjfx/ivy.xml
r34623 r34625 5 5 </configurations> 6 6 <dependencies> 7 <dependency org="org.testfx" name="openjfx-monocle" rev="jdk-11+23"/> 7 8 <dependency org="org.openjfx" name="javafx-swing" rev="11-ea+25"> 8 9 <artifact name="javafx-swing" type="jar" m:classifier="linux"/>
Note:
See TracChangeset
for help on using the changeset viewer.