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
5a797e37
Kaydet (Commit)
5a797e37
authored
May 27, 2010
tarafından
Vladimir Glazunov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS native304
üst
6d709677
d9345b23
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
+10
-9
openoffice.lst
instsetoo_native/util/openoffice.lst
+0
-3
environment.pm
solenv/bin/modules/installer/environment.pm
+2
-0
globals.pm
solenv/bin/modules/installer/globals.pm
+1
-1
systemactions.pm
solenv/bin/modules/installer/systemactions.pm
+7
-0
worker.pm
solenv/bin/modules/installer/worker.pm
+0
-5
No files found.
instsetoo_native/util/openoffice.lst
Dosyayı görüntüle @
5a797e37
...
@@ -93,7 +93,6 @@ OpenOffice
...
@@ -93,7 +93,6 @@ OpenOffice
DOWNLOADBANNER ooobanner.bmp
DOWNLOADBANNER ooobanner.bmp
DOWNLOADBITMAP ooobitmap.bmp
DOWNLOADBITMAP ooobitmap.bmp
DOWNLOADSETUPICO ooosetup.ico
DOWNLOADSETUPICO ooosetup.ico
WINDOWSBITMAPDIRECTORY ..\inc_broffice\windows\msi_templates\Binary
RELATIVE_PATHES_IN_DDF 1
RELATIVE_PATHES_IN_DDF 1
STARTCENTER_ADDFEATURE_URL http://tools.services.openoffice.org/forward/OpenOffice.org/extensions.jsp?cid=920794
STARTCENTER_ADDFEATURE_URL http://tools.services.openoffice.org/forward/OpenOffice.org/extensions.jsp?cid=920794
STARTCENTER_INFO_URL http://tools.services.openoffice.org/forward/OpenOffice.org/homepage.jsp
STARTCENTER_INFO_URL http://tools.services.openoffice.org/forward/OpenOffice.org/homepage.jsp
...
@@ -160,7 +159,6 @@ OpenOffice_wJRE
...
@@ -160,7 +159,6 @@ OpenOffice_wJRE
DOWNLOADBANNER ooobanner.bmp
DOWNLOADBANNER ooobanner.bmp
DOWNLOADBITMAP ooobitmap.bmp
DOWNLOADBITMAP ooobitmap.bmp
DOWNLOADSETUPICO ooosetup.ico
DOWNLOADSETUPICO ooosetup.ico
WINDOWSBITMAPDIRECTORY ..\inc_broffice\windows\msi_templates\Binary
RELATIVE_PATHES_IN_DDF 1
RELATIVE_PATHES_IN_DDF 1
STARTCENTER_ADDFEATURE_URL http://tools.services.openoffice.org/forward/OpenOffice.org/extensions.jsp?cid=920794
STARTCENTER_ADDFEATURE_URL http://tools.services.openoffice.org/forward/OpenOffice.org/extensions.jsp?cid=920794
STARTCENTER_INFO_URL http://tools.services.openoffice.org/forward/OpenOffice.org/homepage.jsp
STARTCENTER_INFO_URL http://tools.services.openoffice.org/forward/OpenOffice.org/homepage.jsp
...
@@ -232,7 +230,6 @@ OpenOffice_Dev
...
@@ -232,7 +230,6 @@ OpenOffice_Dev
DOWNLOADBANNER ooobanner.bmp
DOWNLOADBANNER ooobanner.bmp
DOWNLOADBITMAP ooobitmap.bmp
DOWNLOADBITMAP ooobitmap.bmp
DOWNLOADSETUPICO ooosetup.ico
DOWNLOADSETUPICO ooosetup.ico
WINDOWSBITMAPDIRECTORY ..\inc_broffice\windows\msi_templates\Binary
LOCALUSERDIR $ORIGIN/..
LOCALUSERDIR $ORIGIN/..
RELATIVE_PATHES_IN_DDF 1
RELATIVE_PATHES_IN_DDF 1
STARTCENTER_ADDFEATURE_URL http://tools.services.openoffice.org/forward/OpenOffice.org/extensions.jsp?cid=920794
STARTCENTER_ADDFEATURE_URL http://tools.services.openoffice.org/forward/OpenOffice.org/extensions.jsp?cid=920794
...
...
solenv/bin/modules/installer/environment.pm
Dosyayı görüntüle @
5a797e37
...
@@ -131,7 +131,9 @@ sub set_global_environment_variables
...
@@ -131,7 +131,9 @@ sub set_global_environment_variables
if
(
$ENV
{
'SOLAR_JAVA'
}
)
{
$
installer::globals::
solarjavaset
=
1
;
}
if
(
$ENV
{
'SOLAR_JAVA'
}
)
{
$
installer::globals::
solarjavaset
=
1
;
}
if
(
$ENV
{
'RPM'
}
)
{
$
installer::globals::
rpm
=
$ENV
{
'RPM'
};
}
if
(
$ENV
{
'RPM'
}
)
{
$
installer::globals::
rpm
=
$ENV
{
'RPM'
};
}
if
(
$ENV
{
'DONTCOMPRESS'
}
)
{
$
installer::globals::
solarisdontcompress
=
1
;
}
if
(
$ENV
{
'DONTCOMPRESS'
}
)
{
$
installer::globals::
solarisdontcompress
=
1
;
}
if
((
$ENV
{
'DISABLE_STRIP'
}
)
&&
(
$ENV
{
'DISABLE_STRIP'
}
ne
''
))
{
$
installer::globals::
strip
=
0
;
}
if
(
$
installer::globals::
localinstalldir
)
{
$
installer::globals::
localinstalldirset
=
1
;
}
# Special handling, if LOCALINSTALLDIR contains "~" in the path
# Special handling, if LOCALINSTALLDIR contains "~" in the path
if
(
$
installer::globals::
localinstalldir
=~
/^\s*\~/
)
{
check_tilde_in_directory
();
}
if
(
$
installer::globals::
localinstalldir
=~
/^\s*\~/
)
{
check_tilde_in_directory
();
}
}
}
...
...
solenv/bin/modules/installer/globals.pm
Dosyayı görüntüle @
5a797e37
...
@@ -236,7 +236,7 @@ BEGIN
...
@@ -236,7 +236,7 @@ BEGIN
$mergefiles_added_into_collector
=
0
;
$mergefiles_added_into_collector
=
0
;
$creating_windows_installer_patch
=
0
;
$creating_windows_installer_patch
=
0
;
$strip
=
$ENV
{
DISABLE_STRIP
}
eq
''
;
$strip
=
1
;
$solarjava
=
0
;
$solarjava
=
0
;
$jdklib
=
""
;
$jdklib
=
""
;
$jrepath
=
""
;
$jrepath
=
""
;
...
...
solenv/bin/modules/installer/systemactions.pm
Dosyayı görüntüle @
5a797e37
...
@@ -321,6 +321,13 @@ sub create_directories
...
@@ -321,6 +321,13 @@ sub create_directories
else
else
{
{
$path
=
$
installer::globals::
unpackpath
.
$
installer::globals::
separator
;
$path
=
$
installer::globals::
unpackpath
.
$
installer::globals::
separator
;
# special handling, if LOCALINSTALLDIR is set
if
((
$
installer::globals::
localinstalldirset
)
&&
(
$newdirectory
eq
"install"
))
{
$
installer::globals::
localinstalldir
=~
s/\Q$installer::globals::separator\E\s*$//
;
$path
=
$
installer::globals::
localinstalldir
.
$
installer::globals::
separator
;
}
}
}
$infoline
=
"create_directories: Using $path for $newdirectory !\n"
;
$infoline
=
"create_directories: Using $path for $newdirectory !\n"
;
...
...
solenv/bin/modules/installer/worker.pm
Dosyayı görüntüle @
5a797e37
...
@@ -402,11 +402,6 @@ sub create_installation_directory
...
@@ -402,11 +402,6 @@ sub create_installation_directory
else
else
{
{
$installdir
=
installer::systemactions::
create_directories
(
"install"
,
$languageref
);
$installdir
=
installer::systemactions::
create_directories
(
"install"
,
$languageref
);
if
(
$
installer::globals::
localinstalldir
)
{
$installdir
=
$
installer::globals::
localinstalldir
;
$
installer::globals::
localinstalldirset
=
1
;
}
installer::logger::
print_message
(
"... creating installation set in $installdir ...\n"
);
installer::logger::
print_message
(
"... creating installation set in $installdir ...\n"
);
remove_old_installation_sets
(
$installdir
);
remove_old_installation_sets
(
$installdir
);
my
$inprogressinstalldir
=
$installdir
.
"_inprogress"
;
my
$inprogressinstalldir
=
$installdir
.
"_inprogress"
;
...
...
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