svn commit: r403945 - in head/java: . wildfly100 wildfly100/files

Jason Unovitch junovitch at FreeBSD.org
Fri Dec 18 01:11:41 UTC 2015


Author: junovitch
Date: Fri Dec 18 01:11:38 2015
New Revision: 403945
URL: https://svnweb.freebsd.org/changeset/ports/403945

Log:
  New port: java/wildfly100
  
  Repo copy java/wildfly90 -> java/wildfly100 and update to 10.0.0
  
  WildFly is a flexible, lightweight, managed application
  runtime that helps you build amazing applications.
  WildFly - new name for JBoss Application Server
  
  WWW: http://wildfly.org
  
  PR:		204541
  Submitted by:	Alexander Yerenkow <yerenkow at gmail.com> (maintainer)

Added:
  head/java/wildfly100/
     - copied from r403941, head/java/wildfly90/
  head/java/wildfly100/files/patch-bin_add-user.sh
     - copied, changed from r403941, head/java/wildfly90/files/patch-bin-add-user.sh
  head/java/wildfly100/files/wildfly100.in
     - copied unchanged from r403941, head/java/wildfly90/files/wildfly90.in
Deleted:
  head/java/wildfly100/files/patch-bin-add-user.sh
  head/java/wildfly100/files/wildfly90.in
Modified:
  head/java/Makefile
  head/java/wildfly100/Makefile
  head/java/wildfly100/distinfo
  head/java/wildfly100/files/pkg-message.in
  head/java/wildfly100/pkg-descr
  head/java/wildfly100/pkg-plist

Modified: head/java/Makefile
==============================================================================
--- head/java/Makefile	Fri Dec 18 00:32:11 2015	(r403944)
+++ head/java/Makefile	Fri Dec 18 01:11:38 2015	(r403945)
@@ -120,6 +120,7 @@
     SUBDIR += wildfly81
     SUBDIR += wildfly82
     SUBDIR += wildfly90
+    SUBDIR += wildfly100
     SUBDIR += xdoclet
 
 .include <bsd.port.subdir.mk>

Modified: head/java/wildfly100/Makefile
==============================================================================
--- head/java/wildfly90/Makefile	Thu Dec 17 23:19:36 2015	(r403941)
+++ head/java/wildfly100/Makefile	Fri Dec 18 01:11:38 2015	(r403945)
@@ -1,8 +1,8 @@
 # Created by: Alexander Yerenkow <yerenkow at gmail.com>
 # $FreeBSD$
 
-PORTNAME=	wildfly90
-PORTVERSION=	9.0.2
+PORTNAME=	wildfly100
+PORTVERSION=	10.0.0
 CATEGORIES=	java www
 MASTER_SITES=	http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
 DISTNAME=	wildfly-${WILDFLY_VERSION}
@@ -12,7 +12,7 @@ COMMENT=	Replacement for JBoss Applicati
 
 LICENSE=	GPLv2
 
-USE_RC_SUBR=	wildfly90
+USE_RC_SUBR=	wildfly100
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
 USER=		www
@@ -20,7 +20,7 @@ GROUP=		www
 VAR_DIR?=	/var
 LOG_DIR?=	${VAR_DIR}/log/${PORTNAME}
 PID_FILE=	${VAR_DIR}/run/${PORTNAME}.pid
-WILDFLY_VERSION=${PORTVERSION}.Final
+WILDFLY_VERSION=${PORTVERSION}.CR4
 SUB_FILES=	pkg-message
 
 SUB_LIST=	APP_SHORTNAME=${PORTNAME} \

Modified: head/java/wildfly100/distinfo
==============================================================================
--- head/java/wildfly90/distinfo	Thu Dec 17 23:19:36 2015	(r403941)
+++ head/java/wildfly100/distinfo	Fri Dec 18 01:11:38 2015	(r403945)
@@ -1,2 +1,2 @@
-SHA256 (wildfly-9.0.2.Final.tar.gz) = 74689569d6e04402abb7d94921c558940725d8065dce21a2d7194fa354249bb6
-SIZE (wildfly-9.0.2.Final.tar.gz) = 135659070
+SHA256 (wildfly-10.0.0.CR4.tar.gz) = 3d30a858a7fff1140336a623ea6acdb4930ec96d4e539ff4e58e65ef29dc92c9
+SIZE (wildfly-10.0.0.CR4.tar.gz) = 143201039

