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

neilcsmith 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 1a0de1d  fix path for xml validation
     new 6f9bd96  Merge pull request #1525 from ebarboni/xmlvalidate
1a0de1d is described below

commit 1a0de1d2da2aa0579d003bb7f0dde26dfc28f8b8
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Sep 20 17:56:17 2019 +0200

    fix path for xml validation
---
 nbbuild/templates/common.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nbbuild/templates/common.xml b/nbbuild/templates/common.xml
index e1fbc79..1182ee1 100644
--- a/nbbuild/templates/common.xml
+++ b/nbbuild/templates/common.xml
@@ -322,13 +322,13 @@
     <target name="-validate-layers" depends="init">
         <parsemanifest manifest="${manifest.mf}" 
attribute="OpenIDE-Module-Layer" property="layer.file"/>
         <!-- DTD from sources -->
-        <available 
file="${nb_all}/openide.filesystems/src/org/openide/filesystems/filesystem.dtd" 
type="file"
-                   property="dtd.cp" 
value="${nb_all}/openide.filesystems/src"/>
+        <available 
file="${nb_all}/platform/openide.filesystems/src/org/openide/filesystems/filesystem.dtd"
 type="file"
+                   property="dtd.cp" 
value="${nb_all}/platform/openide.filesystems/src"/>
         <!-- DTD from platform -->
         <pathconvert property="dtd.cp">
             <pathfileset>
                 <path refid="cluster.path.id"/>
-                <filename name="core/org-openide-filesystems.jar"/>
+                <filename name="platform/core/org-openide-filesystems.jar"/>
             </pathfileset>
         </pathconvert>
 


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