Changeset 36052 in osm
- Timestamp:
- 2023-02-15T16:19:39+01:00 (2 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:externals
-
old new 1 https://josm.openstreetmap.de/svn/trunk/test/config 00_core_test_config 2 https://josm.openstreetmap.de/svn/trunk/test/lib 00_core_test_lib 1 3 https://josm.openstreetmap.de/svn/trunk/tools 00_core_tools 2 https://josm.openstreetmap.de/svn/trunk/test/lib 00_core_test_lib 4 https://github.com/JOSM/Building-Generalization/trunk building_generalization 5 https://github.com/JOSM/Color/trunk Color 6 https://github.com/JOSM/Dxf-Import/trunk Dxf-Import 7 https://github.com/JOSM/Mapillary/trunk Mapillary 8 https://github.com/JOSM/MapRoulette/trunk maproulette 9 https://github.com/JOSM/PicLayer/trunk PicLayer 10 https://github.com/JOSM/ShapeTools/trunk shapetools 11 https://github.com/JOSM/areaselector/trunk areaselector 3 12 https://github.com/JOSM/austriaaddresshelper/trunk austriaaddresshelper 4 https://github.com/JOSM/areaselector/trunk areaselector 13 https://github.com/JOSM/auto-tools/trunk auto-tools 14 https://github.com/JOSM/changeset-viewer/trunk changeset-viewer 15 https://github.com/JOSM/configuration/trunk configuration 5 16 https://github.com/JOSM/conflation/trunk conflation 6 17 https://github.com/JOSM/continuos-download/trunk continuosDownload 7 https:// josm.openstreetmap.de/svn/trunk/test/config 00_core_test_config8 https://github.com/JOSM/ Building-Generalization/trunk building_generalization9 https://github.com/JOSM/ Color/trunk Color10 https://github.com/JOSM/ Mapillary/trunk Mapillary18 https://github.com/JOSM/improve-way/trunk improve-way 19 https://github.com/JOSM/indoorhelper/trunk indoorhelper 20 https://github.com/JOSM/kartverketimport/trunk kartverketimport 21 https://github.com/JOSM/osm-obj-info/trunk osm-obj-info 11 22 https://github.com/JOSM/pt_assistant/trunk pt_assistant 12 https://github.com/JOSM/ShapeTools/trunk shapetools 23 https://github.com/JOSM/rex/trunk rex 24 https://github.com/JOSM/todo/trunk todo 13 25 https://github.com/JOSM/turnlanes-tagging/trunk turnlanes-tagging 14 https://github.com/JOSM/ todo/trunk todo26 https://github.com/JOSM/validations_testing/trunk validations_testing 15 27 https://github.com/JOSM/wikipedia/trunk wikipedia 16 https://github.com/JOSM/kartverketimport/trunk kartverketimport17 https://github.com/JOSM/Dxf-Import/trunk Dxf-Import18 https://github.com/JOSM/rex/trunk rex19 https://github.com/JOSM/improve-way/trunk improve-way20 https://github.com/JOSM/auto-tools/trunk auto-tools21 https://github.com/JOSM/configuration/trunk configuration22 https://github.com/JOSM/osm-obj-info/trunk osm-obj-info23 https://github.com/JOSM/changeset-viewer/trunk changeset-viewer24 https://github.com/JOSM/indoorhelper/trunk indoorhelper25 https://github.com/JOSM/PicLayer/trunk PicLayer26 https://github.com/JOSM/validations_testing/trunk validations_testing
-
- Property svn:externals
-
applications/editors/josm/plugins/build.xml
r36047 r36052 8 8 </target> 9 9 <!-- For Java specific stuff by version --> 10 <condition property="isJava11"><matches string="${ant.java.version}" pattern="1[1-9]" /></condition> 10 <condition property="isJava17"><matches string="${ant.java.version}" pattern="1[7-9]|[2-9][0-9]" /></condition> 11 <condition property="isJava11"><matches string="${ant.java.version}" pattern="1[1-9]|[2-9][0-9]" /></condition> 11 12 <!-- Specific plugins --> 13 <property name="java17_plugins" value="MapRoulette/build.xml"/> 12 14 <property name="ordered_plugins" value="jackson/build.xml 13 15 jaxb/build.xml … … 32 34 <!-- Build JavaFX plugins only with Java 11+ --> 33 35 <filelist dir="." files="${javafx_plugins}" if:set="isJava11"/> 34 <fileset dir="." includes="*/build.xml" excludes="00_*/build.xml *.wip/build.xml ${javafx_plugins} ${ordered_plugins}"/> 36 <filelist dir="." files="${java17_plugins}" if:set="isJava17"/> 37 <fileset dir="." includes="*/build.xml" excludes="00_*/build.xml *.wip/build.xml ${javafx_plugins} ${ordered_plugins} ${java17_plugins}"/> 35 38 </subant> 36 39 </sequential>
Note:
See TracChangeset
for help on using the changeset viewer.