diff options
author | Andras Timar <timar@fsf.hu> | 2011-03-26 16:02:03 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-03-26 16:02:51 +0100 |
commit | 35ae1fa6a74d44ca68f6a47a899203db451fe950 (patch) | |
tree | 2618754f957fd2f3152bd7fc11a06b2d026f9390 /l10ntools | |
parent | dbc42e9afe46fc1be73c0e3c431ac0bfd26ea1b7 (diff) |
disable jpropex (currently unused and requires Java)
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index c8db7ee8ec8d..277ade3b97ba 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -65,7 +65,7 @@ const char *ExeTable[][5] = { { "xcs", "cfgex", "-UTF8 -e -f", "negative", "iso" }, { "xrm", "xrmex", "-UTF8 -e", "negative", "iso" }, { "xhp", "helpex", " -e", "negative", "noiso" }, - { "properties", "jpropex", " -e", "negative", "noiso" }, +// unused { "properties", "jpropex", " -e", "negative", "noiso" }, { "NULL", "NULL", "NULL", "NULL", "NULL" } }; |