svn commit: r1028131 - in /websites/production/ooo-site: cgi-bin/ content/

2018-04-09 Thread mseidel
Author: mseidel
Date: Mon Apr  9 17:17:37 2018
New Revision: 1028131

Log:
Publishing svnmucc operation to ooo-site site by mseidel

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1028130, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1028130, websites/staging/ooo-site/trunk/content/



svn commit: r1828757 - in /openoffice/trunk/main: ./ odk/pack/gendocu/ ridljar/ ridljar/com/ ridljar/java/ ridljar/java/ridl/ ridljar/java/ridl/src/ ridljar/java/ridl/src/main/ ridljar/java/ridl/src/m

2018-04-09 Thread damjan
Author: damjan
Date: Mon Apr  9 17:07:08 2018
New Revision: 1828757

URL: http://svn.apache.org/viewvc?rev=1828757=rev
Log:
Port main/ridljar to gbuild / Ant.

Generalize the Ant build a bit, to make using javamaker
more flexible, and allow arbitrary "pre-compile" actions
to be plugged in.

Patch by: me


Added:
openoffice/trunk/main/ridljar/Ant_ridl.mk
openoffice/trunk/main/ridljar/Ant_unoloader.mk
openoffice/trunk/main/ridljar/Makefile   (with props)
openoffice/trunk/main/ridljar/Module_ridljar.mk
openoffice/trunk/main/ridljar/Zip_ridl_src.mk
openoffice/trunk/main/ridljar/Zip_unoloader_src.mk
openoffice/trunk/main/ridljar/java/
openoffice/trunk/main/ridljar/java/ridl/
openoffice/trunk/main/ridljar/java/ridl/build.xml   (with props)
openoffice/trunk/main/ridljar/java/ridl/src/
openoffice/trunk/main/ridljar/java/ridl/src/main/
openoffice/trunk/main/ridljar/java/ridl/src/main/java/
openoffice/trunk/main/ridljar/java/ridl/src/main/java/com/
  - copied from r1828756, openoffice/trunk/main/ridljar/com/
openoffice/trunk/main/ridljar/java/unoloader/
openoffice/trunk/main/ridljar/java/unoloader/build.xml   (with props)
openoffice/trunk/main/ridljar/java/unoloader/src/
openoffice/trunk/main/ridljar/java/unoloader/src/main/
openoffice/trunk/main/ridljar/java/unoloader/src/main/java/
openoffice/trunk/main/ridljar/java/unoloader/src/main/java/com/
  - copied from r1828756, 
openoffice/trunk/main/ridljar/source/unoloader/com/
openoffice/trunk/main/ridljar/prj/makefile.mk
Removed:
openoffice/trunk/main/ridljar/com/
openoffice/trunk/main/ridljar/source/
openoffice/trunk/main/ridljar/util/
Modified:
openoffice/trunk/main/Module_ooo.mk
openoffice/trunk/main/odk/pack/gendocu/makefile.mk
openoffice/trunk/main/ridljar/prj/build.lst
openoffice/trunk/main/ridljar/prj/d.lst
openoffice/trunk/main/solenv/ant/aoo-ant.xml
openoffice/trunk/main/solenv/ant/idl.xml

