summaryrefslogtreecommitdiffstats
path: root/l10ntools/Executable_treex.mk
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-31 20:11:57 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-31 20:25:13 +0200
commitce51bf1a6ef36bbd1eea751add342cae6f1004d2 (patch)
treefedd6cb9efdd0a90306316bda580ace87b78b0b4 /l10ntools/Executable_treex.mk
parentUpdated core (diff)
downloadcore-ce51bf1a6ef36bbd1eea751add342cae6f1004d2.tar.gz
core-ce51bf1a6ef36bbd1eea751add342cae6f1004d2.zip
Make a bit cleaner transformation of help strings
*Not escape tags and double quots in tags, but find tags(icu regexp) when merge and use this infromation to make strings valid. *Define a new Quot function for helpex, which works with icu UnicodeCharacter. *Move tag search to xmlparse.cxx and use icu just in helpex. *QuotHTML not unescape just replace xml charcters. (unescaping is also useless in uimerge.cxx) *Move UnQuotHTML() to helper. (was used it in xmlparse.cxx and cfgmerge.cxx) *Use UnQuotHTML() in uimerge.cxx too. Change-Id: Ice8940ef69279709a1c5d84c6ae1b0d62a71ca76
Diffstat (limited to 'l10ntools/Executable_treex.mk')
-rw-r--r--l10ntools/Executable_treex.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/l10ntools/Executable_treex.mk b/l10ntools/Executable_treex.mk
index c8ff48c72275..976dc1398743 100644
--- a/l10ntools/Executable_treex.mk
+++ b/l10ntools/Executable_treex.mk
@@ -31,9 +31,6 @@ $(eval $(call gb_Executable_add_exception_objects,treex,\
$(eval $(call gb_Executable_use_externals,treex,\
boost_headers \
libxml2 \
- icuuc \
- icui18n \
- icu_headers \
))
# vim: set noet sw=4 ts=4: