remove qtz temporarily, until it works again reliably

Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
This commit is contained in:
Andras Timar 2012-11-21 14:58:42 +01:00
parent 93abcf4e4b
commit 7e8cc51f61
3 changed files with 2 additions and 3 deletions

View file

@ -76,7 +76,7 @@ OOOHELPPACK=ooohelppack
OOODEVHELPPACK=ooodevhelppack OOODEVHELPPACK=ooodevhelppack
.ENDIF .ENDIF
help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US qtz help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US
# do not build key is pseudolanguage for release builds # do not build key is pseudolanguage for release builds
.IF "$(ENABLE_RELEASE_BUILD)"=="TRUE" .IF "$(ENABLE_RELEASE_BUILD)"=="TRUE"

View file

@ -98,7 +98,7 @@ if ($langs eq 'ALL') {
@larr = readdir(DIR); @larr = readdir(DIR);
@larr = grep { $_ ne '.' } @larr; @larr = grep { $_ ne '.' } @larr;
@larr = grep { $_ ne '..' } @larr; @larr = grep { $_ ne '..' } @larr;
@larr = (@larr,"en-US","qtz"); @larr = (@larr,"en-US");
closedir(DIR); closedir(DIR);
} }
else { else {

View file

@ -102,7 +102,6 @@ pa-IN \
pl \ pl \
pt \ pt \
pt-BR \ pt-BR \
qtz \
ro \ ro \
ru \ ru \
rw \ rw \