Revision: 7349
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7349&view=rev
Author:   milek_pl
Date:     2012-06-15 09:55:22 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
optimize download times a bit for jnlp

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

Modified: trunk/JLanguageTool/jnlp/LanguageTool.jnlp
===================================================================
(Binary files differ)

Modified: trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp
===================================================================
--- trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp    2012-06-15 09:53:09 UTC 
(rev 7348)
+++ trunk/JLanguageTool/jnlp/LanguageToolServer.jnlp    2012-06-15 09:55:22 UTC 
(rev 7349)
@@ -26,42 +26,42 @@
                <j2se version="1.6+" />
                <jar href="@morfologik.stemming.lib@" />
                <jar href="@morfologik.fsa.lib@" />
-               <jar href="@morfologik.speller.lib@" />
-               <jar href="@tika.lib@" />
+               <jar href="@morfologik.speller.lib@" download="lazy" />
+               <jar href="@tika.lib@" download="lazy" />
                <jar href="@segment.lib@" />
-               <jar href="@logging.lib@" />
+               <jar href="@logging.lib@" download="lazy" />
                <jar href="@commons.lang.lib@" />
                <jar href="rules.jar" />
                <jar href="resource.jar" />
-               <jar href="jWordSplitter.jar" />
-               <jar href="@ictclas4j.lib@" />
-               <jar href="@CJFtransform.lib@" />
+               <jar href="jWordSplitter.jar" download="lazy" />
+               <jar href="@ictclas4j.lib@" download="lazy" />
+               <jar href="@CJFtransform.lib@" download="lazy" />
                <jar href="LanguageTool.jar" />
                <jar href="LanguageToolGUI.jar" main="true" />
-               <jar href="jna.jar" />
+               <jar href="jna.jar" download="lazy" />
        </resources>
 
 
        <resources os="Windows" arch="x86">
-               <jar href="hunspell-win32-x86.jar" />           
+               <jar href="hunspell-win32-x86.jar" download="lazy" />           
        </resources>
        <resources os="Windows" arch="amd64">
-               <jar href="hunspell-win32-amd64.jar" />         
+               <jar href="hunspell-win32-amd64.jar" download="lazy" />         
        </resources>
        <resources os="Linux" arch="x86">
-               <jar href="hunspell-linux-i386.jar" />          
+               <jar href="hunspell-linux-i386.jar" download="lazy" />          
        </resources>            
        <resources os="Linux" arch="amd64">
-               <jar href="hunspell-linux-amd64.jar" />         
+               <jar href="hunspell-linux-amd64.jar" download="lazy" />         
        </resources>
        <resources os="Mac OS X" arch="x86">
-               <jar href="hunspell-darwin-i386.jar" />         
+               <jar href="hunspell-darwin-i386.jar" download="lazy" />         
        </resources>    
        <resources os="Mac OS X" arch="amd64">
-               <jar href="hunspell-darwin-amd64.jar" />                
+               <jar href="hunspell-darwin-amd64.jar" download="lazy" />        
        
        </resources>
        <resources os="Mac OS X" arch="ppc">
-               <jar href="hunspell-darwin-ppc.jar" />          
+               <jar href="hunspell-darwin-ppc.jar" download="lazy" />          
        </resources>
 
        <application-desc main-class="org.languagetool.server.HTTPServer">

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