small fix for com.anysoftkeyboard.languagepack.persian

This commit is contained in:
David Black 2013-03-13 18:16:59 +00:00
parent b6e41e74e9
commit 67f7877326
2 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ and is described on the website.
* Persian numbers
Dictionaries are based on
[http://ece.ut.ac.ir/dbrg/Hamshahri/download.html Hamshahri Corpus].
[http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1 Hamshahri Corpus].
.
Repo Type:git
@ -25,9 +25,9 @@ Repo:https://github.com/pi3ch/persian_anysoftkeyboard
Build Version:20120613-persian-numbers,4,!no licence 5c341f2e73,patch=xml.patch;rules.patch,\
srclibs=AnySoftKeyboardTools@73e9a09496,prebuild=\
mkdir -p res/raw/ dict/ && rm -rf assets/ gen/ && \
cp res/xml/pi.xml dict/words.xml && ant dict -f custom_rules.xml && \
cp res/xml/pi.xml dict/words.xml && ant dict -f rules.xml && \
mv res/raw/words_1.dict words_2.dict && \
cp res/xml/fa.xml dict/words.xml && ant dict -f custom_rules.xml && \
cp res/xml/fa.xml dict/words.xml && ant dict -f rules.xml && \
rm dict/words.xml && mv words_2.dict res/raw/
Auto Update Mode:None

View file

@ -1,11 +1,11 @@
diff --git a/custom_rules.xml b/custom_rules.xml
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/custom_rules.xml
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="custom_rules" >
+<project name="rules" >
+ <target name="dict" >
+
+ <java