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
82b5fcca
Kaydet (Commit)
82b5fcca
authored
Eyl 23, 2011
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Undo basis/brand split: move testtool from basis to brand.
üst
a66f9903
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
19 deletions
+6
-19
Repository.mk
Repository.mk
+3
-0
testtool.ini
automation/source/testtool/testtool.ini
+1
-3
file_testtool.scp
scp2/source/testtool/file_testtool.scp
+2
-15
module_testtool.scp
scp2/source/testtool/module_testtool.scp
+0
-1
No files found.
Repository.mk
Dosyayı görüntüle @
82b5fcca
...
...
@@ -48,6 +48,9 @@ $(eval $(call gb_Helper_register_executables,NONE, \
$(eval $(call gb_Helper_register_executables,OOO, \
spadmin.bin \
))
$(eval $(call gb_Helper_register_executables,BRAND,\
testtool \
))
...
...
automation/source/testtool/testtool.ini
Dosyayı görüntüle @
82b5fcca
[Bootstrap]
URE_BOOTSTRAP
=
${ORIGIN}/fundamentalbasis!INIFILESUFFIX!
OOO_BASE_DIR
=
${ORIGIN}/..
BRAND_BASE_DIR
=
${OOO_BASE_DIR}/!BRANDPATH!
URE_BOOTSTRAP
=
${ORIGIN}/fundamental!INIFILESUFFIX!
UserInstallation
=
${SYSUSERCONFIG}/.oootesttool
[Misc]
...
...
scp2/source/testtool/file_testtool.scp
Dosyayı görüntüle @
82b5fcca
...
...
@@ -32,7 +32,7 @@ STD_LIB_FILE( gid_File_Lib_Simplecm, simplecm )
File gid_File_Bin_Testtool
BIN_FILE_BODY;
Dir = gid_Dir_Program;
Dir = gid_
Brand_
Dir_Program;
Styles = (PACKED);
#if defined WNT
Name = "testtool.exe";
...
...
@@ -43,7 +43,7 @@ End
File gid_File_Config_Testtool
BIN_FILE_BODY;
Dir = gid_Dir_Program;
Dir = gid_
Brand_
Dir_Program;
Styles = (PACKED);
#ifdef UNX
Name = "testtoolrc";
...
...
@@ -51,16 +51,3 @@ File gid_File_Config_Testtool
Name = "testtool.ini";
#endif
End
// On Mac OS X, testtool needs to find the Info.plist and needs to be located in
// the Content/MacOS directory; since the Mac OS X dmg contains all layers,
// anyway, this hack works for now:
#if defined MACOSX
Unixlink gid_Unixlink_Testtool
BIN_FILE_BODY;
Styles = ();
Name = "testtool";
Dir = gid_Brand_Dir_Program;
Target = "../basis-link/program/testtool";
End
#endif
scp2/source/testtool/module_testtool.scp
Dosyayı görüntüle @
82b5fcca
...
...
@@ -34,5 +34,4 @@ Module gid_Module_Optional_Testtool
ParentID = gid_Module_Optional;
Default = NO;
Files = (gid_File_Bin_Testtool, gid_File_Lib_Communi, gid_File_Lib_Simplecm, gid_File_Hid_Testtool, gid_File_Config_Testtool);
Unixlinks = (gid_Unixlink_Testtool);
End
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