This is an automated email from the ASF dual-hosted git repository.

lkishalmi 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 bc40b5d  Fix javadoc generation
bc40b5d is described below

commit bc40b5d63f5146fab113ce54ec4f6d767feef7ce
Author: Hector Espert <hectorespertpa...@gmail.com>
AuthorDate: Thu Oct 15 22:37:03 2020 +0200

    Fix javadoc generation
    
    Fix javadoc generation error: `[arch] 
file:/home/runner/work/netbeans/netbeans/platform/openide.filesystems.nb/arch.xml:2:
 The processing instruction target matching "[xX][mM][lL]" is not allowed.`
---
 platform/openide.filesystems.nb/arch.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/platform/openide.filesystems.nb/arch.xml 
b/platform/openide.filesystems.nb/arch.xml
index a489082..1619911 100644
--- a/platform/openide.filesystems.nb/arch.xml
+++ b/platform/openide.filesystems.nb/arch.xml
@@ -1,4 +1,3 @@
-
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to