Copied and modified: head/java/wildfly100/files/patch-bin_add-user.sh (from r403941, head/java/wildfly90/files/patch-bin-add-user.sh)
==============================================================================
--- head/java/wildfly90/files/patch-bin-add-user.sh	Thu Dec 17 23:19:36 2015	(r403941, copy source)
+++ head/java/wildfly100/files/patch-bin_add-user.sh	Fri Dec 18 01:11:38 2015	(r403945)
@@ -1,5 +1,5 @@
---- bin/add-user.sh	2014-02-12 05:43:24.000000000 +0100
-+++ /usr/local/wildfly-9.0.0/bin/add-user.sh	2014-05-11 10:53:59.000000000 +0200
+--- bin/add-user.sh.orig	2015-10-23 18:57:02 UTC
++++ bin/add-user.sh
 @@ -7,6 +7,8 @@
  #
  

Modified: head/java/wildfly100/files/pkg-message.in
==============================================================================
--- head/java/wildfly90/files/pkg-message.in	Thu Dec 17 23:19:36 2015	(r403941)
+++ head/java/wildfly100/files/pkg-message.in	Fri Dec 18 01:11:38 2015	(r403945)
@@ -1,6 +1,6 @@
 To make WildFly bind to all interfaces add this to rc.conf:
 
-wildfly90_args="-Djboss.bind.address=0.0.0.0"
+%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
 
 See
 

