Changeset 36419 in osm for applications
- Timestamp:
- 2025-03-29T11:52:22+01:00 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pom.xml
r36418 r36419 37 37 <manifest.windows>MANIFEST-windows</manifest.windows> 38 38 <manifest.osx>MANIFEST-osx</manifest.osx> 39 <plugin.compile.version>SNAPSHOT</plugin.compile.version> 39 <plugin.compile.version>1.5-SNAPSHOT</plugin.compile.version> 40 40 <plugin.jar>${project.name}.jar</plugin.jar> 41 41 <plugin.unixoid.jar>${project.name}-unixoid.jar</plugin.unixoid.jar> … … 128 128 <module>livegps</module> 129 129 <module>log4j</module> 130 <module>markseen</module>131 130 <module>measurement</module> 132 131 <module>merge-overlap</module> … … 571 570 </profile> 572 571 <profile> 572 <id>markseen</id> 573 <activation><file><exists>markseen/pom.xml</exists></file></activation> 574 <modules><module>markseen</module></modules> 575 </profile> 576 <profile> 573 577 <id>osm-obj-info</id> 574 578 <activation><file><exists>osm-obj-info/pom.xml</exists></file></activation>
Note:
See TracChangeset
for help on using the changeset viewer.