* added mac-x86_64 mediainfo nativelib (0.7.27) to build and webstart deployment

This commit is contained in:
Reinhard Pointner 2010-02-07 02:15:38 +00:00
parent d9027b06ad
commit 9cb654d8c6
3 changed files with 4 additions and 3 deletions

View File

@ -139,7 +139,7 @@
<param name="arch" value="linux-amd64" />
</antcall>
<antcall target="webstart-nativelib">
<param name="arch" value="darwin" />
<param name="arch" value="mac-x86_64" />
</antcall>
<!-- sign main jar and native lib jars -->
@ -268,6 +268,7 @@
</scp>
<!-- deploy fatjar afterwards so it will be the latest file release -->
<sleep minutes="1" />
<scp todir="rednoah,filebot:${sf.password}@web.sourceforge.net:/home/frs/project/f/fi/filebot/filebot" trust="yes">
<fileset dir="${dir.dist}/release" includes="**/*.jar"/>
</scp>

View File

@ -39,8 +39,8 @@
<resources os="Linux" arch="amd64">
<nativelib href="native/linux-amd64.jar" />
</resources>
<resources os="Mac">
<nativelib href="native/darwin.jar" />
<resources os="Mac" arch="x86_64">
<nativelib href="native/mac-x86_64.jar" />
</resources>
<application-desc main-class="net.sourceforge.filebot.Main" />

Binary file not shown.