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
5dce2725
Kaydet (Commit)
5dce2725
authored
Nis 11, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move dependency on localedata_en to i18npool
üst
62640a84
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
21 additions
and
77 deletions
+21
-77
CppunitTest_dbaccess_macros_test.mk
dbaccess/CppunitTest_dbaccess_macros_test.mk
+1
-4
Library_i18npool.mk
i18npool/Library_i18npool.mk
+9
-0
CppunitTest_sc_cellrangeobj.mk
sc/CppunitTest_sc_cellrangeobj.mk
+1
-4
CppunitTest_sc_chart_regression_test.mk
sc/CppunitTest_sc_chart_regression_test.mk
+1
-4
CppunitTest_sc_databaserangeobj.mk
sc/CppunitTest_sc_databaserangeobj.mk
+1
-4
CppunitTest_sc_datapilotfieldobj.mk
sc/CppunitTest_sc_datapilotfieldobj.mk
+1
-4
CppunitTest_sc_datapilottableobj.mk
sc/CppunitTest_sc_datapilottableobj.mk
+1
-4
CppunitTest_sc_filters_test.mk
sc/CppunitTest_sc_filters_test.mk
+1
-4
CppunitTest_sc_macros_test.mk
sc/CppunitTest_sc_macros_test.mk
+1
-4
CppunitTest_sc_namedrangeobj.mk
sc/CppunitTest_sc_namedrangeobj.mk
+1
-4
CppunitTest_sc_namedrangesobj.mk
sc/CppunitTest_sc_namedrangesobj.mk
+1
-4
CppunitTest_sc_subsequent_filters_test.mk
sc/CppunitTest_sc_subsequent_filters_test.mk
+1
-4
CppunitTest_sc_tableautoformatfield.mk
sc/CppunitTest_sc_tableautoformatfield.mk
+1
-4
CppunitTest_sc_ucalc.mk
sc/CppunitTest_sc_ucalc.mk
+0
-2
CppunitTest_sw_filters_test.mk
sw/CppunitTest_sw_filters_test.mk
+0
-5
CppunitTest_sw_layout_test.mk
sw/CppunitTest_sw_layout_test.mk
+0
-7
CppunitTest_sw_macros_test.mk
sw/CppunitTest_sw_macros_test.mk
+0
-7
CppunitTest_sw_regression_test.mk
sw/CppunitTest_sw_regression_test.mk
+0
-7
CppunitTest_sw_swdoc_test.mk
sw/CppunitTest_sw_swdoc_test.mk
+0
-1
No files found.
dbaccess/CppunitTest_dbaccess_macros_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,dbaccess_macros_test,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,dbaccess_macros_test,\
))
))
# we need to
# we need to
# a) explicitly depend on library msword because it is not implied by a link
# - explicitly depend on the dbaccess resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,dbaccess_macros_test) : \
$(call gb_CppunitTest_get_target,dbaccess_macros_test) : \
$(WORKDIR)/AllLangRes/dbaccess \
$(WORKDIR)/AllLangRes/dbaccess \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
i18npool/Library_i18npool.mk
Dosyayı görüntüle @
5dce2725
...
@@ -148,4 +148,13 @@ $(eval $(call gb_Library_add_generated_cobjects,i18npool,\
...
@@ -148,4 +148,13 @@ $(eval $(call gb_Library_add_generated_cobjects,i18npool,\
CustomTarget/i18npool/breakiterator/$(notdir $(basename $(txt)))_brk) \
CustomTarget/i18npool/breakiterator/$(notdir $(basename $(txt)))_brk) \
))
))
# i18npool dlopens localedata_* libraries.
# This is runtime dependency to prevent tests
# to be run sooner then localedata_* exists.
$(call gb_Library_get_target,i18npool) : \
$(call gb_Library_get_target,localedata_en) \
$(call gb_Library_get_target,localedata_es) \
$(call gb_Library_get_target,localedata_euro) \
$(call gb_Library_get_target,localedata_others) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_cellrangeobj.mk
Dosyayı görüntüle @
5dce2725
...
@@ -128,11 +128,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_cellrangesbase,\
...
@@ -128,11 +128,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_cellrangesbase,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_cellrangesbase) : \
$(call gb_CppunitTest_get_target,sc_cellrangesbase) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_chart_regression_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -135,11 +135,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_chart_regression_test,\
...
@@ -135,11 +135,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_chart_regression_test,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_chart_regression_test) : \
$(call gb_CppunitTest_get_target,sc_chart_regression_test) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_databaserangeobj.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_databaserangeobj,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_databaserangeobj,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_databaserangeobj) : \
$(call gb_CppunitTest_get_target,sc_databaserangeobj) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_datapilotfieldobj.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_datapilotfieldobj,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_datapilotfieldobj,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_datapilotfieldobj) : \
$(call gb_CppunitTest_get_target,sc_datapilotfieldobj) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_datapilottableobj.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_datapilottableobj,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_datapilottableobj,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_datapilottableobj) : \
$(call gb_CppunitTest_get_target,sc_datapilottableobj) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_filters_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -123,11 +123,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
...
@@ -123,11 +123,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_filters_test))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_filters_test) : \
$(call gb_CppunitTest_get_target,sc_filters_test) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_macros_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -124,11 +124,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_macros_test,\
...
@@ -124,11 +124,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_macros_test,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_macros_test) : \
$(call gb_CppunitTest_get_target,sc_macros_test) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_namedrangeobj.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_namedrangeobj,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_namedrangeobj,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_namedrangeobj) : \
$(call gb_CppunitTest_get_target,sc_namedrangeobj) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_namedrangesobj.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_namedrangesobj,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_namedrangesobj,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_namedrangesobj) : \
$(call gb_CppunitTest_get_target,sc_namedrangesobj) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_subsequent_filters_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -136,11 +136,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_filters_test))
...
@@ -136,11 +136,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_subsequent_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_subsequent_filters_test))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_subsequent_filters_test) : \
$(call gb_CppunitTest_get_target,sc_subsequent_filters_test) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_tableautoformatfield.mk
Dosyayı görüntüle @
5dce2725
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_tableautoformatfield,\
...
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_tableautoformatfield,\
))
))
# we need to
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# - explicitly depend on the sc resource files needed at unit-test runtime
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_tableautoformatfield) : \
$(call gb_CppunitTest_get_target,sc_tableautoformatfield) : \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sc/CppunitTest_sc_ucalc.mk
Dosyayı görüntüle @
5dce2725
...
@@ -40,8 +40,6 @@ $(call gb_CxxObject_get_target,sc/qa/unit/ucalc): \
...
@@ -40,8 +40,6 @@ $(call gb_CxxObject_get_target,sc/qa/unit/ucalc): \
$(WORKDIR)/AllLangRes/forui \
$(WORKDIR)/AllLangRes/forui \
$(WORKDIR)/AllLangRes/frm \
$(WORKDIR)/AllLangRes/frm \
$(WORKDIR)/AllLangRes/sc \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
$(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
$(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
avmedia \
avmedia \
...
...
sw/CppunitTest_sw_filters_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -95,9 +95,4 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
...
@@ -95,9 +95,4 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
$(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
$(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
# we need to explicitly depend on library localedata_en because it is not implied
# by a link relation
$(call gb_CppunitTest_get_target,sw_filters_test) : \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sw/CppunitTest_sw_layout_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -123,11 +123,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_layout_test,\
...
@@ -123,11 +123,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_layout_test,\
$(OUTDIR)/unittest/registry \
$(OUTDIR)/unittest/registry \
))
))
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# relation
# b) explicitly depend on the sw resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sw_layout_test) : \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sw/CppunitTest_sw_macros_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -125,11 +125,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_macros_test,\
...
@@ -125,11 +125,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_macros_test,\
$(OUTDIR)/unittest/registry \
$(OUTDIR)/unittest/registry \
))
))
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# relation
# b) explicitly depend on the sw resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sw_macros_test) : \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sw/CppunitTest_sw_regression_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -125,11 +125,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_regression_test,\
...
@@ -125,11 +125,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_regression_test,\
$(OUTDIR)/unittest/registry \
$(OUTDIR)/unittest/registry \
))
))
# we need to
# a) explicitly depend on library localedata_en because it is not implied by a link
# relation
# b) explicitly depend on the sw resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sw_regression_test) : \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sw/CppunitTest_sw_swdoc_test.mk
Dosyayı görüntüle @
5dce2725
...
@@ -106,6 +106,5 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_swdoc_test))
...
@@ -106,6 +106,5 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_swdoc_test))
$(call gb_CppunitTest_get_target,sw_swdoc_test) : \
$(call gb_CppunitTest_get_target,sw_swdoc_test) : \
$(WORKDIR)/AllLangRes/sw \
$(WORKDIR)/AllLangRes/sw \
$(call gb_AllLangResTarget_get_target,sw) \
$(call gb_AllLangResTarget_get_target,sw) \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
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