This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a commit to branch jtulach/VSNetBeansBackport2757
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/jtulach/VSNetBeansBackport2757
by this push:
new 1fb82a9 Backporting Dušan's bugfix from 818d41ab037971
1fb82a9 is described below
commit 1fb82a99c5e633aa87a448613ca313406ecc73cd
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Fri Feb 12 15:41:38 2021 +0100
Backporting Dušan's bugfix from 818d41ab037971
---
java/java.lsp.server/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/java.lsp.server/build.xml b/java/java.lsp.server/build.xml
index 1e954ee..256809c 100644
--- a/java/java.lsp.server/build.xml
+++ b/java/java.lsp.server/build.xml
@@ -80,6 +80,7 @@
<delete dir="${build.dir}/bundles" />
<mkdir dir="${build.dir}/bundles/package" />
<copy file="vscode/package.json" todir="${build.dir}/bundles/package"
/>
+ <copy file="vscode/package-lock.json"
todir="${build.dir}/bundles/package" />
<exec executable="mvn" failonerror="true"
dir="${nb_all}/nbbuild/misc/prepare-bundles">
<arg value="package" />
---------------------------------------------------------------------
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