git: 6ea017569f39 - main - net/keycloak: Upgrade to 19.0.1

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Mon, 15 Aug 2022 17:54:53 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ea017569f39fc9efdfb176254f346736e61c6dc

commit 6ea017569f39fc9efdfb176254f346736e61c6dc
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-08-15 16:52:45 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-15 17:51:42 +0000

    net/keycloak: Upgrade to 19.0.1
    
    ChangeLog: https://www.keycloak.org/2022/07/keycloak-1901-released
    
    PR:     265072
    Reported by:    yonas.yanfa@gmail.com (maintainer)
---
 UPDATING                       |    9 +
 net/keycloak/Makefile          |  101 +-
 net/keycloak/distinfo          |    6 +-
 net/keycloak/files/keycloak.in |   27 +-
 net/keycloak/pkg-plist         | 3536 ++++++----------------------------------
 5 files changed, 538 insertions(+), 3141 deletions(-)

diff --git a/UPDATING b/UPDATING
index d6881fdb6549..45a923bb42f8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20220815:
+  AFFECTS: users of net/keycloak
+  AUTHOR: fernape@FreeBSD.org
+
+  The flavors -mysql and -postgres were removed, the necessary configuration
+  for those database backends was rolled into the base release by upstream.
+  The configuration files changed completely, so they need to be rebuilt from
+  scratch.
+
 20220807:
   AFFECTS: users of news/inn
   AUTHOR: kbowling@FreeBSD.org
diff --git a/net/keycloak/Makefile b/net/keycloak/Makefile
index 17eaf7936492..247698e6a850 100644
--- a/net/keycloak/Makefile
+++ b/net/keycloak/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	keycloak
-PORTVERSION=	15.1.1
+PORTVERSION=	19.0.1
 CATEGORIES=	net java
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
 
@@ -9,38 +9,24 @@ COMMENT=	Identity and access management solution
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-FLAVORS=	default mysql postgres
-FLAVOR?=	${FLAVORS:[1]}
-mysql_PKGNAMESUFFIX=	-mysql
-postgres_PKGNAMESUFFIX=	-postgres
-
-.if ${FLAVOR:U} == mysql
-RUN_DEPENDS+=	${JAVAJARDIR}/mysql-connector-java.jar:databases/mysql-connector-java
-PLIST_SUB+=	MYSQL=""
-.else
-PLIST_SUB+=	MYSQL="@comment "
-.endif
-
-.if ${FLAVOR:U} == postgres
-RUN_DEPENDS+=	${JAVAJARDIR}/postgresql.jar:databases/postgresql-jdbc
-PLIST_SUB+=	POSTGRES=""
-.else
-PLIST_SUB+=	POSTGRES="@comment "
-.endif
-
-USES=		cpe
+RUN_DEPENDS=	bash>0:shells/bash
+
+USES=		cpe shebangfix
+
 CPE_VENDOR=	redhat
 
+SHEBANG_FILES=	bin/kc.sh \
+		bin/kcadm.sh \
+		bin/kcreg.sh
+
 USE_JAVA=	yes
-JAVA_VERSION=	1.8+
+JAVA_VERSION=	11+
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk oracle
 JAVA_RUN=	yes
 
 USE_RC_SUBR=	keycloak
 
-CONFLICTS_INSTALL=	keycloak keycloak-mysql keycloak-postgresql # bin/kcadm bin/kcreg
-
 USER=		www
 GROUP=		www
 
