Changeset 16007 in josm for trunk


Ignore:
Timestamp:
2020-03-03T02:53:53+01:00 (4 years ago)
Author:
Don-vip
Message:

see #18140 - fix build errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r16006 r16007  
    230230                   shortversion="${version.entry.commit.revision} SVN"
    231231                   version="${version.entry.commit.revision} SVN"
    232                    icon="macosx/JOSM.app/Contents/Resources/JOSM.icns"
     232                   icon="native/macosx/JOSM.app/Contents/Resources/JOSM.icns"
    233233                   highResolutionCapable="true">
    234234
     
    258258            <remove path="/plist/dict/key[text()='CFBundleDocumentTypes']|/plist/dict/key[text()='CFBundleDocumentTypes']/following-sibling::array[1]"/>
    259259            <!-- insert our own keys -->
    260             <insert position="before" path="/plist/dict/key[1]" file="macosx/JOSM.app/Contents/Info.plist_template.xml" />
     260            <insert position="before" path="/plist/dict/key[1]" file="native/macosx/JOSM.app/Contents/Info.plist_template.xml" />
    261261        </xmltask>
    262262
     
    275275    <!-- Windows target -->
    276276    <target name="distwin" depends="dist">
    277         <exec dir="windows" executable="./josm-setup-unix.sh">
     277        <exec dir="native/windows" executable="./josm-setup-unix.sh">
    278278            <arg value="${version.entry.commit.revision}"/>
    279279            <arg value="${dist.jar}"/>
     
    492492        </sequential>
    493493    </macrodef>
    494     <target name="test-compile" depends="test-init,compile,epsg">
     494    <target name="test-compile" depends="test-init,compile,extract-libraries,epsg">
    495495        <call-javac testfamily="unit">
    496496            <cp-elements>
Note: See TracChangeset for help on using the changeset viewer.