Modified: openoffice/trunk/main/Module_ooo.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1828757=1828756=1828757=diff
==
--- openoffice/trunk/main/Module_ooo.mk (original)
+++ openoffice/trunk/main/Module_ooo.mk Mon Apr  9 17:07:08 2018
@@ -68,6 +68,7 @@ $(eval $(call gb_Module_add_moduledirs,o
registry \
remotebridges \
reportdesign \
+   ridljar \
sane \
sax \
sc \

Modified: openoffice/trunk/main/odk/pack/gendocu/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/pack/gendocu/makefile.mk?rev=1828757=1828756=1828757=diff
==
--- openoffice/trunk/main/odk/pack/gendocu/makefile.mk (original)
+++ openoffice/trunk/main/odk/pack/gendocu/makefile.mk Mon Apr  9 17:07:08 2018
@@ -99,7 +99,7 @@ $(CPP_DOCU_INDEX_FILE) : $(CPP_DOCU_CLEA
-rm $(@:d:d)$/cpp.css
$(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)$/docs$/cpp$/ref$/cpp.css 
$(MY_TEXTCOPY_TARGETPRE) $(@:d:d)$/cpp.css
 
-$(JAVA_SRC_FILES) : $(SOLARCOMMONPCKDIR)$/jurt_src.zip 
$(SOLARCOMMONBINDIR)$/ridl_src.zip $(SOLARCOMMONBINDIR)$/unoloader_src.zip 
$(SOLARCOMMONPCKDIR)$/juh_src.zip
+$(JAVA_SRC_FILES) : $(SOLARCOMMONPCKDIR)$/jurt_src.zip 
$(SOLARCOMMONPCKDIR)$/ridl_src.zip $(SOLARCOMMONPCKDIR)$/unoloader_src.zip 
$(SOLARCOMMONPCKDIR)$/juh_src.zip
-$(MKDIRHIER) $(@:d)
$(MY_COPY) $^ $(JAVA_SRC_DIR)
cd $(JAVA_SRC_DIR) && unzip -qu jurt_src.zip && unzip -qu ridl_src.zip 
&& unzip -qu unoloader_src.zip && unzip -qu juh_src.zip

Added: openoffice/trunk/main/ridljar/Ant_ridl.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ridljar/Ant_ridl.mk?rev=1828757=auto
==
--- openoffice/trunk/main/ridljar/Ant_ridl.mk (added)
+++ openoffice/trunk/main/ridljar/Ant_ridl.mk Mon Apr  9 17:07:08 2018
@@ -0,0 +1,27 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  

svn commit: r1828755 - in /openoffice/ooo-site/trunk/content: images/apachecon_na_2018.png msg_prop_l10n.js

2018-04-09 Thread mseidel
Author: mseidel
Date: Mon Apr  9 17:03:52 2018
New Revision: 1828755

URL: http://svn.apache.org/viewvc?rev=1828755=rev
Log:
Updated graphic for ApacheCon

Modified:
openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png
openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Modified: openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png?rev=1828755=1828754=1828755=diff
==
Binary files - no diff available.

Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1828755=1828754=1828755=diff
==
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Mon Apr  9 17:03:52 2018
@@ -24,17 +24,17 @@ l10n.index_event_box_graphic_alt= "Apa
// Make 
the graphic clickable with a link.
 l10n.index_event_box_graphic_href  = "https://apachecon.com/;;
// The 
height in pixel of the graphic. Leave empty to use the height of the original 
graphic.
-l10n.index_event_box_graphic_height= "116";
+l10n.index_event_box_graphic_height= "118";
// The 
width in pixel of the graphic. Leave empty to use the width of the original 
graphic.
-l10n.index_event_box_graphic_width = "252";
+l10n.index_event_box_graphic_width = "254";
// 
Mouse over text for the graphic.
 l10n.index_event_box_graphic_title = "";
// Make 
the whole box clickable with a link.
 l10n.index_event_box_text_href = "https://apachecon.com/;;
// 
Maximum 630 characters.
-l10n.index_event_box_text_text = "ApacheCon North 
AmericaMontréal, Canada, September 24-27, 2018@TheASF is 
350+ projects strong and growing. Come learn about all of them at 
@ApacheCon. Click here for details and registration ...";
+l10n.index_event_box_text_text = "ApacheCon North 
AmericaMontréal, Canada - September 24-27, 2018@TheASF 
is 350+ projects strong and growing. Come learn about all of them at 
@ApacheCon. Click here for details and registration ...";
// 
Mouse over text for the text.
-l10n.index_event_box_text_title= "ApacheCon North 
America - Montréal, Canada, September 24-27, 2018";
+l10n.index_event_box_text_title= "ApacheCon North 
America - Montréal, Canada - September 24-27, 2018";
 
 // Text and link to show inside the alert box.
// 
"true" = Show the box, "false" = Do not show.




svn commit: r1028126 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/images/apachecon_na_2018.png content/msg_prop_l10n.js

2018-04-09 Thread buildbot
Author: buildbot
Date: Mon Apr  9 17:06:00 2018
New Revision: 1028126

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/images/apachecon_na_2018.png
websites/staging/ooo-site/trunk/content/msg_prop_l10n.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr  9 17:06:00 2018
@@ -1 +1 @@
-1828561
+1828755

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr  9 17:06:00 2018
@@ -1 +1 @@
-1828561
+1828755

Modified: websites/staging/ooo-site/trunk/content/images/apachecon_na_2018.png
==
Binary files - no diff available.

Modified: websites/staging/ooo-site/trunk/content/msg_prop_l10n.js
==
--- websites/staging/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ websites/staging/ooo-site/trunk/content/msg_prop_l10n.js Mon Apr  9 
17:06:00 2018
@@ -24,17 +24,17 @@ l10n.index_event_box_graphic_alt= "Apa
// Make 
the graphic clickable with a link.
 l10n.index_event_box_graphic_href  = "https://apachecon.com/;;
// The 
height in pixel of the graphic. Leave empty to use the height of the original 
graphic.
-l10n.index_event_box_graphic_height= "116";
+l10n.index_event_box_graphic_height= "118";
// The 
width in pixel of the graphic. Leave empty to use the width of the original 
graphic.
-l10n.index_event_box_graphic_width = "252";
+l10n.index_event_box_graphic_width = "254";
// 
Mouse over text for the graphic.
 l10n.index_event_box_graphic_title = "";
// Make 
the whole box clickable with a link.
 l10n.index_event_box_text_href = "https://apachecon.com/;;
// 
Maximum 630 characters.
-l10n.index_event_box_text_text = "ApacheCon North 
AmericaMontréal, Canada, September 24-27, 2018@TheASF is 
350+ projects strong and growing. Come learn about all of them at 
@ApacheCon. Click here for details and registration ...";
+l10n.index_event_box_text_text = "ApacheCon North 
AmericaMontréal, Canada - September 24-27, 2018@TheASF 
is 350+ projects strong and growing. Come learn about all of them at 
@ApacheCon. Click here for details and registration ...";
// 
Mouse over text for the text.
-l10n.index_event_box_text_title= "ApacheCon North 
America - Montréal, Canada, September 24-27, 2018";
+l10n.index_event_box_text_title= "ApacheCon North 
America - Montréal, Canada - September 24-27, 2018";
 
 // Text and link to show inside the alert box.
// 
"true" = Show the box, "false" = Do not show.




svn commit: r1028130 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/images/apachecon_na_2018.png

2018-04-09 Thread buildbot
Author: buildbot
Date: Mon Apr  9 17:16:13 2018
New Revision: 1028130

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/images/apachecon_na_2018.png

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr  9 17:16:13 2018
@@ -1 +1 @@
-1828755
+1828759

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr  9 17:16:13 2018
@@ -1 +1 @@
-1828755
+1828759

Modified: websites/staging/ooo-site/trunk/content/images/apachecon_na_2018.png
==
Binary files - no diff available.




svn commit: r1828759 - /openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png

2018-04-09 Thread mseidel
Author: mseidel
Date: Mon Apr  9 17:15:31 2018
New Revision: 1828759

URL: http://svn.apache.org/viewvc?rev=1828759=rev
Log:
Forgot transparency

Modified:
openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png

Modified: openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/images/apachecon_na_2018.png?rev=1828759=1828758=1828759=diff
==
Binary files - no diff available.




buildbot success in on aoo-win7

2018-04-09 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/1064

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

Buildslave for this Build: bb-win10

Build Reason: forced: by IRC user  (privmsg): None
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot