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
4c3626af
Kaydet (Commit)
4c3626af
authored
Mar 18, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
scp2: move jfreereport to AutoInstall
Change-Id: I13bf9d1b75b3da1a8b6925f12eca938141fc9baf
üst
2bec9f49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
51 deletions
+1
-51
RepositoryExternal.mk
RepositoryExternal.mk
+1
-1
InstallModule_ooo.mk
scp2/InstallModule_ooo.mk
+0
-22
module_reportbuilder.scp
scp2/source/ooo/module_reportbuilder.scp
+0
-28
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
4c3626af
...
@@ -3257,7 +3257,7 @@ endef
...
@@ -3257,7 +3257,7 @@ endef
else # !SYSTEM_JFREEREPORT
else # !SYSTEM_JFREEREPORT
$(eval $(call gb_Helper_register_jars
,OOO
,\
$(eval $(call gb_Helper_register_jars
_for_install,OOO,reportbuilder
,\
flow-engine \
flow-engine \
flute-1.1.6 \
flute-1.1.6 \
libbase-1.1.6 \
libbase-1.1.6 \
...
...
scp2/InstallModule_ooo.mk
Dosyayı görüntüle @
4c3626af
...
@@ -7,12 +7,6 @@
...
@@ -7,12 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
ifeq ($(ENABLE_REPORTBUILDER),TRUE)
ifeq ($(SYSTEM_JFREEREPORT),)
include $(SRCDIR)/external/jfreereport/version.mk
endif
endif
$(eval $(call gb_InstallModule_InstallModule,scp2/ooo))
$(eval $(call gb_InstallModule_InstallModule,scp2/ooo))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\
...
@@ -40,7 +34,6 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
...
@@ -40,7 +34,6 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
SYSTEM_HUNSPELL \
SYSTEM_HUNSPELL \
SYSTEM_HYPH \
SYSTEM_HYPH \
SYSTEM_ICU \
SYSTEM_ICU \
SYSTEM_JFREEREPORT \
SYSTEM_JPEG \
SYSTEM_JPEG \
SYSTEM_LCMS2 \
SYSTEM_LCMS2 \
SYSTEM_LIBEXTTEXTCAT \
SYSTEM_LIBEXTTEXTCAT \
...
@@ -105,21 +98,6 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
...
@@ -105,21 +98,6 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
-DICU_MAJOR=$(ICU_MAJOR) \
-DICU_MAJOR=$(ICU_MAJOR) \
))
))
ifeq ($(SYSTEM_JFREEREPORT),)
$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
-DFLUTE_VERSION=$(FLUTE_VERSION) \
-DLIBBASE_VERSION=$(LIBBASE_VERSION) \
-DLIBFONTS_VERSION=$(LIBFONTS_VERSION) \
-DLIBFORMULA_VERSION=$(LIBFORMULA_VERSION) \
-DLIBLOADER_VERSION=$(LIBLOADER_VERSION) \
-DLIBREPOSITORY_VERSION=$(LIBREPOSITORY_VERSION) \
-DLIBSERIALIZER_VERSION=$(LIBSERIALIZER_VERSION) \
-DLIBXML_VERSION=$(LIBXML_VERSION) \
))
endif
$(eval $(call gb_InstallModule_add_templates,scp2/ooo,\
$(eval $(call gb_InstallModule_add_templates,scp2/ooo,\
scp2/source/templates/module_helppack \
scp2/source/templates/module_helppack \
scp2/source/templates/module_helppack_root \
scp2/source/templates/module_helppack_root \
...
...
scp2/source/ooo/module_reportbuilder.scp
Dosyayı görüntüle @
4c3626af
...
@@ -20,19 +20,6 @@ Module gid_Module_Reportbuilder
...
@@ -20,19 +20,6 @@ Module gid_Module_Reportbuilder
Default = YES;
Default = YES;
Dirs = (gid_Dir_Share_Reportbuilder);
Dirs = (gid_Dir_Share_Reportbuilder);
Files = (auto_reportbuilder_ALL,
Files = (auto_reportbuilder_ALL,
#if ! defined SYSTEM_JFREEREPORT
gid_File_Jar_FlowEngine,
gid_File_Jar_Flute,
gid_File_Jar_Libbase,
gid_File_Jar_Libfonts,
gid_File_Jar_Libformula,
gid_File_Jar_Liblayout,
gid_File_Jar_Libloader,
gid_File_Jar_Librepository,
gid_File_Jar_Libserializer,
gid_File_Jar_Libxml,
gid_File_Jar_Sac,
#endif
gid_File_Lib_Rpt,
gid_File_Lib_Rpt,
gid_File_Lib_Rptui,
gid_File_Lib_Rptui,
gid_File_Lib_Rptxml,
gid_File_Lib_Rptxml,
...
@@ -50,21 +37,6 @@ End
...
@@ -50,21 +37,6 @@ End
STD_JAR_FILE( gid_File_Jar_Reportbuilder, reportbuilder )
STD_JAR_FILE( gid_File_Jar_Reportbuilder, reportbuilder )
STD_JAR_FILE( gid_File_Jar_Reportbuilderwizard, reportbuilderwizard )
STD_JAR_FILE( gid_File_Jar_Reportbuilderwizard, reportbuilderwizard )
/* Not sure, if can we use CONCAT3 in that context here? */
#ifndef SYSTEM_JFREEREPORT
STD_JAR_FILE( gid_File_Jar_FlowEngine, flow-engine )
STD_JAR_FILE( gid_File_Jar_Flute, CONCAT3(flute,-,FLUTE_VERSION) )
STD_JAR_FILE( gid_File_Jar_Libbase, CONCAT3(libbase,-,LIBBASE_VERSION) )
STD_JAR_FILE( gid_File_Jar_Libfonts, CONCAT3(libfonts,-,LIBFONTS_VERSION) )
STD_JAR_FILE( gid_File_Jar_Libformula, CONCAT3(libformula,-,LIBFORMULA_VERSION) )
STD_JAR_FILE( gid_File_Jar_Liblayout, liblayout )
STD_JAR_FILE( gid_File_Jar_Libloader, CONCAT3(libloader,-,LIBLOADER_VERSION) )
STD_JAR_FILE( gid_File_Jar_Librepository, CONCAT3(librepository,-,LIBREPOSITORY_VERSION) )
STD_JAR_FILE( gid_File_Jar_Libserializer, CONCAT3(libserializer,-,LIBSERIALIZER_VERSION) )
STD_JAR_FILE( gid_File_Jar_Libxml, CONCAT3(libxml,-,LIBXML_VERSION) )
STD_JAR_FILE( gid_File_Jar_Sac, sac )
#endif
File gid_File_Xcd_Reportbuilder
File gid_File_Xcd_Reportbuilder
TXT_FILE_BODY;
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Registry;
Dir = gid_Brand_Dir_Share_Registry;
...
...
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