emilianbold commented on a change in pull request #2000: Adding full support for Wildfly 17, 18 URL: https://github.com/apache/netbeans/pull/2000#discussion_r390657216
########## File path: contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jboss-common_6_0.xsd ########## @@ -0,0 +1,572 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" + targetNamespace="http://www.jboss.com/xml/ns/javaee" + xmlns:javaee="http://java.sun.com/xml/ns/javaee" + xmlns:jboss="http://www.jboss.com/xml/ns/javaee" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + elementFormDefault="qualified" + attributeFormDefault="unqualified" + version="6.0"> + + <xsd:annotation> + <xsd:documentation> JBoss, Home of Professional Open Source Copyright 2005, JBoss Inc., and + individual contributors as indicated by the @authors tag. See the copyright.txt in the + distribution for a full listing of individual contributors. This is free software; you can + redistribute it and/or modify it under the terms of the GNU Lesser General Public License as Review comment: LGPL ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
