Revision: 7616
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7616&view=rev
Author:   dnaber
Date:     2012-07-01 09:52:06 +0000 (Sun, 01 Jul 2012)
Log Message:
-----------
don't include testrules.* in the OXT, as the classes it needs are missing, 
update development page

Modified Paths:
--------------
    trunk/JLanguageTool/build.xml
    trunk/website/www/development/index.php

Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml       2012-07-01 09:45:38 UTC (rev 7615)
+++ trunk/JLanguageTool/build.xml       2012-07-01 09:52:06 UTC (rev 7616)
@@ -464,7 +464,7 @@
     <target name="dist" depends="ooo-internal" description="Builds 
LibreOffice/ApacheOpenOffice extension">
         <zip compress="yes" destfile="${dist.dir}/LanguageTool-${version}.oxt" 
basedir="${dist.dir}" includes="**"
              
excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar,
-        
lucene*.jar,testwikipedia.*,LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so"
 />
+        
lucene*.jar,testrules.*,testwikipedia.*,LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so"
 />
     </target>
 
     <target name="fast" depends="ooo-internal" description="like dist, but 
without ZIP compression (for development only)">
@@ -480,12 +480,9 @@
         <copy file="./README.txt" todir="${dist.dir}" />
         <copy file="./CHANGES.txt" todir="${dist.dir}" />
         <copy file="./COPYING.txt" todir="${dist.dir}" />
-        <replace file="${dist.dir}/README.txt" token="###VERSION###" 
value="${version}">
-        </replace>
-        <replace file="${dist.dir}/README.txt" token="###DATE###" 
value="${date}">
-        </replace>
-        <replace file="${dist.dir}/README.txt" token="###morfologik.lib###" 
value="${morfologik.fsa.lib}:${morfologik.stemming.lib}">
-        </replace>
+        <replace file="${dist.dir}/README.txt" token="###VERSION###" 
value="${version}"></replace>
+        <replace file="${dist.dir}/README.txt" token="###DATE###" 
value="${date}"></replace>
+        <replace file="${dist.dir}/README.txt" token="###morfologik.lib###" 
value="${morfologik.fsa.lib}:${morfologik.stemming.lib}"></replace>
         <copy file="${ext.dir}/LGPL.txt" todir="${dist.dir}" />
         <copy file="${ext.dir}/Morfologik-license.txt" 
tofile="${dist.dir}/Morfologik-license.txt" />
         <copy file="${ext.dir}/CPL.txt" tofile="${dist.dir}/junit-license.txt" 
/>

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2012-07-01 09:45:38 UTC (rev 
7615)
+++ trunk/website/www/development/index.php     2012-07-01 09:52:06 UTC (rev 
7616)
@@ -2,7 +2,7 @@
 $page = "development";
 $title = "LanguageTool";
 $title2 = "Development";
-$lastmod = "2012-06-01 11:06:00 CET";
+$lastmod = "2012-07-01 11:06:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -40,8 +40,7 @@
 <p>This section tells you in a nutshell how to write your own LanguageTool 
rules for detecting errors:</p>
 
 <ol>
-  <li>Download LanguageTool <?=show_link("from the homepage", "../", 0)?>.</li>
-  <li>Rename <tt>LanguageTool-stable.oxt</tt> to 
<tt>LanguageTool-stable.zip</tt> and unzip it to a new directory.</li>
+  <li>Download the stand-alone version of LanguageTool <?=show_link("from the 
homepage", "../", 0)?> and unzip it.</li>
   <li>Open <tt>rules/en/grammar.xml</tt> in your preferred text editor or in 
an XML editor.</li>
   <li>Search for <tt>&lt;category name="Possible Typos"&gt;</tt> (it's quite 
at the top) and copy and paste this snippet just after
     that category element:

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