Changeset 36489 in osm
- Timestamp:
- 2026-02-14T21:16:40+01:00 (38 hours ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
-
MicrosoftStreetside/pom.xml (modified) (2 diffs)
-
build-common.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/pom.xml
r36483 r36489 26 26 <java.lang.version>21</java.lang.version> 27 27 <plugin.requires>apache-commons;javafx</plugin.requires> 28 <javafx.version> 19</javafx.version>28 <javafx.version>21</javafx.version> 29 29 </properties> 30 30 <dependencies> … … 66 66 <scope>provided</scope> 67 67 </dependency> 68 <dependency> 69 <groupId>org.pdfsam</groupId> 70 <artifactId>javafx-monocle</artifactId> 71 <version>${javafx.version}</version> 72 <scope>test</scope> 73 </dependency> 68 74 </dependencies> 69 75 <build> -
applications/editors/josm/plugins/build-common.xml
r36488 r36489 627 627 <path refid="test.classpath"/> 628 628 <pathelement path="${plugin.test.dir}/build/unit"/> 629 <path refid="plugin.classpath.actual"/> 629 630 </classpath> 630 631 <testclasses outputDir="${plugin.test.dir}/report"> … … 643 644 <jvmarg value="java.desktop/com.sun.imageio.spi=ALL-UNNAMED" /> 644 645 <jvmarg value="-XX:+ShowCodeDetailsInExceptionMessages" if:set="isJava14" unless:set="isJava15" /> 646 <jvmarg value="--enable-native-access=ALL-UNNAMED" /> 645 647 <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/> 646 648 <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note:
See TracChangeset
for help on using the changeset viewer.
