Revision: 6903
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6903&view=rev
Author:   dnaber
Date:     2012-05-13 23:03:20 +0000 (Sun, 13 May 2012)
Log Message:
-----------
[cs] remove mark_from

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/cs/grammar.xml

Modified: trunk/JLanguageTool/src/rules/cs/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/cs/grammar.xml        2012-05-13 23:02:35 UTC 
(rev 6902)
+++ trunk/JLanguageTool/src/rules/cs/grammar.xml        2012-05-13 23:03:20 UTC 
(rev 6903)
@@ -16,7 +16,7 @@
 
     <!-- a trivialdemo rule that matches "foo" followed by "bar" -->
     <rule id="DEMO_RULE" name="Find 'foo bar'">
-      <pattern mark_from="0" case_sensitive="no">
+      <pattern case_sensitive="no">
         <token>foo</token>
         <token>bar</token>
       </pattern>

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