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 cfb739a  clean ant target added, tasks description fixed
cfb739a is described below

commit cfb739a50a5fdf41882933e76b31686fd34e56b0
Author: Tomas Hurka <[email protected]>
AuthorDate: Thu Aug 14 16:22:56 2025 +0200

    clean ant target added, tasks description fixed
---
 build.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 0ecdfd7..750f84e 100644
--- a/build.xml
+++ b/build.xml
@@ -163,7 +163,7 @@
         <ant dir="nbcode" target="test" inheritall="false" inheritrefs="false" 
/>
     </target>
 
-    <target name="int-default" description="Bootstrap netbeans">
+    <target name="int-default">
         <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" />
@@ -199,12 +199,15 @@
             <arg value="apisupport" />
         </exec>
     </target>
-        <target name="build-netbeans">
+
+    <target name="build-netbeans" description="Build netbeans">
         <ant dir="netbeans" inheritAll="true" inheritRefs="false" 
useNativeBasedir="true"/>
     </target>
 
-    <target name="clean-netbeans">
+    <target name="clean-netbeans" description="Clean netbeans">
         <ant dir="netbeans" target="clean" inheritAll="false" 
inheritRefs="false" useNativeBasedir="true"/>
     </target>
 
+    <target name="clean" depends="clean-vscode-ext,clean-netbeans" 
description="Clean netbeans and all VSCode related artifacts"/>
+
 </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