Skip to content

Commit

Permalink
Merge pull request #6584 from apache/delivery
Browse files Browse the repository at this point in the history
Sync delivery to release200 (vsix fix)
  • Loading branch information
neilcsmith-net authored Oct 18, 2023
2 parents 3fae039 + cc0d88c commit f999eff
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 f999eff

Please sign in to comment.