[openoffice] branch trunk updated: Fixed typo

2019-08-25 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 8357280  Fixed typo
8357280 is described below

commit 8357280aa8068194cf19c6e145e423a050f4dd91
Author: mseidel 
AuthorDate: Sun Aug 25 17:57:16 2019 +0200

Fixed typo
---
 main/odk/examples/cpp/custompanel/Makefile | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/main/odk/examples/cpp/custompanel/Makefile 
b/main/odk/examples/cpp/custompanel/Makefile
index 5e1d285..22744fc 100644
--- a/main/odk/examples/cpp/custompanel/Makefile
+++ b/main/odk/examples/cpp/custompanel/Makefile
@@ -42,7 +42,6 @@ COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
 
 # Allow deploying the extension when running it
-
 OUT_COMP_DEPLOY=$(OUT_DEPLOY)/$(COMP_NAME)
 OUT_DEPLOY_DIR=$(subst /,$(PS),$(OUT_COMP_DEPLOY))
 OUT_DEPLOY_URL=$(URLPREFIX)$(OUT_COMP_DEPLOY)
@@ -72,7 +71,7 @@ $(OUT_COMP_SLO)/%.$(OBJ_EXT) : %.cxx $(SDKTYPEFLAG)
 
 #$(COMP_MAPFILE) : $(SLOFILES)
 #  -$(MKDIR) $(subst /,$(PS),$(@D))
-#  cat $(PRJ)/settings/component.uno.map > $(COMP_MAPFILE) 
+#  cat $(PRJ)/settings/component.uno.map > $(COMP_MAPFILE)
 #ifeq "$(OS)" "MACOSX"
 #  nm -gx $(SLOFILES) | $(ADDSYMBOLS) >> $(COMP_MAPFILE)
 #endif
