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

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 774ff952a6 use clusters.config.release.list instead of 
clusters.config.full.list
     new cc0d88c3cd Merge pull request #6583 from thurka/vsix_build
774ff952a6 is described below

commit 774ff952a6e7ff0522496387107a45846683724d
Author: Tomas Hurka <tomas.hu...@gmail.com>
AuthorDate: Wed Oct 18 10:41:33 2023 +0200

    use clusters.config.release.list instead of clusters.config.full.list
---
 java/java.lsp.server/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/java.lsp.server/build.xml b/java/java.lsp.server/build.xml
index 7db974a132..baa4e971cb 100644
--- a/java/java.lsp.server/build.xml
+++ b/java/java.lsp.server/build.xml
@@ -128,7 +128,7 @@
         <taskdef name="createlicensesummary" 
classname="org.netbeans.nbbuild.extlibs.CreateLicenseSummary" 
classpath="${nbantext.jar}"/>
 
         <property name="config.javadoc.all" value="" />
-        <resolvelist name="allmodules" path="modules.fullpath" dir="${nb_all}" 
list="${clusters.config.full.list}"/>
+        <resolvelist name="allmodules" path="modules.fullpath" dir="${nb_all}" 
list="${clusters.config.release.list}"/>
 
         <createlicensesummary licenseStub="${nb_all}/LICENSE"
                               noticeStub="${nb_all}/nbbuild/notice-stub.txt"


---------------------------------------------------------------------
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