diff options
Diffstat (limited to 'l10ntools/source/gList.sh')
-rwxr-xr-x | l10ntools/source/gList.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/l10ntools/source/gList.sh b/l10ntools/source/gList.sh deleted file mode 100755 index 41d04f3d33d6..000000000000 --- a/l10ntools/source/gList.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -find . -name \*.hrc > filelist_hrc.txt -find . -name \*.src > filelist_src.txt -find . -name \*.po > filelist_po.txt -find . -name \*.pot > filelist_pot.txt -find . -name \*.tree > filelist_tree.txt -find . -name \*.ulf > filelist_ulf.txt -find . -name \*.xcu > filelist_xcu.txt -find . -name \*.xhp > filelist_xhp.txt -find . -name \*.xrm > filelist_xrm.txt -find . -name \*.properties > filelist_properties.txt |