@@ -60,82 +46,33 @@ SUB_LIST+=	GROUP=${GROUP} \
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-CONFIG_FILES=	bin/.jbossclirc \
-		bin/add-user.properties \
-		bin/domain.conf \
-		bin/jboss-cli-logging.properties \
-		bin/jboss-cli.xml bin/product.conf \
-		bin/standalone.conf \
-		domain/configuration/application-roles.properties \
-		domain/configuration/application-users.properties \
-		domain/configuration/default-server-logging.properties \
-		domain/configuration/domain.xml \
-		domain/configuration/host-master.xml \
-		domain/configuration/host-slave.xml \
-		domain/configuration/host.xml \
-		domain/configuration/logging.properties \
-		domain/configuration/mgmt-groups.properties \
-		domain/configuration/mgmt-users.properties \
-		modules/layers.conf \
-		standalone/configuration/application-roles.properties \
-		standalone/configuration/application-users.properties \
-		standalone/configuration/logging.properties \
-		standalone/configuration/mgmt-groups.properties \
-		standalone/configuration/mgmt-users.properties \
-		standalone/configuration/standalone-ha.xml \
-		standalone/configuration/standalone.xml
+CONFIG_FILES=	conf/cache-ispn.xml \
+		conf/keycloak.conf \
+		lib/quarkus/build-system.properties
 
 post-patch:
 .for f in ${CONFIG_FILES}
 	${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.sample
 .endfor
-	${RM} -r ${WRKSRC}/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686
-	${RM} -r ${WRKSRC}/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64
-	${RM} -r ${WRKSRC}/modules/system/layers/base/org/wildfly/openssl/main/lib
+	${RM} ${WRKSRC}/bin/kc.bat
+	${RM} ${WRKSRC}/bin/kcadm.bat
+	${RM} ${WRKSRC}/bin/kcreg.bat
 
 do-install:
 	${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/bin
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${MKDIR} ${STAGEDIR}${LOG_DIR}/domain
-	${MKDIR} ${STAGEDIR}${LOG_DIR}/standalone
+	${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/data
+	${MKDIR} ${STAGEDIR}${LOG_DIR}
 	${MKDIR} ${STAGEDIR}${RUN_DIR}
 
 	# Install files in bin
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/bin
-.for f in .jbossclirc.sample add-user.properties.sample domain.conf.sample jboss-cli-logging.properties.sample jboss-cli.xml.sample \
-	launcher.jar migrate-domain-clustered.cli migrate-domain-standalone.cli migrate-standalone-ha.cli migrate-standalone.cli \
-	product.conf.sample standalone.conf.sample wildfly-elytron-tool.jar
-	${INSTALL_DATA} ${WRKSRC}/bin/${f} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/bin
-.endfor
-	${INSTALL_DATA} ${WRKSRC}/jboss-modules.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}
 	(cd ${WRKSRC}/bin && ${COPYTREE_SHARE} client ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/bin)
 
 	# Install jar files, configuration and everything else
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} "domain modules standalone themes welcome-content" ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME})
-	(cd ${WRKSRC}/docs/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-.for d in licenses-keycloak schema
-	(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${d})
-.endfor
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} "conf lib providers themes" ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME})
 
 	# Create links for kc* binaries
 	${LN} -sf ../share/java/${PORTNAME}/bin/kcadm.sh ${STAGEDIR}${PREFIX}/bin/kcadm
 	${LN} -sf ../share/java/${PORTNAME}/bin/kcreg.sh ${STAGEDIR}${PREFIX}/bin/kcreg
 
