l10nmove: #i116586# Move l10n module into own repository

This commit is contained in:
Ivo Hinkelmann 2011-02-01 16:24:30 +01:00
parent 3da3939805
commit a17d76c92f

View file

@ -983,7 +983,7 @@ $SOLARSRC = '$SRC_ROOT';
my @splitlist = split( /\//, $SRC_ROOT ); my @splitlist = split( /\//, $SRC_ROOT );
pop @splitlist; pop @splitlist;
$SOURCE_ROOT_DIR = join("/", @splitlist); $SOURCE_ROOT_DIR = join("/", @splitlist);
$gb_REPOS = $SOURCE_ROOT_DIR."/ooo ".$SOURCE_ROOT_DIR."/sun ".$SOURCE_ROOT_DIR."/loc"; $gb_REPOS = $SOURCE_ROOT_DIR."/ooo ".$SOURCE_ROOT_DIR."/loc";
# default TARFILE_LOCATION # default TARFILE_LOCATION
if ('@TARFILE_LOCATION@' eq "DEFAULT") if ('@TARFILE_LOCATION@' eq "DEFAULT")