This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/release110 by this push:
     new 32947b9  NETBEANS-2060 Branding for APIdoc 11.0
32947b9 is described below

commit 32947b9d0f660f380380e511d913e99f27825e16
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Feb 13 11:50:40 2019 +0100

    NETBEANS-2060 Branding for APIdoc 11.0
---
 nbbuild/build.properties                   | 5 +----
 nbbuild/javadoctools/export2apichanges.xsl | 2 +-
 nbbuild/javadoctools/export2html.xsl       | 9 +++++----
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index ae896db..47502ac 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -224,10 +224,7 @@ config.javadoc.deprecated=\
 # is composed from the javadocs split by stability
 # categories, for release it shall contain just stable ones
 config.javadoc.all=\
-    ${config.javadoc.stable},\
-    ${config.javadoc.devel},\
-    ${config.javadoc.friend},\
-    ${config.javadoc.deprecated}
+    ${config.javadoc.stable}
 
 # list of modules for jnlp:
 config.jnlp.stable=\
diff --git a/nbbuild/javadoctools/export2apichanges.xsl 
b/nbbuild/javadoctools/export2apichanges.xsl
index 9a80617..a0176d9 100644
--- a/nbbuild/javadoctools/export2apichanges.xsl
+++ b/nbbuild/javadoctools/export2apichanges.xsl
@@ -51,7 +51,7 @@
 
             <center>
                 <h1>Apache NetBeans (incubating) API Changes since Last 
Release</h1>
-                <h3>Current Development Version</h3>
+                <h3>Apache NetBeans (incubating) 11.0</h3>
                 <xsl:if test="$date" >
                     <xsl:value-of select="$date" />
                     <p/>
diff --git a/nbbuild/javadoctools/export2html.xsl 
b/nbbuild/javadoctools/export2html.xsl
index d6f423a..acc5c72 100644
--- a/nbbuild/javadoctools/export2html.xsl
+++ b/nbbuild/javadoctools/export2html.xsl
@@ -46,7 +46,7 @@
 
         <center>
             <h1>Apache NetBeans (incubating) API List</h1>
-            <h3>Current Development Version</h3>
+            <h3>Apache NetBeans (incubating) 11.0</h3>
             <xsl:if test="$date" >
                 <xsl:value-of select="$date" />
                 <p/>
@@ -80,12 +80,13 @@
         <em>NetBeans</em> one is free to choose the set of modules and their 
APIs 
         to satisfy one's needs.
         <p>
-        This is a list of APIs for development version, if you want to see
+        This is a list of APIs for Apache NetBeans (incubating) 11.0 version, 
if you want to see
         a list of APIs for a particular version, you may want to go to:
         </p>
         <ul>
-            <li><a href="http://bits.netbeans.org/10.0/javadoc/"; 
target="_top">10.0</a> - Javadoc as released for NetBeans IDE 10.0</li>
-            <li><a href="http://bits.netbeans.org/9.0/javadoc/"; 
target="_top">9.0</a> - Javadoc as released for NetBeans IDE 9.0</li>
+            <li><a href="http://bits.netbeans.org/dev/javadoc/"; 
target="_top">Dev</a> - Javadoc as released for development version</li>
+            <li><a href="http://bits.netbeans.org/10.0/javadoc/"; 
target="_top">10.0</a> - Javadoc as released for Apache NetBeans (incubating) 
IDE 10.0</li>
+            <li><a href="http://bits.netbeans.org/9.0/javadoc/"; 
target="_top">9.0</a> - Javadoc as released for Apache NetBeans (incubating) 
IDE 9.0</li>
             <li><a href="http://bits.netbeans.org/8.2/javadoc/"; 
target="_top">8.2</a> - Javadoc as released for NetBeans IDE 8.2</li>
             <li><a href="http://bits.netbeans.org/8.1/javadoc/"; 
target="_top">8.1</a> - Javadoc as released for NetBeans IDE 8.1</li>
             <li><a href="http://bits.netbeans.org/8.0.1/javadoc/"; 
target="_top">8.0.1</a> - Javadoc as released for NetBeans IDE 8.0.1</li>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to