- Timestamp:
- 2020-03-03T02:53:53+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r16006 r16007 230 230 shortversion="${version.entry.commit.revision} SVN" 231 231 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" 233 233 highResolutionCapable="true"> 234 234 … … 258 258 <remove path="/plist/dict/key[text()='CFBundleDocumentTypes']|/plist/dict/key[text()='CFBundleDocumentTypes']/following-sibling::array[1]"/> 259 259 <!-- 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" /> 261 261 </xmltask> 262 262 … … 275 275 <!-- Windows target --> 276 276 <target name="distwin" depends="dist"> 277 <exec dir="windows" executable="./josm-setup-unix.sh"> 277 <exec dir="native/windows" executable="./josm-setup-unix.sh"> 278 278 <arg value="${version.entry.commit.revision}"/> 279 279 <arg value="${dist.jar}"/> … … 492 492 </sequential> 493 493 </macrodef> 494 <target name="test-compile" depends="test-init,compile,epsg"> 494 <target name="test-compile" depends="test-init,compile,extract-libraries,epsg"> 495 495 <call-javac testfamily="unit"> 496 496 <cp-elements>
Note:
See TracChangeset
for help on using the changeset viewer.