Changeset 36052 in osm for applications


Ignore:
Timestamp:
2023-02-15T16:19:39+01:00 (17 months ago)
Author:
taylor.smock
Message:

Add MapRoulette to svn:externals

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins

    • Property svn:externals
      •  

        old new  
         1https://josm.openstreetmap.de/svn/trunk/test/config 00_core_test_config
         2https://josm.openstreetmap.de/svn/trunk/test/lib 00_core_test_lib
        13https://josm.openstreetmap.de/svn/trunk/tools 00_core_tools
        2 https://josm.openstreetmap.de/svn/trunk/test/lib 00_core_test_lib
         4https://github.com/JOSM/Building-Generalization/trunk building_generalization
         5https://github.com/JOSM/Color/trunk Color
         6https://github.com/JOSM/Dxf-Import/trunk Dxf-Import
         7https://github.com/JOSM/Mapillary/trunk Mapillary
         8https://github.com/JOSM/MapRoulette/trunk maproulette
         9https://github.com/JOSM/PicLayer/trunk PicLayer
         10https://github.com/JOSM/ShapeTools/trunk shapetools
         11https://github.com/JOSM/areaselector/trunk areaselector
        312https://github.com/JOSM/austriaaddresshelper/trunk austriaaddresshelper
        4 https://github.com/JOSM/areaselector/trunk areaselector
         13https://github.com/JOSM/auto-tools/trunk auto-tools
         14https://github.com/JOSM/changeset-viewer/trunk changeset-viewer
         15https://github.com/JOSM/configuration/trunk configuration
        516https://github.com/JOSM/conflation/trunk conflation
        617https://github.com/JOSM/continuos-download/trunk continuosDownload
        7 https://josm.openstreetmap.de/svn/trunk/test/config 00_core_test_config
        8 https://github.com/JOSM/Building-Generalization/trunk building_generalization
        9 https://github.com/JOSM/Color/trunk Color
        10 https://github.com/JOSM/Mapillary/trunk Mapillary
         18https://github.com/JOSM/improve-way/trunk improve-way
         19https://github.com/JOSM/indoorhelper/trunk indoorhelper
         20https://github.com/JOSM/kartverketimport/trunk kartverketimport
         21https://github.com/JOSM/osm-obj-info/trunk osm-obj-info
        1122https://github.com/JOSM/pt_assistant/trunk pt_assistant
        12 https://github.com/JOSM/ShapeTools/trunk shapetools
         23https://github.com/JOSM/rex/trunk rex
         24https://github.com/JOSM/todo/trunk todo
        1325https://github.com/JOSM/turnlanes-tagging/trunk turnlanes-tagging
        14 https://github.com/JOSM/todo/trunk todo
         26https://github.com/JOSM/validations_testing/trunk validations_testing
        1527https://github.com/JOSM/wikipedia/trunk wikipedia
        16 https://github.com/JOSM/kartverketimport/trunk kartverketimport
        17 https://github.com/JOSM/Dxf-Import/trunk Dxf-Import
        18 https://github.com/JOSM/rex/trunk rex
        19 https://github.com/JOSM/improve-way/trunk improve-way
        20 https://github.com/JOSM/auto-tools/trunk auto-tools
        21 https://github.com/JOSM/configuration/trunk configuration
        22 https://github.com/JOSM/osm-obj-info/trunk osm-obj-info
        23 https://github.com/JOSM/changeset-viewer/trunk changeset-viewer
        24 https://github.com/JOSM/indoorhelper/trunk indoorhelper
        25 https://github.com/JOSM/PicLayer/trunk PicLayer
        26 https://github.com/JOSM/validations_testing/trunk validations_testing
  • applications/editors/josm/plugins/build.xml

    r36047 r36052  
    88    </target>
    99    <!-- 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>
    1112    <!-- Specific plugins -->
     13    <property name="java17_plugins" value="MapRoulette/build.xml"/>
    1214    <property name="ordered_plugins" value="jackson/build.xml
    1315                                            jaxb/build.xml
     
    3234                <!-- Build JavaFX plugins only with Java 11+ -->
    3335                <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}"/>
    3538            </subant>
    3639        </sequential>
Note: See TracChangeset for help on using the changeset viewer.