-	# Create links for log directories
-	${LN} -sf ../../../../../..${LOG_DIR}/domain ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/domain/log
-	${LN} -sf ../../../../../..${LOG_DIR}/standalone ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/standalone/log
-
-.if ${FLAVOR:U} == mysql
-	@${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/modules/system/layers/keycloak/com/mysql/main
-	${CP} ${FILESDIR}/mysql-module.xml ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/modules/system/layers/keycloak/com/mysql/main/module.xml
-	${LN} -sf ${JAVAJARDIR}/mysql-connector-java.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/modules/system/layers/keycloak/com/mysql/main/mysql-connector-java.jar
-.endif
-
-.if ${FLAVOR:U} == postgres
-	@${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/modules/system/layers/keycloak/org/postgresql/main
-	${CP} ${FILESDIR}/postgresql-module.xml ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/modules/system/layers/keycloak/org/postgresql/main/module.xml
-	${LN} -sf ${JAVAJARDIR}/postgresql.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/modules/system/layers/keycloak/org/postgresql/main/postgresql.jar
-.endif
-
 .include <bsd.port.mk>
diff --git a/net/keycloak/distinfo b/net/keycloak/distinfo
index 4965e7be36e4..8d71838d9653 100644
--- a/net/keycloak/distinfo
+++ b/net/keycloak/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639736757
-SHA256 (keycloak-15.1.1.tar.gz) = 44fbe5f5d1dda87ff0292f238220c23df6fda4ba234ffafe8102c646e74043f0
-SIZE (keycloak-15.1.1.tar.gz) = 263053207
+TIMESTAMP = 1660553913
+SHA256 (keycloak-19.0.1.tar.gz) = b1e9f89a6d02b9bf43848a970c69d94fb7e75c75fc8ebe2f69a1b7d2e0739733
+SIZE (keycloak-19.0.1.tar.gz) = 171578620
diff --git a/net/keycloak/files/keycloak.in b/net/keycloak/files/keycloak.in
index 15d935e77718..ad88f6699df3 100644
--- a/net/keycloak/files/keycloak.in
+++ b/net/keycloak/files/keycloak.in
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# $FreeBSD$
+#
 # PROVIDE: %%PORTNAME%%
 # REQUIRE: NETWORKING SERVERS
 # KEYWORD: shutdown
@@ -9,10 +11,6 @@
 #
 # %%PORTNAME%%_enable (bool):         Set it to YES to enable keycloak on startup.
 #                                 Default: NO
-# %%PORTNAME%%_host_config (string):  Choose the host config if running in domain mode (host-master, host-slave).
-#                                 Default: host-master
-# %%PORTNAME%%_mode (string):         Choose the desired operating mode (standalone, standalone-ha, domain).
-#                                 Default: standalone
 # %%PORTNAME%%_user (string):         User account to run with.
 #                                 Default: www
 # %%PORTNAME%%_flags (string):        Additional flags for the startup script.
@@ -27,8 +25,6 @@ desc="Identity and access management solution"
 load_rc_config $name
 
 : ${%%PORTNAME%%_enable:=NO}
-: ${%%PORTNAME%%_host_config:="host-master"}
-: ${%%PORTNAME%%_mode:=standalone}
 : ${%%PORTNAME%%_user:=%%USER%%}
 : ${%%PORTNAME%%_group:=%%GROUP%%}
 : ${%%PORTNAME%%_flags:=""}
@@ -42,18 +38,6 @@ stop_cmd="%%PORTNAME%%_stop"
 
 %%PORTNAME%%_start()
 {
-        local %%PORTNAME%%_startscript
-
-        if [ ${%%PORTNAME%%_mode} = "domain" ]; then
-		%%PORTNAME%%_flags="--host-config=${%%PORTNAME%%_host_config} ${%%PORTNAME%%_flags}"
-                %%PORTNAME%%_startscript=domain.sh
-	elif [ ${%%PORTNAME%%_mode} = "standalone-ha" ]; then
-		%%PORTNAME%%_flags="--server-config=standalone-ha.xml ${%%PORTNAME%%_flags}"
-                %%PORTNAME%%_startscript=standalone.sh
-	else
-                %%PORTNAME%%_startscript=standalone.sh
-        fi
-
 	if [ ! -d "%%LOG_DIR%%" ]; then
 		install -d -o ${%%PORTNAME%%_user} %%LOG_DIR%%
 	fi
@@ -62,12 +46,10 @@ stop_cmd="%%PORTNAME%%_stop"
 	fi
 
 	chown -R ${%%PORTNAME%%_user} %%LOG_DIR%%
-	chown -R ${%%PORTNAME%%_user} %%JAVASHAREDIR%%/%%PORTNAME%%/domain
-	chown -R ${%%PORTNAME%%_user} %%JAVASHAREDIR%%/%%PORTNAME%%/standalone
 
 	echo "Starting %%PORTNAME%%."
         ${command} ${command_args} \
-                %%JAVASHAREDIR%%/%%PORTNAME%%/bin/${%%PORTNAME%%_startscript} \
+                %%JAVASHAREDIR%%/%%PORTNAME%%/bin/kc.sh start \
                 ${%%PORTNAME%%_flags}
 }
 
@@ -83,8 +65,7 @@ stop_cmd="%%PORTNAME%%_stop"
         kill -TERM ${pid_daemon}
     fi
 
-
-    pid_child=$(pgrep -U ${%%PORTNAME%%_user} -f %%JAVASHAREDIR%%/%%PORTNAME%%/jboss-modules.jar)
+    pid_child=$(pgrep -U ${%%PORTNAME%%_user} -f %%JAVASHAREDIR%%/%%PORTNAME%%/)
     if [ ! -z "${pid_child}" ]; then
         kill -TERM ${pid_child}
     fi
diff --git a/net/keycloak/pkg-plist b/net/keycloak/pkg-plist
index 3476d02375f4..3f4fb5fed689 100644
--- a/net/keycloak/pkg-plist
+++ b/net/keycloak/pkg-plist
@@ -1,3040 +1,510 @@
 bin/kcadm
 bin/kcreg
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/@emotion,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/@patternfly,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/@pika-react-dom,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/@pika-react,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Ace Code Editor,BSD 3-clause New or Revised License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Angular Treeview,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/AngularJS,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/FileSaver.js,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Font Awesome (Font),SIL Open Font License 1.1.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Glyphicons Halflings,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/OpenSans,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Patternfly,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/RCUE,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Select2,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Select2,GNU General Public License v2.0 only.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/UI.Ace,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/Zocial,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/angular-file-upload,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/angular-translate,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/angular-ui-bootstrap,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/attr-accept,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/change-case,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.fasterxml.jackson.dataformat,jackson-dataformat-cbor,2.12.1,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.github.ua-parser,uap-java,1.4.3,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.google.zxing,core,3.4.0,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.google.zxing,javase,3.4.0,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.googlecode.owasp-java-html-sanitizer,owasp-java-html-sanitizer,20191001.1,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.openshift,openshift-restclient-java,8.0.0.Final,Eclipse Public License 1.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.webauthn4j,webauthnj4-core,0.12.0.RELEASE,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/com.webauthn4j,webauthnj4-util,0.12.0.RELEASE,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/commons-lang,commons-lang,2.6,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/commons-lang,commons-lang3,3-3.11,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/file-selector,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/focus-trap,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/history,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/hoist-non-react-statics,BSD-3-Clause.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/invariant,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/isarray,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/jQuery,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/licenses.css
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/licenses.html
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/licenses.xml
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/licenses.xsl
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/object-assign,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.apache.kerby,kerby-asn1,2.0.0,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.apache.maven,maven-core,3.3.9,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.apache.maven,maven-plugin-api,3.3.9,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.freemarker,freemarker,2.3.31,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.infinispan,infinispan-jboss-marshalling,11.0.9.Final,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.jboss.marshalling,jboss-marshalling-river,2.0.11.Final,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.jboss.marshalling,jboss-marshalling,2.0.11.Final,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-server-feature-pack-dependencies,15.1.1,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.liquibase,liquibase-core,3.5.5,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.twitter4j,twitter4j-core,4.0.7,Apache Software License 2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/path-to-regexp,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/popper.js,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/prop-types,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/react-dropzone,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/react-router-dom,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/react-router,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/resolve-pathname,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/rfc4648.js,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/safename,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/stylis-rule-sheet,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/tabbable,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/text-security,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/tippy.js,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/tslib,Apache-2.0.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/value-equal,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/warning,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/xtend,MIT.txt
-%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/ui-select2,MIT License.txt
-%%PORTDOCS%%%%DOCSDIR%%/schema/README.md
-%%PORTDOCS%%%%DOCSDIR%%/schema/application_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application_6.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application_7.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application_8.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application-client_6.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application-client_7.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/application-client_8.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/batch-jberet_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/discovery-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/distributable-web_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/distributable-web_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_2_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_3_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-1_0_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_6.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_jaxrpc_mapping_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_web_services_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_web_services_client_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/java-properties_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_6.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_7.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_8.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_client_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_client_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_client_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-app_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-app_7_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-app_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cmp_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cmp_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_6.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_7.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_1_8.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_2_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-config_2_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-datasources_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-datasources_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-deployment-scanner_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-deployment-scanner_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-deployment-scanner_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ee_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-ejb3_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-iiop-openjdk_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_9_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_9_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_10_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_11_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-infinispan_12_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jacorb_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jacorb_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jacorb_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jacorb_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jacorb_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jacorb_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jaxr_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jaxr_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jaxrs_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jaxrs_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jca_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jdr_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jgroups_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jmx_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jmx_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jmx_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jmx_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jpa_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jpa_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jsf_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jsf_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-jsr77_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-logging_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mail_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mail_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mail_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-messaging_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-mod-cluster_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-naming_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-naming_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-naming_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-naming_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-naming_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-naming_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-pojo_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-remoting_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-remoting_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-remoting_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-resource-adapters_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-resource-adapters_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-sar_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-security_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-security_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-security_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-threads_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-threads_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-txn_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_2_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-web_2_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-webservices_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-webservices_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-webservices_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-webservices_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-weld_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-weld_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-weld_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-weld_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-xts_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-xts_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-xts_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-client_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-client_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_5_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_7_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-dependencies-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-structure-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-structure-1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-structure-1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-structure-1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-cache_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-client_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-client_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-client_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-client_1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-client_1_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-clustering_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-container-interceptors_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-delivery-active_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-delivery-active_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-delivery-active_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-iiop_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-iiop_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-pool_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-resource-adapter-binding_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security-role_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb3-2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb3-spec-2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-jpa_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-pojo_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-remoting_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-remoting_5_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-service_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_10_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_10_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_11_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_11_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_12_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_12_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_13_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_14_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-weld-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-weld-1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jbossws-jaxws-config_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jbossws-web-services_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jbxb_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jndi-binding-service_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_6.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_7.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_8.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/module-1_9.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/orm_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/persistence_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/persistence_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v1/oasis-sstc-saml-schema-assertion-1.1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v1/saml-schema-assertion-1.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v1/saml-schema-protocol-1.1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/access_control-xacml-2.0-saml-assertion-schema-os.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/access_control-xacml-2.0-saml-protocol-schema-os.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-assertion-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-auth-telephony-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-ip-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-ippword-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-kerberos-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-nomad-telephony-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-personal-telephony-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-pgp-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-ppt-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-pword-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-session-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-smartcard-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-smartcardpki-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-softwarepki-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-spki-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-srp-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-sslcert-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-telephony-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-timesync-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-types-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-x509-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-xmldsig-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-dce-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-ecp-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-metadata-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-protocol-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-x500-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-xacml-2.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/shared-session-config_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/shared-session-config_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/singleton-deployment_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/trans-timeout-1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/user-roles_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmldsig/xmldsig-core-schema.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlenc/xenc-schema.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlschema/datatypes.dtd
-%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlschema/xml.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlschema/XMLSchema.dtd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_2_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_2_5.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-common_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-common_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-common_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-facelettaglibrary_2_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-facelettaglibrary_2_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-facesconfig_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-facesconfig_2_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-fragment_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-fragment_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-fragment_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-jsptaglibrary_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-jsptaglibrary_2_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-partialresponse_2_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/web-partialresponse_2_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-agroal_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-agroal_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-batch-jberet_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-batch-jberet_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-bean-validation_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-cli_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-cli_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-cli_3_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-cli_3_3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-cli_3_4.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-client-ejb_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-client-ejb_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-client-ejb_3_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-client_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_4_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_4_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_9_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_10_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_11_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_12_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_13_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_14_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_15_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-config_16_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-core-management_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-credential-reference_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-credential-reference_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-datasources_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-datasources_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-datasources_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-datasources_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-datasources_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-discovery_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-distributable-web_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-distributable-web_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ee-security_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb-timer_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-ejb3_9_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_9_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_10_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_11_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_12_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-elytron_13_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-health_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-http-client_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-iiop-openjdk_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-iiop-openjdk_2_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-io_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-io_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-io_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-io_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-keycloak-server_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-mail_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-mail_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-mail_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq-deployment_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_9_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_10_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_11_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_12_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_13_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-metrics_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-config-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-fault-tolerance-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-health-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-health-smallrye_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-jwt-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-metrics-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-metrics-smallrye_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-openapi-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-opentracing_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-opentracing_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-opentracing_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-reactive-messaging-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-reactive-streams-operators-smallrye_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-federation_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-federation_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-federation_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-idm_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-idm_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-idm_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-remoting_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-remoting_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-remoting_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-request-controller_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-resource-adapters_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-resource-adapters_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-resource-adapters_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-resource-adapters_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-resource-adapters_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-rts_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-security-manager_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-security_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-singleton_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-threads_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-txn_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-txn_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-txn_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-txn_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_1_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_1_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_1_2.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_2_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_3_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_3_1.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_4_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_5_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_6_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_7_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_8_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_9_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_10_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_11_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_12_0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/oasis-200401-wss-wssecurity-secext-1.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/oasis-200401-wss-wssecurity-utility-1.0.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/ws-addr.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/ws-policy.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/ws-trust-1.3.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/xacml/access_control-xacml-2.0-context-schema-os.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/xacml/access_control-xacml-2.0-policy-schema-os.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/xml.xsd
-%%PORTDOCS%%%%DOCSDIR%%/schema/xnio_3_5.xsd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-minimalistic.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enable-elytron.cli
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enable-microprofile.cli
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map-storage-concurrenthashmap.cli
-@owner www
-@group www
-%%JAVASHAREDIR%%/keycloak/bin/add-user-keycloak.sh
-%%JAVASHAREDIR%%/keycloak/bin/add-user.sh
-%%JAVASHAREDIR%%/keycloak/bin/client/README-CLI-JCONSOLE.txt
-%%JAVASHAREDIR%%/keycloak/bin/client/README-EJB-JMS.txt
-%%JAVASHAREDIR%%/keycloak/bin/client/jboss-cli-client.jar
-%%JAVASHAREDIR%%/keycloak/bin/client/jboss-client.jar
-%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-admin-cli-15.1.1.jar
-%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-client-registration-cli-15.1.1.jar
-%%JAVASHAREDIR%%/keycloak/bin/common.sh
-%%JAVASHAREDIR%%/keycloak/bin/domain.sh
-%%JAVASHAREDIR%%/keycloak/bin/elytron-tool.sh
-%%JAVASHAREDIR%%/keycloak/bin/federation-sssd-setup.sh
-%%JAVASHAREDIR%%/keycloak/bin/jboss-cli.sh
-%%JAVASHAREDIR%%/keycloak/bin/jconsole.sh
-%%JAVASHAREDIR%%/keycloak/bin/jdr.sh
+%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-admin-cli-19.0.1.jar
+%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-client-registration-cli-19.0.1.jar
+%%JAVASHAREDIR%%/keycloak/bin/kc.sh
 %%JAVASHAREDIR%%/keycloak/bin/kcadm.sh
 %%JAVASHAREDIR%%/keycloak/bin/kcreg.sh
-%%JAVASHAREDIR%%/keycloak/bin/launcher.jar
-%%JAVASHAREDIR%%/keycloak/bin/migrate-domain-clustered.cli
-%%JAVASHAREDIR%%/keycloak/bin/migrate-domain-standalone.cli
-%%JAVASHAREDIR%%/keycloak/bin/migrate-standalone-ha.cli
-%%JAVASHAREDIR%%/keycloak/bin/migrate-standalone.cli
-%%JAVASHAREDIR%%/keycloak/bin/standalone.sh
-%%JAVASHAREDIR%%/keycloak/bin/vault.sh
-%%JAVASHAREDIR%%/keycloak/bin/wildfly-elytron-tool.jar
-%%JAVASHAREDIR%%/keycloak/bin/wsconsume.sh
-%%JAVASHAREDIR%%/keycloak/bin/wsprovide.sh
-%%JAVASHAREDIR%%/keycloak/domain/log
-%%JAVASHAREDIR%%/keycloak/jboss-modules.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/asm/asm/main/asm-7.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/asm/asm/main/asm-util-7.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/asm/asm/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.5.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/classmate/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/jackson-dataformat-yaml-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.12.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/ben-manes/caffeine/main/caffeine-2.8.8.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/ben-manes/caffeine/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/btf/main/btf-1.2.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/btf/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/jackson-coreutils/main/jackson-coreutils-1.8.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/json-patch/main/json-patch-1.9.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/json-patch/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/fge/msg-simple/main/msg-simple-1.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/spullara/mustache/main/compiler-0.9.6.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/github/spullara/mustache/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/google/code/gson/main/gson-2.8.6.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/google/code/gson/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/google/guava/failureaccess/main/failureaccess-1.0.1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/google/guava/failureaccess/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/google/guava/main/guava-30.1-jre.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/google/guava/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/googlecode/javaewah/main/JavaEWAH-1.1.7.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/googlecode/javaewah/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/h2database/h2/main/h2-1.4.197.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/h2database/h2/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/microsoft/azure/storage/main/azure-storage-8.6.5.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/microsoft/azure/storage/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/squareup/okhttp3/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/squareup/okhttp3/main/okhttp-3.9.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/squareup/okhttp3/main/okio-1.13.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.3.14.SP04.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/jsf-impl/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/istack-commons-runtime-3.0.10.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/istack-commons-tools-3.0.10.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/relaxng-datatype-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/txw2-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/bind/main/xsom-2.3.3-b02.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.13.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.4.1.SP1.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/sun/xml/messaging/saaj/main/stax-ex-1.8.3.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/gnu/getopt/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/ibm/jdk/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/agroal-api-1.3.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/agroal-narayana-1.3.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/agroal-pool-1.3.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-core-1.5.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-thrift-1.5.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/jaegertracing/jaeger/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/netty/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/netty/main/netty-all-4.1.63.Final.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/api/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/api/main/opentelemetry-api-0.16.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/context/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/context/main/opentelemetry-context-0.16.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/opentracing-concurrent-0.4.0.jar
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/module.xml
-%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/opentracing-interceptors-0.1.3.jar
*** 2842 LINES SKIPPED ***