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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1674622  baseImagesUrl fixed
1674622 is described below

commit 1674622527009ce8603170ea1a708f0ecabef20b
Author: Tomas Hurka <[email protected]>
AuthorDate: Fri Sep 5 08:59:48 2025 +0200

    baseImagesUrl fixed
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 750f84e..e94711f 100644
--- a/build.xml
+++ b/build.xml
@@ -123,7 +123,7 @@
         <exec 
executable="${vsc.build.dir}/vsce/node_modules/@vscode/vsce/vsce" 
failonerror="true" dir="${basedir}/vscode">
             <arg value="package" />
             <arg value="--baseImagesUrl" />
-            <arg 
value="https://github.com/apache/netbeans/raw/${metabuild.hash}/java/java.lsp.server/vscode";
 />
+            <arg 
value="https://github.com/apache/netbeans-vscode/raw/${metabuild.hash}/vscode"; 
/>
             <arg value="--out" />
             <arg 
value="${vsc.build.dir}/apache-netbeans-java-${vsix.version}.vsix" />
         </exec>


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

Reply via email to