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 59f4980  minor cleanup
59f4980 is described below

commit 59f4980d06fd271c5b794a6fe13743728139c865
Author: Tomas Hurka <[email protected]>
AuthorDate: Mon Jul 7 08:48:22 2025 +0200

    minor cleanup
---
 build.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.xml b/build.xml
index a7688e9..4dc63dc 100644
--- a/build.xml
+++ b/build.xml
@@ -178,9 +178,6 @@
     </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" />
-        <mkdir dir="${vsc.build.dir}/sources/netbeans" />
-        <echo message="Buildnumber set to ${buildnumber}"/>
-        <echo message="Cluster set to ${cluster.config}-src-${buildnum}.zip"/>
         <zip destfile="${vsc.build.dir}/${cluster.config}-src-${buildnum}.zip" 
>
             <fileset dir="." >
                 <exclude name="netbeans/"/>


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