Skip to content

Commit

Permalink
Merge pull request #6583 from thurka/vsix_build
Browse files Browse the repository at this point in the history
use clusters.config.release.list instead of clusters.config.full.list
  • Loading branch information
neilcsmith-net committed Oct 18, 2023
2 parents 3fae039 + 774ff95 commit cc0d88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/java.lsp.server/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cc0d88c

Please sign in to comment.