Kaydet (Commit) 491e5b13 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba31a (1.18.20); FILE MERGED

2008/07/30 12:08:25 fs 1.18.20.4: RESYNC: (1.19-1.20); FILE MERGED
2008/07/18 07:46:30 lla 1.18.20.3: #i90874# lost reportbuilderwizard.jar already fixed in i91666
2008/07/02 09:19:46 oj 1.18.20.2: RESYNC: (1.18-1.19); FILE MERGED
2008/07/01 07:02:17 oj 1.18.20.1: #i77916# impl zoom and move config data into ext
üst b4d8ae00
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.20 $ # $Revision: 1.21 $
# #
# This file is part of OpenOffice.org. # This file is part of OpenOffice.org.
# #
...@@ -206,9 +206,20 @@ XMLFILES = $(EXTENSIONDIR)$/description.xml \ ...@@ -206,9 +206,20 @@ XMLFILES = $(EXTENSIONDIR)$/description.xml \
$(EXTENSIONDIR)$/META-INF$/manifest.xml $(EXTENSIONDIR)$/META-INF$/manifest.xml
COMPONENT_MERGED_XCU= \ COMPONENT_MERGED_XCU= \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Setup.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess.xcu \ $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu \ $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ExtendedColorScheme.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Embedding.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Filter.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Types.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/ReportCommands.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/Controller.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/DbReportWindowState.xcu \
$(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/UI$/DbReportWindowState.xcs \
$(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/UI$/ReportCommands.xcs \
$(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/ReportDesign.xcs
COMPONENT_OTR_FILES= \ COMPONENT_OTR_FILES= \
$(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr $(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr
...@@ -268,12 +279,12 @@ $(EXTENSIONDIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.% ...@@ -268,12 +279,12 @@ $(EXTENSIONDIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.%
$(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html : $(PRJ)$/license$/THIRDPARTYREADMELICENSE.html $(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html : $(PRJ)$/license$/THIRDPARTYREADMELICENSE.html
@@-$(MKDIRHIER) $(@:d) @@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@ $(COPY) $< $@
$(COMPONENT_HELP) : $$(@:f) $(COMPONENT_HELP) : $$(@:f)
@@-$(MKDIRHIER) $(@:d) @@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@ $(COPY) $< $@
.ELSE # "$(SOLAR_JAVA)"!="" .ELSE # "$(SOLAR_JAVA)"!=""
.INCLUDE : target.mk .INCLUDE : target.mk
.ENDIF # "$(SOLAR_JAVA)"!="" .ENDIF # "$(SOLAR_JAVA)"!=""
# #
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment