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
df5e8df4
Kaydet (Commit)
df5e8df4
authored
Nis 25, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
validate and pack .ui files as well as .xml files
üst
506d096e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
checkxml.pl
postprocess/checkxml/checkxml.pl
+2
-2
packconfig.pl
postprocess/packconfig/packconfig.pl
+1
-1
No files found.
postprocess/checkxml/checkxml.pl
Dosyayı görüntüle @
df5e8df4
...
...
@@ -20,7 +20,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
#
#
# check_xml.pl - check xml,xcs,xcu files size, NULL character
# check_xml.pl - check
ui,
xml,xcs,xcu files size, NULL character
#
my
...
...
@@ -73,7 +73,7 @@ sub check #04.02.2005 13:40
my
$path
=
shift
;
my
$file
=
shift
;
print
"$path$file\n"
if
((
-
e
"$path$file"
)
&&
$is_debug
);
return
if
(
$file
!~
/.+\.(
xcu|xml|xcs)/
);
#check
xml and xcu files only
return
if
(
$file
!~
/.+\.(
ui|xcu|xml|xcs)/
);
#check ui,
xml and xcu files only
if
(
-
z
"$path$file"
)
{
print
"Error: $path$file 0 Bytes!\n"
;
$err
++
;
...
...
postprocess/packconfig/packconfig.pl
Dosyayı görüntüle @
df5e8df4
...
...
@@ -124,7 +124,7 @@ sub wanted
{
my
$file
=
$_
;
if
(
$file
=~
/.*\.
xml
$/
&&
-
f
$file
)
{
if
(
$file
=~
/.*\.
(ui|xml)
$/
&&
-
f
$file
)
{
push
@
main::
file_list
,
$
File::Find::
name
;
}
}
...
...
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