Copied: head/java/wildfly100/files/wildfly100.in (from r403941, head/java/wildfly90/files/wildfly90.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/wildfly100/files/wildfly100.in	Fri Dec 18 01:11:38 2015	(r403945, copy of r403941, head/java/wildfly90/files/wildfly90.in)
@@ -0,0 +1,95 @@
+#!/bin/sh
+#
+# %%APP_SHORTNAME%% startup script.
+#
+# $FreeBSD$
+#
+
+# PROVIDE: %%APP_SHORTNAME%%
+# REQUIRE: NETWORKING SERVERS
+# KEYWORD: shutdown
+
+# Add the following lines to /etc/rc.conf to enable %%APP_SHORTNAME%%:
+# %%APP_SHORTNAME%%_enable (bool):      Set to "YES" to enable %%APP_SHORTNAME%%
+# %%APP_SHORTNAME%%_args (str):         Optional arguments to OAJBoss
+# %%APP_SHORTNAME%%_log_stdout (str)       JBoss log output stdout, filename.
+# %%APP_SHORTNAME%%_log_stderr (str)       JBoss log output stderr, filename.
+#
+
+. /etc/rc.subr
+
+name="%%APP_SHORTNAME%%"
+rcvar=%%APP_SHORTNAME%%_enable
+extra_commands="status"
+
+load_rc_config $name
+
+%%APP_SHORTNAME%%_logdir="%%LOG_DIR%%"
+%%APP_SHORTNAME%%_enable="${%%APP_SHORTNAME%%_enable:-"NO"}"
+%%APP_SHORTNAME%%_log_stdout="${%%APP_SHORTNAME%%_log_stdout:-"${%%APP_SHORTNAME%%_logdir}/log"}"
+%%APP_SHORTNAME%%_log_stderr="${%%APP_SHORTNAME%%_log_stderr:-"${%%APP_SHORTNAME%%_logdir}/error"}"
+%%APP_SHORTNAME%%_args="${%%APP_SHORTNAME%%_args:-""}"
+%%APP_SHORTNAME%%_sleep="${%%APP_SHORTNAME%%_sleep:-"5"}"
+%%APP_SHORTNAME%%_kill9="${%%APP_SHORTNAME%%_kill9:-""}"
+%%APP_SHORTNAME%%_additional_killall="${%%APP_SHORTNAME%%_additional_killall:-""}"
+%%APP_SHORTNAME%%_user="%%USER%%"
+%%APP_SHORTNAME%%_group="%%GROUP%%"
+
+start_cmd="%%APP_SHORTNAME%%_start"
+stop_cmd="%%APP_SHORTNAME%%_stop"
+pidfile="%%PID_FILE%%"
+
+WILDFLY_HOME="%%APP_HOME%%"
+#minimal requirements must be set for our javavmwrapper
+JAVA_VERSION="1.7+"
+export JAVA_VERSION
+
+%%APP_SHORTNAME%%_start ()
+{
+	if [ ! -d "${%%APP_SHORTNAME%%_logdir}" ]
+	then
+		install -d -o ${%%APP_SHORTNAME%%_user} ${%%APP_SHORTNAME%%_logdir}
+	fi
+
+	echo "Starting %%APP_SHORTNAME%%."
+	daemon -u ${%%APP_SHORTNAME%%_user} ${WILDFLY_HOME}/bin/standalone.sh ${%%APP_SHORTNAME%%_args} >> ${%%APP_SHORTNAME%%_log_stdout} 2>> ${%%APP_SHORTNAME%%_log_stderr}
+
+	sleep ${%%APP_SHORTNAME%%_sleep}	# let daemon(8) and sh(1) finish before executing pgrep(1)
+	pgrep -U ${%%APP_SHORTNAME%%_user} -f ${WILDFLY_HOME}/modules > ${pidfile}
+	chown ${%%APP_SHORTNAME%%_user} $pidfile
+}
+
+%%APP_SHORTNAME%%_stop ()
+{
+	# Subvert the check_pid_file procname check.
+	if [ -f ${pidfile} ]
+	then
+		kill `cat ${pidfile}`
+		# Only if we aware that our setup can hangs, and only after trying simple kill, we can kill it hard way.
+		if [ ! -z "${%%APP_SHORTNAME%%_kill9}" ]
+		then
+			sleep ${%%APP_SHORTNAME%%_sleep}
+			kill  -9 `cat ${pidfile}`
+		fi
+		# In some setups, JBoss can spawn some child processess, which could prevent it from stopping, and freeing net ports.
+		# Let's blindly kill them all, since we are really know what we are doing.
+		if [ ! -z "${%%APP_SHORTNAME%%_additional_killall}" ]
+		then
+			sleep ${%%APP_SHORTNAME%%_sleep}
+			killall ${%%APP_SHORTNAME%%_additional_killall}
+		fi
+	fi
+}
+
+%%APP_SHORTNAME%%_status ()
+{
+	# If running, show pid
+	if [ -f ${pidfile} ]
+	then
+		echo "%%APP_SHORTNAME%% is running as pid" `cat ${pidfile}`
+	else
+		echo "%%APP_SHORTNAME%% is not running"
+	fi
+}
+
+run_rc_command "$1"

Modified: head/java/wildfly100/pkg-descr
==============================================================================
--- head/java/wildfly90/pkg-descr	Thu Dec 17 23:19:36 2015	(r403941)
+++ head/java/wildfly100/pkg-descr	Fri Dec 18 01:11:38 2015	(r403945)
@@ -1,5 +1,5 @@
 WildFly is a flexible, lightweight, managed application
-runtime that helps you build amazing  applications.
+runtime that helps you build amazing applications.
 WildFly - new name for JBoss Application Server
 
 Fast Startup

Modified: head/java/wildfly100/pkg-plist
==============================================================================
--- head/java/wildfly90/pkg-plist	Thu Dec 17 23:19:36 2015	(r403941)
+++ head/java/wildfly100/pkg-plist	Fri Dec 18 01:11:38 2015	(r403945)
@@ -50,46 +50,41 @@
 @(www,www,555) %%APP_HOME%%/bin/wsconsume.sh
 @(www,www,555) %%APP_HOME%%/bin/wsprovide.sh
 %%APP_HOME%%/copyright.txt
+%%APP_HOME%%/docs/contrib/scripts/README.md
+%%APP_HOME%%/docs/contrib/scripts/init.d/wildfly-init-debian.sh
+%%APP_HOME%%/docs/contrib/scripts/init.d/wildfly-init-redhat.sh
+%%APP_HOME%%/docs/contrib/scripts/init.d/wildfly.conf
+%%APP_HOME%%/docs/contrib/scripts/service/amd64/wildfly-service.exe
+%%APP_HOME%%/docs/contrib/scripts/service/service.bat
+%%APP_HOME%%/docs/contrib/scripts/service/wildfly-mgr.exe
+%%APP_HOME%%/docs/contrib/scripts/service/wildfly-service.exe
+%%APP_HOME%%/docs/contrib/scripts/systemd/README
+%%APP_HOME%%/docs/contrib/scripts/systemd/launch.sh
+%%APP_HOME%%/docs/contrib/scripts/systemd/wildfly.conf
+%%APP_HOME%%/docs/contrib/scripts/systemd/wildfly.service
 %%APP_HOME%%/docs/examples/configs/standalone-ec2-full-ha.xml
 %%APP_HOME%%/docs/examples/configs/standalone-ec2-ha.xml
 %%APP_HOME%%/docs/examples/configs/standalone-genericjms.xml
 %%APP_HOME%%/docs/examples/configs/standalone-gossip-full-ha.xml
 %%APP_HOME%%/docs/examples/configs/standalone-gossip-ha.xml
-%%APP_HOME%%/docs/examples/configs/standalone-hornetq-colocated.xml
 %%APP_HOME%%/docs/examples/configs/standalone-jts.xml
 %%APP_HOME%%/docs/examples/configs/standalone-minimalistic.xml
 %%APP_HOME%%/docs/examples/configs/standalone-picketlink.xml
 %%APP_HOME%%/docs/examples/configs/standalone-rts.xml
 %%APP_HOME%%/docs/examples/configs/standalone-xts.xml
-%%APP_HOME%%/docs/schema/XMLSchema.dtd
-%%APP_HOME%%/docs/schema/XMLSchema.xsd
-%%APP_HOME%%/docs/schema/access_control-xacml-2.0-context-schema-os.xsd
-%%APP_HOME%%/docs/schema/access_control-xacml-2.0-policy-schema-os.xsd
 %%APP_HOME%%/docs/schema/application-client_6.xsd
 %%APP_HOME%%/docs/schema/application-client_7.xsd
 %%APP_HOME%%/docs/schema/application_1_4.xsd
 %%APP_HOME%%/docs/schema/application_5.xsd
 %%APP_HOME%%/docs/schema/application_6.xsd
 %%APP_HOME%%/docs/schema/application_7.xsd
-%%APP_HOME%%/docs/schema/config/picketlink-fed-handler.xsd
-%%APP_HOME%%/docs/schema/config/picketlink-fed.xsd
-%%APP_HOME%%/docs/schema/config/picketlink_v2.1.xsd
-%%APP_HOME%%/docs/schema/cs-sstc-schema-assertion-01.xsd
-%%APP_HOME%%/docs/schema/cs-sstc-schema-assertion-1.1.xsd
-%%APP_HOME%%/docs/schema/cs-sstc-schema-protocol-01.xsd
-%%APP_HOME%%/docs/schema/cs-sstc-schema-protocol-1.1.xsd
-%%APP_HOME%%/docs/schema/datatypes.dtd
+%%APP_HOME%%/docs/schema/artemis-configuration.xsd
+%%APP_HOME%%/docs/schema/artemis-server.xsd
+%%APP_HOME%%/docs/schema/batch-jberet_1_0.xsd
 %%APP_HOME%%/docs/schema/ejb-jar_2_1.xsd
 %%APP_HOME%%/docs/schema/ejb-jar_3_0.xsd
 %%APP_HOME%%/docs/schema/ejb-jar_3_1.xsd
 %%APP_HOME%%/docs/schema/ejb-jar_3_2.xsd
-%%APP_HOME%%/docs/schema/hornetq-configuration.xsd
-%%APP_HOME%%/docs/schema/hornetq-jms.xsd
-%%APP_HOME%%/docs/schema/hornetq-users.xsd
-%%APP_HOME%%/docs/schema/ietf-kitten-sasl-saml-ec.xsd
-%%APP_HOME%%/docs/schema/infinispan-cachestore-jdbc-config-7.2.xsd
-%%APP_HOME%%/docs/schema/infinispan-cachestore-remote-config-7.2.xsd
-%%APP_HOME%%/docs/schema/infinispan-config-7.2.xsd
 %%APP_HOME%%/docs/schema/j2ee_1_4.xsd
 %%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd
 %%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd
@@ -123,7 +118,6 @@
 %%APP_HOME%%/docs/schema/jboss-as-config_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-config_2_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-config_2_2.xsd
-%%APP_HOME%%/docs/schema/jboss-as-datasources_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-datasources_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-datasources_1_2.xsd
 %%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_0.xsd
@@ -134,6 +128,7 @@
 %%APP_HOME%%/docs/schema/jboss-as-ee_1_2.xsd
 %%APP_HOME%%/docs/schema/jboss-as-ee_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-ee_3_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-ee_4_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_2.xsd
@@ -150,6 +145,7 @@
 %%APP_HOME%%/docs/schema/jboss-as-infinispan_1_5.xsd
 %%APP_HOME%%/docs/schema/jboss-as-infinispan_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-infinispan_3_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-infinispan_4_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_2.xsd
@@ -159,13 +155,13 @@
 %%APP_HOME%%/docs/schema/jboss-as-jaxr_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jaxr_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jaxrs_1_0.xsd
-%%APP_HOME%%/docs/schema/jboss-as-jca_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jca_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jdr_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_3_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-jgroups_4_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jmx_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd
@@ -238,6 +234,7 @@
 %%APP_HOME%%/docs/schema/jboss-as-webservices_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-weld_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-weld_2_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-weld_3_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-xts_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-xts_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-client_6_0.xsd
@@ -247,12 +244,15 @@
 %%APP_HOME%%/docs/schema/jboss-deployment-structure-1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-deployment-structure-1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-deployment-structure-1_2.xsd
+%%APP_HOME%%/docs/schema/jboss-deployment-structure-1_3.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-cache_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-client_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-client_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-client_1_2.xsd
+%%APP_HOME%%/docs/schema/jboss-ejb-clustering_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-container-interceptors_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-delivery-active_1_0.xsd
+%%APP_HOME%%/docs/schema/jboss-ejb-delivery-active_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-iiop_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-pool_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd
@@ -264,133 +264,36 @@
 %%APP_HOME%%/docs/schema/jboss-jpa_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-pojo_7_0.xsd
 %%APP_HOME%%/docs/schema/jboss-service_7_0.xsd
+%%APP_HOME%%/docs/schema/jboss-web_10_0.xsd
 %%APP_HOME%%/docs/schema/jboss-web_7_0.xsd
 %%APP_HOME%%/docs/schema/jboss-web_7_1.xsd
+%%APP_HOME%%/docs/schema/jboss-web_7_2.xsd
 %%APP_HOME%%/docs/schema/jboss-web_8_0.xsd
 %%APP_HOME%%/docs/schema/jboss-weld-1_0.xsd
-%%APP_HOME%%/docs/schema/jboss_1_0.xsd
-%%APP_HOME%%/docs/schema/jboss_web_services_1.0.xsd
-%%APP_HOME%%/docs/schema/jboss_web_services_1.2.xsd
-%%APP_HOME%%/docs/schema/jboss_web_services_1.3.xsd
+%%APP_HOME%%/docs/schema/jboss-weld-1_1.xsd
 %%APP_HOME%%/docs/schema/jbossws-jaxws-config_4_0.xsd
 %%APP_HOME%%/docs/schema/jbossws-web-services_1_0.xsd
-%%APP_HOME%%/docs/schema/jbossxacml-2.0.xsd
 %%APP_HOME%%/docs/schema/jbxb_1_0.xsd
 %%APP_HOME%%/docs/schema/jndi-binding-service_1_0.xsd
 %%APP_HOME%%/docs/schema/jsp_2_0.xsd
 %%APP_HOME%%/docs/schema/jsp_2_1.xsd
 %%APP_HOME%%/docs/schema/jsp_2_2.xsd
 %%APP_HOME%%/docs/schema/jsp_2_3.xsd
-%%APP_HOME%%/docs/schema/liberty/idwsf/liberty-idwsf-authn-svc-v2.0.xsd
-%%APP_HOME%%/docs/schema/liberty/idwsf/liberty-idwsf-disco-svc-v2.0.xsd
-%%APP_HOME%%/docs/schema/liberty/idwsf/liberty-idwsf-idmapping-svc-v2.0.xsd
-%%APP_HOME%%/docs/schema/liberty/idwsf/liberty-idwsf-interaction-svc-v2.0.xsd
-%%APP_HOME%%/docs/schema/liberty/idwsf/liberty-idwsf-people-service-v1.0.xsd
-%%APP_HOME%%/docs/schema/liberty/idwsf/liberty-idwsf-soap-binding.xsd
 %%APP_HOME%%/docs/schema/module-1_0.xsd
 %%APP_HOME%%/docs/schema/module-1_1.xsd
 %%APP_HOME%%/docs/schema/module-1_2.xsd
 %%APP_HOME%%/docs/schema/module-1_3.xsd
-%%APP_HOME%%/docs/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd
-%%APP_HOME%%/docs/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd
-%%APP_HOME%%/docs/schema/oasis-wss-wssecurity-secext-1.1.xsd
 %%APP_HOME%%/docs/schema/orm_1_0.xsd
 %%APP_HOME%%/docs/schema/persistence_1_0.xsd
 %%APP_HOME%%/docs/schema/persistence_2_0.xsd
 %%APP_HOME%%/docs/schema/picketbox-security-domain-configuration_4_0.xsd
-%%APP_HOME%%/docs/schema/saml-async-slo-v1.0.xsd
-%%APP_HOME%%/docs/schema/saml-metadata-rpi-v1.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-assertion-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-auth-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-ip-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-ippword-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-kerberos-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-nomad-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-personal-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-pgp-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-ppt-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-pword-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-session-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-smartcard-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-smartcardpki-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-softwarepki-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-spki-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-srp-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-sslcert-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-timesync-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-types-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-x509-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-authn-context-xmldsig-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-dce-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-ecp-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-metadata-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-protocol-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-x500-2.0.xsd
-%%APP_HOME%%/docs/schema/saml-schema-xacml-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v1/oasis-sstc-saml-schema-assertion-1.1.xsd
-%%APP_HOME%%/docs/schema/saml/v1/saml-schema-assertion-1.0.xsd
-%%APP_HOME%%/docs/schema/saml/v1/saml-schema-protocol-1.1.xsd
-%%APP_HOME%%/docs/schema/saml/v2/access_control-xacml-2.0-saml-assertion-schema-os.xsd
-%%APP_HOME%%/docs/schema/saml/v2/access_control-xacml-2.0-saml-protocol-schema-os.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-assertion-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-auth-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-ip-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-ippword-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-kerberos-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-nomad-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-personal-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-pgp-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-ppt-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-pword-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-session-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-smartcard-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-smartcardpki-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-softwarepki-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-spki-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-srp-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-sslcert-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-telephony-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-timesync-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-types-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-x509-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-authn-context-xmldsig-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-dce-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-ecp-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-metadata-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-protocol-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-x500-2.0.xsd
-%%APP_HOME%%/docs/schema/saml/v2/saml-schema-xacml-2.0.xsd
 %%APP_HOME%%/docs/schema/security-config_4_0.xsd
 %%APP_HOME%%/docs/schema/security-config_4_1.xsd
 %%APP_HOME%%/docs/schema/security-config_5_0.xsd
 %%APP_HOME%%/docs/schema/shared-session-config_1_0.xsd
-%%APP_HOME%%/docs/schema/soap-envelope.xsd
-%%APP_HOME%%/docs/schema/sstc-metadata-attr.xsd
-%%APP_HOME%%/docs/schema/sstc-saml-channel-binding-ext-v1.0.xsd
-%%APP_HOME%%/docs/schema/sstc-saml-delegation.xsd
-%%APP_HOME%%/docs/schema/sstc-saml-idp-discovery.xsd
-%%APP_HOME%%/docs/schema/sstc-saml-metadata-ext-query.xsd
-%%APP_HOME%%/docs/schema/sstc-saml-metadata-ui-v1.0.xsd
-%%APP_HOME%%/docs/schema/sstc-saml-protocol-ext-thirdparty.xsd
-%%APP_HOME%%/docs/schema/sstc-saml1x-metadata.xsd
+%%APP_HOME%%/docs/schema/singleton-deployment_1_0.xsd
 %%APP_HOME%%/docs/schema/trans-timeout-1_0.xsd
 %%APP_HOME%%/docs/schema/user-roles_1_0.xsd
-%%APP_HOME%%/docs/schema/w3c/xmldsig/xmldsig-core-schema.xsd
-%%APP_HOME%%/docs/schema/w3c/xmlenc/xenc-schema.xsd
-%%APP_HOME%%/docs/schema/w3c/xmlschema/XMLSchema.dtd
-%%APP_HOME%%/docs/schema/w3c/xmlschema/datatypes.dtd
-%%APP_HOME%%/docs/schema/w3c/xmlschema/xml.xsd
 %%APP_HOME%%/docs/schema/web-app_2_4.xsd
 %%APP_HOME%%/docs/schema/web-app_2_5.xsd
 %%APP_HOME%%/docs/schema/web-app_3_0.xsd
@@ -405,19 +308,26 @@
 %%APP_HOME%%/docs/schema/web-jsptaglibrary_2_0.xsd
 %%APP_HOME%%/docs/schema/web-jsptaglibrary_2_1.xsd
 %%APP_HOME%%/docs/schema/web-partialresponse_2_2.xsd
+%%APP_HOME%%/docs/schema/wildfly-batch-jberet_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-batch_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-bean-validation_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-cli_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-config_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-config_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-datasources_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-datasources_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-datasources_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-ejb-timer_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-ejb3_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-ejb3_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-io_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-io_1_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-jca_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-jca_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-jca_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-mail_2_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-messaging-activemq-deployment_1_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-messaging-activemq_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-picketlink-idm_1_0.xsd
@@ -427,29 +337,18 @@
 %%APP_HOME%%/docs/schema/wildfly-request-controller_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-resource-adapters_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-resource-adapters_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-resource-adapters_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-rts_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-security-manager_1_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-singleton_1_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-threads_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-txn_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_1_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_1_2.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_2_0.xsd
-%%APP_HOME%%/docs/schema/ws-addr.xsd
-%%APP_HOME%%/docs/schema/ws-policy.xsd
-%%APP_HOME%%/docs/schema/ws-trust-1.3.xsd
-%%APP_HOME%%/docs/schema/wstrust/v1_3/oasis-200401-wss-wssecurity-secext-1.0.xsd
-%%APP_HOME%%/docs/schema/wstrust/v1_3/oasis-200401-wss-wssecurity-utility-1.0.xsd
-%%APP_HOME%%/docs/schema/wstrust/v1_3/ws-addr.xsd
-%%APP_HOME%%/docs/schema/wstrust/v1_3/ws-policy.xsd
-%%APP_HOME%%/docs/schema/wstrust/v1_3/ws-trust-1.3.xsd
-%%APP_HOME%%/docs/schema/xenc-schema.xsd
-%%APP_HOME%%/docs/schema/xenc11-schema.xsd
+%%APP_HOME%%/docs/schema/wildfly-undertow_3_0.xsd
 %%APP_HOME%%/docs/schema/xml.xsd
-%%APP_HOME%%/docs/schema/xmldsig-core-schema.xsd
-%%APP_HOME%%/docs/schema/xmldsig11-schema.xsd
-%%APP_HOME%%/docs/schema/xmlschema/XMLSchema.dtd
-%%APP_HOME%%/docs/schema/xmlschema/datatypes.dtd
-%%APP_HOME%%/docs/schema/xmltooling-config.xsd
 %%APP_HOME%%/jboss-modules.jar
 %%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-3.3.1.jar
 %%APP_HOME%%/modules/system/layers/base/asm/asm/main/module.xml
@@ -457,18 +356,20 @@
 %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.1.0.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.5.1.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.5.4.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.5.1.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.5.4.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.5.1.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.5.4.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.5.1.jar
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.5.1.jar
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.5.1.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.5.4.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.5.4.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.5.4.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/relaxngDatatype-2011.1.jar
+%%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/compiler-0.8.13.jar
+%%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/google/guava/main/guava-18.0.jar
 %%APP_HOME%%/modules/system/layers/base/com/google/guava/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/h2-1.3.173.jar
@@ -499,13 +400,15 @@
 %%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.26.Final.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.2.9.Final.jar
-%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-1.1.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.3.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/undertow-js-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.2.9.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.3.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.2.9.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.3.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml
@@ -516,7 +419,7 @@
 %%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-1.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-1.0.4.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-1.0.5.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/el/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/cdi-api-1.2.jar
 %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/module.xml
@@ -538,7 +441,7 @@
 %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/openjdk-orb-8.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/openjdk-orb-8.0.5.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/hibernate-jpa-2.1-api-1.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/jbosgi-xservice.properties
 %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/module.xml
@@ -555,7 +458,7 @@
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.1.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/jboss-javax-sql-api_7.0_spec-1.1.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/jboss-javax-sql-api_7.0_spec-2.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/module.xml
@@ -580,17 +483,38 @@
 %%APP_HOME%%/modules/system/layers/base/net/jcip/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/nu/xom/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/nu/xom/main/xom-1.2.10.jar
-%%APP_HOME%%/modules/system/layers/base/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/antlr/antlr-runtime/3.4/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/antlr/main/antlr-2.7.7.jar
 %%APP_HOME%%/modules/system/layers/base/org/antlr/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-commons-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-journal-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-native-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/lib/linux-i686/libartemis-native-32.so
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/lib/linux-x86_64/libartemis-native-64.so
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-proton-plug-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-service-extensions-1.1.0.wildfly.007.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/avro-1.7.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/commons-beanutils-core-1.8.3.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/commons-beanutils-1.9.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/commons-cli-1.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.9.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.10.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/commons-collections-3.2.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/module.xml
@@ -601,85 +525,87 @@
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/commons-pool-1.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.0.5-jandex.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.0.5-jandex.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.0.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.2-jbossorg-2-jandex.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.1.2-jbossorg-2-jandex.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.1.2-jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.1.2-jbossorg-2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.0.3.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.0.3.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.0.3.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.0.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.1.2-jbossorg-2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.0.1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.3.6.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-4.3.3.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-nio-4.3.3.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.3.6.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-4.4.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-nio-4.4.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.5.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-0.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-4.10.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-4.10.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-4.10.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-memory-4.10.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queries-4.10.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-4.10.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-backward-codecs-5.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-misc-5.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-5.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-5.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-5.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queries-5.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-5.3.0.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/neethi-3.0.3.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-api-0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-impl-0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-jms-0.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.8.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-jms-0.8.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.0.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.0.5.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-1.7.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/jasypt-1.9.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.0.4.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.0.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.1.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.1.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.1.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.1.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.1.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.1.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.2.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/serializer-2.7.1.jbossorg-2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/xalan-2.7.1.jbossorg-2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.11.0.SP3.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.11.0.SP4.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/xml-resolver-1.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcmail-jdk15on-1.52.jar
@@ -703,241 +629,210 @@
 %%APP_HOME%%/modules/system/layers/base/org/dom4j/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/ecj-4.4.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.9.jar
+%%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.11.jar
 %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/javax.el-impl-3.0.1-b05-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/javax.el-impl-3.0.1-b08-jbossorg-1.jar
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/javax.enterprise.concurrent-1.0.jar
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/javax.json-1.0.3.jar
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/3/jipijapa-hibernate3-1.0.1.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/3/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.3/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.5.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/5.0/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/hibernate-hql-lucene-1.1.0.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/hibernate-hql-parser-1.1.0.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/hibernate-infinispan-4.3.10.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/hibernate-infinispan-5.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-4.3.10.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.3.10.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-4.3.10.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-10.0.0.CR4.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-5.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/hibernate-search-backend-jgroups-5.2.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/hibernate-search-backend-jgroups-5.5.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.2.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.5.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.2.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.5.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.2.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.5.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.2.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.5.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.1.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.2.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-5.1.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-5.2.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-commons-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-core-client-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-client-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-server-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-journal-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-native-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-server-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-tools-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main/hornetq-amqp-protocol-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main/hornetq-stomp-protocol-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main/hornetq-ra-2.4.7.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-7.2.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-commons-2.4.7.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-core-client-2.4.7.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-jms-client-2.4.7.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-8.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-7.2.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-8.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-7.2.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-8.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-7.2.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-8.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-search/directory-provider/main/hibernate-search-infinispan-5.2.0.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-search/directory-provider/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/infinispan-directory-provider-7.2.3.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/infinispan-lucene-directory-7.2.3.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-7.2.3.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-8.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/infinispan-query-dsl-7.2.3.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-objectfilter-7.2.3.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-query-7.2.3.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.18.1-GA.jar
 %%APP_HOME%%/modules/system/layers/base/org/javassist/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/jaxen-1.1.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.1.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.2.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.33.15.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.65.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-10.0.0.CR4.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/wildfly-configadmin-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.8.13.Final-resources.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-9.0.2.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/wildfly-embedded-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-1.0.2.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/jipijapa-hibernate3-1.0.1.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.2.16.SP1.jar
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.3.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-9.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-10.0.0.CR4.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-1.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-2.0.0.CR8.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list