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

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


The following commit(s) were added to refs/heads/release90 by this push:
     new 13ca009  update to only show stable javadoc package
13ca009 is described below

commit 13ca0091ef7e2cf8fa06ec36b137c820e841e10b
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Jan 24 09:26:12 2019 +0100

    update to only show stable javadoc package
    
    resolve issue for javadoc website 
https://lists.apache.org/thread.html/6336c9b3f76a7a81417d623e14a59e160d768b025134f9ceaae720b5@%3Cdev.netbeans.apache.org%3E
---
 nbbuild/build.properties | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index c3299c1..f0f6f71 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -220,10 +220,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=\


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to