You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2023/01/27 10:31:04 UTC

[netbeans] branch delivery updated: Import local schema to avoid DNS lookup in build

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

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new a51b802c590 Import local schema to avoid DNS lookup in build
     new b68e3fba62c Merge pull request #5372 from jgneff/import-local-schema
a51b802c590 is described below

commit a51b802c590182cb1094b5e52ba95924343995c8
Author: John Neffenger <jo...@status6.com>
AuthorDate: Thu Jan 26 09:39:04 2023 -0800

    Import local schema to avoid DNS lookup in build
---
 .../src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_10.xsd    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_10.xsd b/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_10.xsd
index 991fcd23eef..3856cb37a95 100644
--- a/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_10.xsd
+++ b/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jakartaee_10.xsd
@@ -39,7 +39,7 @@
 
 
   <xsd:import namespace="http://www.w3.org/XML/1998/namespace"
-              schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+              schemaLocation="xml.xsd"/>
 
   <xsd:include schemaLocation="jakartaee_web_services_client_2_0.xsd"/>
 


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

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