Revision: 7618
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7618&view=rev
Author:   milek_pl
Date:     2012-07-01 14:17:04 +0000 (Sun, 01 Jul 2012)
Log Message:
-----------
fix jnlp for 64-bit Java on Macs (don't know about 32-bit Macs, but hey, are 
there any?)

Modified Paths:
--------------
    trunk/JLanguageTool/jnlp/LanguageTool.jnlp
    trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp

Modified: trunk/JLanguageTool/jnlp/LanguageTool.jnlp
===================================================================
--- trunk/JLanguageTool/jnlp/LanguageTool.jnlp  2012-07-01 09:54:17 UTC (rev 
7617)
+++ trunk/JLanguageTool/jnlp/LanguageTool.jnlp  2012-07-01 14:17:04 UTC (rev 
7618)
@@ -53,10 +53,10 @@
        <resources os="Linux" arch="amd64">
                <jar href="hunspell-linux-amd64.jar" download="lazy" />         
        </resources>
-       <resources os="Mac OS X" arch="x86">
+       <resources os="Mac OS X" arch="i386">
                <jar href="hunspell-darwin-i386.jar" download="lazy" />         
        </resources>    
-       <resources os="Mac OS X" arch="amd64">
+       <resources os="Mac OS X" arch="x86_64">
                <jar href="hunspell-darwin-amd64.jar" download="lazy" />        
        
        </resources>
        <resources os="Mac OS X" arch="ppc">

Modified: trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp
===================================================================
--- trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp    2012-07-01 09:54:17 UTC 
(rev 7617)
+++ trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp    2012-07-01 14:17:04 UTC 
(rev 7618)
@@ -54,10 +54,10 @@
        <resources os="Linux" arch="amd64">
                <jar href="hunspell-linux-amd64.jar" download="lazy" />         
        </resources>
-       <resources os="Mac OS X" arch="x86">
+       <resources os="Mac OS X" arch="i386">
                <jar href="hunspell-darwin-i386.jar" download="lazy" />         
        </resources>    
-       <resources os="Mac OS X" arch="amd64">
+       <resources os="Mac OS X" arch="x86_64">
                <jar href="hunspell-darwin-amd64.jar" download="lazy" />        
        
        </resources>
        <resources os="Mac OS X" arch="ppc">

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to