@@ -92,7 +91,7 @@ $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
$(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $(SLOFILES) \
$(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) $(STC++LIB) 
$(CPPUHELPERDYLIB) $(CPPUDYLIB) $(SALDYLIB)
 ifeq "$(OS)" "MACOSX"
-   $(INSTALL_NAME_URELIBS)  $@
+   $(INSTALL_NAME_URELIBS) $@
 endif
 endif
 
@@ -102,7 +101,7 @@ $(OUT_COMP_GEN)/%/manifest.xml :
@echo $(OSEP)?xml version="$(QM)1.0$(QM)" 
encoding="$(QM)UTF-8$(QM)"?$(CSEP) > $@
@echo $(OSEP)!DOCTYPE manifest:manifest PUBLIC 
"$(QM)-//OpenOffice.org//DTD Manifest 1.0//EN$(QM)" 
"$(QM)Manifest.dtd$(QM)"$(CSEP) >> $@
@echo $(OSEP)manifest:manifest 
xmlns:manifest="$(QM)http://openoffice.org/2001/manifest$(QM)"$(CSEP) >> $@
-   @echo $(SQM)  $(SQM)$(OSEP)manifest:file-entry 
manifest:meda-type="$(QM)application/vnd.sun.star.configuration-data$(QM)" >> $@
+   @echo $(SQM)  $(SQM)$(OSEP)manifest:file-entry 
manifest:media-type="$(QM)application/vnd.sun.star.configuration-data$(QM)" >> 
$@
@echo $(SQM)   
$(SQM)manifest:full-path="$(QM)CalcWindowState.xcu$(QM)"/$(CSEP) >> $@
@echo $(SQM)  $(SQM)$(OSEP)manifest:file-entry 
manifest:media-type="$(QM)application/vnd.sun.star.configuration-data$(QM)" >> 
$@
@echo $(SQM)   
$(SQM)manifest:full-path="$(QM)DrawWindowState.xcu$(QM)"/$(CSEP) >> $@
@@ -134,7 +133,7 @@ $(COMP_PACKAGE) : $(SHAREDLIB_OUT)/$(COMP_IMPL_NAME) 
WriterWindowState.xcu CalcW
$(COPY) $(subst /,$(PS),$<) $(subst 
/,$(PS),$(OUT_COMP_GEN)/$(UNOPKG_PLATFORM))
cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) 
$(COMP_NAME).components
cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) 
$(UNOPKG_PLATFORM)/$(

[openoffice] branch AOO42X updated: Fixed typo

2019-08-25 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
 new bc3a3bf  Fixed typo
bc3a3bf is described below

commit bc3a3bfc8c774a7eb607fa8dce330f563797038e
Author: mseidel 
AuthorDate: Sun Aug 25 17:57:16 2019 +0200

Fixed typo

(cherry picked from commit 8357280aa8068194cf19c6e145e423a050f4dd91)
---
 main/odk/examples/cpp/custompanel/Makefile | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/main/odk/examples/cpp/custompanel/Makefile 
b/main/odk/examples/cpp/custompanel/Makefile
index 5e1d285..22744fc 100644
--- a/main/odk/examples/cpp/custompanel/Makefile
+++ b/main/odk/examples/cpp/custompanel/Makefile
@@ -42,7 +42,6 @@ COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
 
 # Allow deploying the extension when running it
-
 OUT_COMP_DEPLOY=$(OUT_DEPLOY)/$(COMP_NAME)
 OUT_DEPLOY_DIR=$(subst /,$(PS),$(OUT_COMP_DEPLOY))
 OUT_DEPLOY_URL=$(URLPREFIX)$(OUT_COMP_DEPLOY)
@@ -72,7 +71,7 @@ $(OUT_COMP_SLO)/%.$(OBJ_EXT) : %.cxx $(SDKTYPEFLAG)
 
 #$(COMP_MAPFILE) : $(SLOFILES)
 #  -$(MKDIR) $(subst /,$(PS),$(@D))
-#  cat $(PRJ)/settings/component.uno.map > $(COMP_MAPFILE) 
+#  cat $(PRJ)/settings/component.uno.map > $(COMP_MAPFILE)
 #ifeq "$(OS)" "MACOSX"
 #  nm -gx $(SLOFILES) | $(ADDSYMBOLS) >> $(COMP_MAPFILE)
 #endif
@@ -92,7 +91,7 @@ $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
$(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $(SLOFILES) \
$(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) $(STC++LIB) 
$(CPPUHELPERDYLIB) $(CPPUDYLIB) $(SALDYLIB)
 ifeq "$(OS)" "MACOSX"
-   $(INSTALL_NAME_URELIBS)  $@
+   $(INSTALL_NAME_URELIBS) $@
 endif
 endif
 
@@ -102,7 +101,7 @@ $(OUT_COMP_GEN)/%/manifest.xml :
@echo $(OSEP)?xml version="$(QM)1.0$(QM)" 
encoding="$(QM)UTF-8$(QM)"?$(CSEP) > $@
@echo $(OSEP)!DOCTYPE manifest:manifest PUBLIC 
"$(QM)-//OpenOffice.org//DTD Manifest 1.0//EN$(QM)" 
"$(QM)Manifest.dtd$(QM)"$(CSEP) >> $@
@echo $(OSEP)manifest:manifest 
xmlns:manifest="$(QM)http://openoffice.org/2001/manifest$(QM)"$(CSEP) >> $@
-   @echo $(SQM)  $(SQM)$(OSEP)manifest:file-entry 
manifest:meda-type="$(QM)application/vnd.sun.star.configuration-data$(QM)" >> $@
+   @echo $(SQM)  $(SQM)$(OSEP)manifest:file-entry 
manifest:media-type="$(QM)application/vnd.sun.star.configuration-data$(QM)" >> 
$@
@echo $(SQM)   
$(SQM)manifest:full-path="$(QM)CalcWindowState.xcu$(QM)"/$(CSEP) >> $@
@echo $(SQM)  $(SQM)$(OSEP)manifest:file-entry 
manifest:media-type="$(QM)application/vnd.sun.star.configuration-data$(QM)" >> 
$@
@echo $(SQM)   
$(SQM)manifest:full-path="$(QM)DrawWindowState.xcu$(QM)"/$(CSEP) >> $@
@@ -134,7 +133,7 @@ $(COMP_PACKAGE) : $(SHAREDLIB_OUT)/$(COMP_IMPL_NAME) 
WriterWindowState.xcu CalcW
$(COPY) $(subst /,$(PS),$<) $(subst 
/,$(PS),$(OUT_COMP_GEN)/$(UNOPKG_PLATFORM))
cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) 
$(COMP_NAME).components
cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) 
$(UNOPKG_PLATFORM)/$(

buildbot success in on aoo-win7

2019-08-25 Thread buildbot
The Buildbot has detected a restored build on builder aoo-win7 while building . 
Full details are available at:
https://ci.apache.org/builders/aoo-win7/builds/1570

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-win10

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot