This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch ebarboni-patch-1 in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 887c6dfa67c44b80e1b590be548665f40add9de3 Author: Eric Barboni <[email protected]> AuthorDate: Thu Sep 23 18:37:43 2021 +0200 ant clean fix for javacc java file --- ide/db.sql.visualeditor/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/db.sql.visualeditor/build.xml b/ide/db.sql.visualeditor/build.xml index 8f43f11..41e1479 100644 --- a/ide/db.sql.visualeditor/build.xml +++ b/ide/db.sql.visualeditor/build.xml @@ -29,7 +29,7 @@ <target name="clean" depends="projectized-common.clean"> <delete> <fileset dir="src/org/netbeans/modules/db/sql/visualeditor/parser"> - <include name="ide/*.java" /> + <include name="*.java" /> </fileset> </delete> </target> --------------------------------------------------------------------- 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
