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 0e8c505ff8 Copy fake icons before JAR is created
     new 1945f0d8ea Merge pull request #6007 from sdedic/vscode/icons-uri-fix
0e8c505ff8 is described below

commit 0e8c505ff81df8ce4bb64c222fdf52669e19ee3f
Author: Svata Dedic <[email protected]>
AuthorDate: Thu Jun 1 10:52:05 2023 +0200

    Copy fake icons before JAR is created
---
 java/java.lsp.server/nbcode/integration/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/java.lsp.server/nbcode/integration/build.xml 
b/java/java.lsp.server/nbcode/integration/build.xml
index 9a0c12e529..a9896a3cd1 100644
--- a/java/java.lsp.server/nbcode/integration/build.xml
+++ b/java/java.lsp.server/nbcode/integration/build.xml
@@ -58,5 +58,5 @@
         <copy 
file="${src.dir}/org/netbeans/modules/nbcode/integration/resources/empty.png" 
tofile="${build.classes.dir}/org/netbeans/modules/nbcode/integration/resources/uidefaults/${copy.icon.name}.png"/>
     </target>
     
-    <target name="-pre-release" depends="projectized-common.-pre-release, 
copy-icon-files"/>
+    <target name="-pre-jar" depends="projectized-common.-pre-jar, 
copy-icon-files"/>
 </project>


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