svn commit: r1783485 - in /openoffice/trunk/main/odk/examples/DevelopersGuide: GUI/oologo.gif examples.html

2017-02-17 Thread mseidel
Author: mseidel
Date: Sat Feb 18 00:31:33 2017
New Revision: 1783485

URL: http://svn.apache.org/viewvc?rev=1783485=rev
Log:
Rebranding in HTML SDK documentation (OpenOffice.org->Apache OpenOffice

Modified:
openoffice/trunk/main/odk/examples/DevelopersGuide/GUI/oologo.gif
openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html

Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/GUI/oologo.gif
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/GUI/oologo.gif?rev=1783485=1783484=1783485=diff
==
Binary files - no diff available.

Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html?rev=1783485=1783484=1783485=diff
==
--- openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html (original)
+++ openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html Sat Feb 18 
00:31:33 2017
@@ -157,7 +157,7 @@ Presentation Documents
   
   OpenOffice.org 
%PRODUCT_RELEASE% Basic and
+ title="link to the Basic And Dialogs examples">OpenOffice %PRODUCT_RELEASE% 
Basic and
 Dialogs
 
 
@@ -230,7 +230,7 @@ Content Broker (UCB)
 
   
 
-  FirstSteps
+  First 
Steps
 examples

  href="./FirstSteps/FirstUnoContact.java"
  title="link to FirstSteps/FirstUnoContact.java">FirstUnoContact
   Shows how to initialize UNO and
-get a remote office service manager from a running OpenOffice.org 
%PRODUCT_RELEASE% in a
+get a remote office service manager from a running Apache OpenOffice 
%PRODUCT_RELEASE% in a
 different process space.
 
 
@@ -265,7 +265,7 @@ different process space.
  href="./FirstSteps/FirstLoadComponent.java"
  title="link to FirstSteps/FirstLoadComponent.java">FirstLoadComponent
   Demonstrates how to load a
-component into OpenOffice.org %PRODUCT_RELEASE% by a Java application.
+component into Apache OpenOffice %PRODUCT_RELEASE% by a Java application.
 
 
   
  href="./ProfUNO/InterprocessConn/ConnectionAwareClient.java"
  title="link to 
ProfUNO/InterprocessConn/ConnectionAwareClient/.java">ConnectionAwareClient
   Implements a client which is aware
-of losing connection to OpenOffice.org %PRODUCT_RELEASE%.
+of losing connection to Apache OpenOffice %PRODUCT_RELEASE%.
 
 
UrlResolver
-  Builds a connection to
-OpenOffice.org %PRODUCT_RELEASE% using the URL given on the command line. This 
example
+  Builds a connection to Apache
+OpenOffice %PRODUCT_RELEASE% using the URL given on the command line. This 
example
 shows the usage of XUnoUrlResolver.
@@ -386,8 +386,8 @@ shows the usage of  office_connect.cxx
-  Builds a connection to
-OpenOffice.org %PRODUCT_RELEASE% using C++.
+  Builds a connection to Apache
+OpenOffice %PRODUCT_RELEASE% using C++.
 
 
   DialogComponent.java
   Implements a component accessing a dialog 
created
-  with the OpenOffice.org %PRODUCT_RELEASE% Basic IDE. The 
component provides methods that
-  can be bound to dialog respectively control events   .
+  with the Apache OpenOffice %PRODUCT_RELEASE% Basic IDE. The 
component provides methods that
+  can be bound to dialog respectively control events.
 
 
   
   This is the main part of a demo
 application based on the framework APIs. It mainly shows the mechanisms
 to load, store and convert documents, as well as dispatch and dispatch
-interception. It integrates windows from OpenOffice.org %PRODUCT_RELEASE% via 
system
+interception. It integrates windows from Apache OpenOffice %PRODUCT_RELEASE% 
via system
 window handle. This is the same mechanism as used by the OOoBean, but
 the OOoBean itself is not used here, just the JNI window handle access.
 
@@ -980,8 +980,8 @@ and it's actions.
   FunctionHelper
-  This helper comprises all
-OpenOffice.org %PRODUCT_RELEASE% API calls. Thus it is possible to learn about 
these
+  This helper comprises all Apache
+OpenOffice %PRODUCT_RELEASE% API calls. Thus it is possible to learn about 
these
 aspects separately from the rest of the application example.
 
 
@@ -996,7 +996,7 @@ asynchronous events from UNO oneway call
  href="./OfficeDev/DesktopEnvironment/IShutdownListener.java"
  

svn commit: r1783451 - in /openoffice/trunk/main/odk: docs/images/bluball.gif docs/images/odk-footer-logo.gif docs/sdk_styles.css examples/DevelopersGuide/examples.html pack/copying/makefile.mk util/c

2017-02-17 Thread mseidel
Author: mseidel
Date: Fri Feb 17 19:03:17 2017
New Revision: 1783451

URL: http://svn.apache.org/viewvc?rev=1783451=rev
Log:
Changed %PRODUCT_RELEASE% for SDK from 4.2.0 to 4.2, removed unused graphics, 
fixed typos, changed makefiles

Removed:
openoffice/trunk/main/odk/docs/images/bluball.gif
openoffice/trunk/main/odk/docs/images/odk-footer-logo.gif
Modified:
openoffice/trunk/main/odk/docs/sdk_styles.css
openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
openoffice/trunk/main/odk/pack/copying/makefile.mk
openoffice/trunk/main/odk/util/check.pl
openoffice/trunk/main/odk/util/makefile.pmk

Modified: openoffice/trunk/main/odk/docs/sdk_styles.css
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/sdk_styles.css?rev=1783451=1783450=1783451=diff
==
--- openoffice/trunk/main/odk/docs/sdk_styles.css (original)
+++ openoffice/trunk/main/odk/docs/sdk_styles.css Fri Feb 17 19:03:17 2017
@@ -19,10 +19,9 @@
  * 
  */
 
-a { text-decoration: none; }
-a:link { color: #107EC0; }
-a:visited { color: #638093; }
-a:active { color: #4dadea; }
+a:link { color: #107EC0; text-decoration: none; }
+a:visited { color: #638093; text-decoration: none; }
+a:hover { color: #107EC0; text-decoration: underline; }
 
 .sdkbody { background-color: #FF;
   color: #33;

Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html?rev=1783451=1783450=1783451=diff
==
--- openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html (original)
+++ openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html Fri Feb 17 
19:03:17 2017
@@ -82,7 +82,7 @@ comes with a wide range of examples from
 shows the use of the API in the context of the different functional
 areas. Furthermore the examples can be used as a first starting point
 to modify an existing example to their own needs.
-  Some fo the examples need a running office
+  Some of the examples need a running office
 instance listening on a port. If this is necessary you will get further
 information in the makefiles.
   All examples marked with a 
   
 
   Professional UNO examples1
+ name="ProfessionalUNO">Professional UNO examples
 http://svn.apache.org/viewvc/openoffice/trunk/main/odk/pack/copying/makefile.mk?rev=1783451=1783450=1783451=diff
==
--- openoffice/trunk/main/odk/pack/copying/makefile.mk (original)
+++ openoffice/trunk/main/odk/pack/copying/makefile.mk Fri Feb 17 19:03:17 2017
@@ -128,9 +128,9 @@ DOCUFILES= \
$(DESTDIRGENIDLREF)/idl.css \
$(DESTDIRDOCUIMAGES)/nada.gif \
$(DESTDIRDOCUIMAGES)/arrow-2.gif \
-   $(DESTDIRDOCUIMAGES)/bluball.gif \
+   $(DESTDIRDOCUIMAGES)/blueball.png \
$(DESTDIRDOCUIMAGES)/ooo-main-app_32.png \
-   $(DESTDIRDOCUIMAGES)/odk-footer-logo.gif \
+   $(DESTDIRDOCUIMAGES)/sdk-footer-logo.png \
$(DESTDIRDOCUIMAGES)/arrow-1.gif \
$(DESTDIRDOCUIMAGES)/arrow-3.gif \
$(DESTDIRDOCUIMAGES)/bg_table.png \

Modified: openoffice/trunk/main/odk/util/check.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/util/check.pl?rev=1783451=1783450=1783451=diff
==
--- openoffice/trunk/main/odk/util/check.pl (original)
+++ openoffice/trunk/main/odk/util/check.pl Fri Feb 17 19:03:17 2017
@@ -80,7 +80,7 @@ if (-d "$StartDir") {
my @filelist = ( "install.html",
 "notsupported.html","sdk_styles.css","tools.html",
 "images/arrow-1.gif", "images/arrow-3.gif",
-"images/odk-footer-logo.gif", 
+"images/sdk-footer-logo.png", 
 "images/bg_table.png","images/bg_table2.png",
 "images/bg_table3.png", "images/nav_down.png",
 "images/nav_home.png","images/nav_left.png",
@@ -88,7 +88,7 @@ if (-d "$StartDir") {
 "images/sdk_head-1.png", "images/sdk_head-2.png",
 "images/sdk_line-1.gif", "images/sdk_line-2.gif", 
 "common/ref/idl.css", "images/nada.gif",
-"images/arrow-2.gif", "images/bluball.gif",
+"images/arrow-2.gif", "images/blueball.png",
 "images/ooo-main-app_32.png");
 
foreach $i (@filelist)

Modified: openoffice/trunk/main/odk/util/makefile.pmk
URL: 

buildbot exception in on aoo-w741x

2017-02-17 Thread buildbot
The Buildbot has detected a build exception on builder aoo-w741x while building 
. Full details are available at:
https://ci.apache.org/builders/aoo-w741x/builds/102

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

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-41x' triggered this build
Build Source Stamp: [branch openoffice/branches/AOO414] HEAD
Blamelist: 

BUILD FAILED: exception delete old build

Sincerely,
 -The Buildbot