Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
73b7792f
Kaydet (Commit)
73b7792f
authored
Şub 28, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
excludeDirectory became obsolete, because dmake was killed
Change-Id: Id9f3d2435530ff9c797eca5e86aa568f921017b1
üst
2057218f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
27 deletions
+1
-27
localize.cxx
l10ntools/source/localize.cxx
+1
-27
No files found.
l10ntools/source/localize.cxx
Dosyayı görüntüle @
73b7792f
...
...
@@ -388,32 +388,6 @@ bool includeProject(OString const & project) {
return
false
;
}
bool
excludeDirectory
(
OString
const
&
directory
)
{
// Cf. OUTPATH=* in configure.in:
static
OString
const
excluded
[]
=
{
"callcatcher"
,
"unxaig"
,
"unxand"
,
"unxdfly"
,
"unxfbsd"
,
"unxios"
,
"unxkfg"
,
"unxlng"
,
"unxmac"
,
"unxnbsd"
,
"unxobsd"
,
"unxsog"
,
"unxsol"
,
"unxubt"
,
"wntmsc"
};
for
(
size_t
i
=
0
;
i
!=
SAL_N_ELEMENTS
(
excluded
);
++
i
)
{
if
(
directory
.
startsWith
(
excluded
[
i
]))
{
return
true
;
}
}
return
false
;
}
/// Handle one directory in the hierarchy.
///
/// Ignores symlinks and instead explicitly descends into clone/* or src/*,
...
...
@@ -487,7 +461,7 @@ void handleDirectory(
break
;
default:
if
(
stat
.
getFileType
()
==
osl
::
FileStatus
::
Directory
)
{
if
(
level
==
2
||
!
excludeDirectory
(
sFileName
)
)
{
if
(
level
==
2
)
{
OString
pr
(
projectRoot
);
if
(
!
pr
.
isEmpty
())
{
pr
+=
OString
(
'/'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment