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

jtulach 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 8371e1c  Avoid accessing network by using local copy of xml.xsd as 
other javaee*.xsd files do
     new ca51707  Merge pull request #1432 from JaroslavTulach/master
8371e1c is described below

commit 8371e1ca38b52c1bcb007aca6c11f3bebd4efca6
Author: Jaroslav Tulach <jaroslav.tul...@oracle.com>
AuthorDate: Fri Aug 16 10:36:52 2019 +0200

    Avoid accessing network by using local copy of xml.xsd as other javaee*.xsd 
files do
---
 .../src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_8.xsd        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_8.xsd
 
b/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_8.xsd
index 72b53f5..610e55f 100644
--- 
a/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_8.xsd
+++ 
b/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_8.xsd
@@ -73,7 +73,7 @@
   </xsd:annotation>
 
   <xsd:import namespace="http://www.w3.org/XML/1998/namespace";
-              schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+              schemaLocation="xml.xsd"/>
 
   <xsd:include schemaLocation="javaee_web_services_client_1_4.xsd"/>
 


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