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 ad8965f  set 'metabuild.hash' using gitbranchhash task
ad8965f is described below

commit ad8965f52be1ec303344697cace70f555a9a5fbc
Author: Tomas Hurka <[email protected]>
AuthorDate: Wed Jul 16 10:40:57 2025 +0200

    set 'metabuild.hash' using gitbranchhash task
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 2fa7c27..12aeda3 100644
--- a/build.xml
+++ b/build.xml
@@ -175,6 +175,8 @@
 
     <target name="int-default" description="Bootstrap netbeans">
         <ant dir="${nb_all.build.dir}" target="bootstrap" inheritall="false" 
inheritrefs="false" />
+        <taskdef name="gitbranchhash" 
classname="org.netbeans.nbbuild.GitBranchHash" classpath="${nbantext.jar}" />
+        <gitbranchhash file="." branchproperty="metabuild.branch" 
hashproperty="metabuild.hash" />
     </target>
     <target name="build-source-config" depends="int-default, set-buildnumber" 
description="Build sources" >
         <ant dir="${nb_all.build.dir}" target="build-source-config" 
inheritall="true" inheritrefs="false" />


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