Revision: 7630
http://languagetool.svn.sourceforge.net/languagetool/?rev=7630&view=rev
Author: dnaber
Date: 2012-07-01 20:09:33 +0000 (Sun, 01 Jul 2012)
Log Message:
-----------
fix syntax of generated rule XML
Modified Paths:
--------------
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleEditorController.groovy
Modified:
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleEditorController.groovy
===================================================================
---
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleEditorController.groovy
2012-07-01 20:04:28 UTC (rev 7629)
+++
trunk/ltcommunity/grails-app/controllers/org/languagetool/RuleEditorController.groovy
2012-07-01 20:09:33 UTC (rev 7630)
@@ -220,7 +220,7 @@
<pattern>\n"""
for (element in patternRule.getElements()) {
if (element.isRegularExpression()) {
- xml += " <token
regexp=\"true\">${element.getString()}</token>\n"
+ xml += " <token
regexp=\"yes\">${element.getString()}</token>\n"
} else {
xml += " <token>${element.getString()}</token>\n"
}
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