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

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


The following commit(s) were added to refs/heads/master by this push:
     new d5d23a2  [NETBEANS-6235] Build of vscode extension fails
     new cbedb93  Merge pull request #3336 from ppisl/NETBEANS-6235
d5d23a2 is described below

commit d5d23a27f3f19a6b8197c0b6f64380a62d926c0b
Author: Petr Pisl <petr.p...@oracle.com>
AuthorDate: Fri Nov 26 14:45:47 2021 +0100

    [NETBEANS-6235] Build of vscode extension fails
---
 .../src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nbbuild/misc/prepare-bundles/src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java
 
b/nbbuild/misc/prepare-bundles/src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java
index a98049b..78f88f3 100644
--- 
a/nbbuild/misc/prepare-bundles/src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java
+++ 
b/nbbuild/misc/prepare-bundles/src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java
@@ -102,6 +102,7 @@ public class PrepareBundles {
             Writer binariesList = new 
OutputStreamWriter(Files.newOutputStream(bundlesDir.resolve("binaries-list")), 
"UTF-8")) {
             for (Path module : ds) {
                 if (".bin".equals(module.getFileName().toString())) continue;
+                if 
(".package-lock.json".equals(module.getFileName().toString())) continue;
                 if ("@types".equals(module.getFileName().toString())) continue;
                 if ("@ungap".equals(module.getFileName().toString())) {
                     module = module.resolve("promise-all-settled");

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