diff options
author | rene <rene@FreeBSD.org> | 2016-02-02 04:41:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-02 04:41:29 +0800 |
commit | 70b89faa5cfa2a270741a3439ffb2519bbe9e18d (patch) | |
tree | 1dfd8ca0c2e22b63a89245bd457ff7f0c6f783a6 | |
parent | 338bea9b24120b666e1faf6601be8ba4f01f1f5f (diff) | |
download | freebsd-ports-gnome-70b89faa5cfa2a270741a3439ffb2519bbe9e18d.tar.gz freebsd-ports-gnome-70b89faa5cfa2a270741a3439ffb2519bbe9e18d.tar.zst freebsd-ports-gnome-70b89faa5cfa2a270741a3439ffb2519bbe9e18d.zip |
Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
43 files changed, 6 insertions, 4807 deletions
@@ -8121,3 +8121,9 @@ devel/py-msgpack|devel/py-msgpack-python|2016-01-28|Renamed to match upstream na www/xpi-bookmarkdd||2016-01-30|Has expired, incompatible with Firefox 34+ databases/php5-redis||2016-01-30|Has expired: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead audio/linux-c6-pulseaudio-libs-glib2||2016-01-31|Integrated into audio/linux-c6-pulseaudio-libs +devel/pdcurses-the||2016-02-01|Has expired: Seperate port is no longer needed, see PR +www/py-django17||2016-02-01|Has expired: End of extended support: December 1, 2015 +www/codeigniter22|www/codeigniter|2016-02-01|Has expired: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version. +java/wildfly80||2016-02-01|Has expired: Fully EOL when version 8.2 was released +java/wildfly81||2016-02-01|Has expired: Fully EOL when version 9.0 was released +mail/phpmailer2|mail/phpmailer|2016-02-01|Has expired: Obsolete, use mail/phpmailer instead diff --git a/devel/Makefile b/devel/Makefile index 3f2f1100f384..e632533077c2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3490,7 +3490,6 @@ SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses - SUBDIR += pdcurses-the SUBDIR += pear SUBDIR += pear-Config SUBDIR += pear-Console_Color diff --git a/devel/pdcurses-the/Makefile b/devel/pdcurses-the/Makefile deleted file mode 100644 index 430a2bde47cb..000000000000 --- a/devel/pdcurses-the/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: alepulver -# $FreeBSD$ - -PORTNAME= pdcurses -PORTVERSION= 3.4 -CATEGORIES= devel -MASTER_SITES= SF -PKGNAMESUFFIX= -the -DISTNAME= PDCurses-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Curses library implementation for Win32, DOS, OS/2, and X11 - -DEPRECATED= Seperate port is no longer needed, see PR#201187 -EXPIRATION_DATE= 2016-01-31 - -CONFLICTS= pdcurses-[0-9]* - -USE_LDCONFIG= yes -USE_XORG= x11 xext sm ice xt xaw -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes - -OPTIONS_DEFINE= DEBUG LATIN1 NEXTAW XAW3D - -DEBUG_CONFIGURE_ENABLE= debug - -LATIN1_DESC= Latin1 keys support -LATIN1_CONFIGURE_ENABLE=latin1 - -NEXTAW_DESC= Link with NeXtaw -NEXTAW_CONFIGURE_WITH= nextaw -NEXTAW_LIB_DEPENDS= libneXtaw.so:${PORTSDIR}/x11-toolkits/neXtaw - -XAW3D_DESC= Link with Xaw3d -XAW3D_CONFIGURE_WITH= xaw3d -XAW3D_LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d - -post-patch: - @${REINPLACE_CMD} -e \ - 's|$$(libdir)/$$(SHLPRE)$$(SHLFILE)$$(SHLPST)|&.2|' \ - -e '/ln -f -s/ s|libdir)|prefix)/lib|' \ - ${WRKSRC}/Makefile.in - -post-install: - @cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libXCurses.so.2 libXCurses.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXCurses.so.2 - -.include <bsd.port.mk> diff --git a/devel/pdcurses-the/distinfo b/devel/pdcurses-the/distinfo deleted file mode 100644 index e695a1e75cc6..000000000000 --- a/devel/pdcurses-the/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PDCurses-3.4.tar.gz) = 46ad8fd439e71d44819ea884d775ccbf653b9f8b1f7a418a0cce3a510aa2e64b -SIZE (PDCurses-3.4.tar.gz) = 331253 diff --git a/devel/pdcurses-the/pkg-descr b/devel/pdcurses-the/pkg-descr deleted file mode 100644 index 01294acf8480..000000000000 --- a/devel/pdcurses-the/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, -implementing most of the functions available in System V R4 curses. It -supports most compilers for these platforms. The X11 port allows existing -text-mode curses programs to be re-compiled and linked with PDCurses to -produce native X11 applications. - -WWW: http://pdcurses.sourceforge.net/ diff --git a/devel/pdcurses-the/pkg-plist b/devel/pdcurses-the/pkg-plist deleted file mode 100644 index 0840b70ca834..000000000000 --- a/devel/pdcurses-the/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/xcurses-config -include/xcurses.h -include/xcurses/curses.h -include/xcurses/panel.h -include/xcurses/term.h -include/xpanel.h -lib/libXCurses.a -lib/libXCurses.so -lib/libXCurses.so.2 -lib/libXpanel.a -lib/libXpanel.so diff --git a/java/Makefile b/java/Makefile index 80225981b764..390a38b2d5a7 100644 --- a/java/Makefile +++ b/java/Makefile @@ -118,8 +118,6 @@ SUBDIR += veditor SUBDIR += visualvm SUBDIR += wildfly100 - SUBDIR += wildfly80 - SUBDIR += wildfly81 SUBDIR += wildfly82 SUBDIR += wildfly90 SUBDIR += xdoclet diff --git a/java/wildfly80/Makefile b/java/wildfly80/Makefile deleted file mode 100644 index 56cf2810f581..000000000000 --- a/java/wildfly80/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# Created by: Alexander Yerenkow <yerenkow@gmail.com> -# $FreeBSD$ - -PORTNAME= wildfly80 -PORTVERSION= 8.0.0 -PORTREVISION= 3 -CATEGORIES= java www -MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ -DISTNAME= wildfly-${WILDFLY_VERSION} - -MAINTAINER= yerenkow@gmail.com -COMMENT= Replacement for JBoss Application Server - -LICENSE= GPLv2 - -DEPRECATED= Fully EOL when version 8.2 was released -EXPIRATION_DATE= 2016-02-01 - -USE_RC_SUBR= wildfly80 -USE_JAVA= yes -JAVA_VERSION= 1.7+ -USER= www -GROUP= www -VAR_DIR?= /var -LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} -PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid -WILDFLY_VERSION=8.0.0.Final -SUB_FILES= pkg-message - -SUB_LIST= APP_SHORTNAME=${PORTNAME} \ - LOG_DIR=${LOG_DIR} \ - USER=${USER} \ - GROUP=${GROUP} \ - PID_FILE=${PID_FILE} \ - APP_HOME=${PREFIX}/wildfly-${PORTVERSION} -PLIST_SUB= APP_HOME=wildfly-${PORTVERSION} - -CONFIG_FILES= appclient/configuration/appclient.xml \ - appclient/configuration/logging.properties \ - 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 \ - 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-full-ha.xml \ - standalone/configuration/standalone-full.xml \ - standalone/configuration/standalone-ha.xml \ - standalone/configuration/standalone.xml - -post-patch: - ${RM} ${WRKSRC}/bin/add-user.sh.orig - -do-build: - ${RM} ${WRKSRC}/bin/*.bat - ${RM} -rf ${WRKSRC}/bin/service - ${RM} -rf ${WRKSRC}/bin/init.d - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}) - ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation -.for FILE in ${CONFIG_FILES} - ${MV} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE} \ - ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE}.sample -.endfor - -.include <bsd.port.mk> diff --git a/java/wildfly80/distinfo b/java/wildfly80/distinfo deleted file mode 100644 index 21aa200da4d2..000000000000 --- a/java/wildfly80/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wildfly-8.0.0.Final.tar.gz) = 7316100a8dae90a74fb96f9d70d758daee71ebd70d5ed680307082f010d6f3a9 -SIZE (wildfly-8.0.0.Final.tar.gz) = 140626714 diff --git a/java/wildfly80/files/patch-bin-add-user.sh b/java/wildfly80/files/patch-bin-add-user.sh deleted file mode 100644 index ceace091ca4d..000000000000 --- a/java/wildfly80/files/patch-bin-add-user.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/add-user.sh 2014-02-12 05:43:24.000000000 +0100 -+++ /usr/local/wildfly-8.0.0/bin/add-user.sh 2014-05-11 10:53:59.000000000 +0200 -@@ -7,6 +7,8 @@ - # - - DIRNAME=`dirname "$0"` -+JAVA_VERSION="1.7+" -+export JAVA_VERSION - - # OS specific support (must be 'true' or 'false'). - cygwin=false; diff --git a/java/wildfly80/files/pkg-message.in b/java/wildfly80/files/pkg-message.in deleted file mode 100644 index 89d01801d18d..000000000000 --- a/java/wildfly80/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -To make WildFly bind to all interfaces add this to rc.conf: - -wildfly80_args="-Djboss.bind.address=0.0.0.0" - -See - - https://community.jboss.org/wiki/JBossProperties - -for additional startup properties. - -To change JVM args, edit appropriate standalone.conf. - -To add the initial admin user: - -%%APP_HOME%%/bin/add-user.sh diff --git a/java/wildfly80/files/wildfly80.in b/java/wildfly80/files/wildfly80.in deleted file mode 100644 index aac767ae97aa..000000000000 --- a/java/wildfly80/files/wildfly80.in +++ /dev/null @@ -1,95 +0,0 @@ -#!/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" diff --git a/java/wildfly80/pkg-descr b/java/wildfly80/pkg-descr deleted file mode 100644 index d1324700d245..000000000000 --- a/java/wildfly80/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -WildFly is a flexible, lightweight, managed application -runtime that helps you build amazing applications. -WildFly - new name for JBoss Application Server - -Fast Startup -Small Footprint -Modular Design -Unified Configuration and Management - -And of course Java EE! - -WWW: http://wildfly.org diff --git a/java/wildfly80/pkg-plist b/java/wildfly80/pkg-plist deleted file mode 100644 index d5370c5761d5..000000000000 --- a/java/wildfly80/pkg-plist +++ /dev/null @@ -1,1814 +0,0 @@ -@owner www -@group www -@mode 600 -@sample %%APP_HOME%%/appclient/configuration/appclient.xml.sample -@sample %%APP_HOME%%/appclient/configuration/logging.properties.sample -@sample %%APP_HOME%%/domain/configuration/application-roles.properties.sample -@sample %%APP_HOME%%/domain/configuration/application-users.properties.sample -@sample %%APP_HOME%%/domain/configuration/default-server-logging.properties.sample -@sample %%APP_HOME%%/domain/configuration/domain.xml.sample -@sample %%APP_HOME%%/domain/configuration/host-master.xml.sample -@sample %%APP_HOME%%/domain/configuration/host-slave.xml.sample -@sample %%APP_HOME%%/domain/configuration/host.xml.sample -@sample %%APP_HOME%%/domain/configuration/logging.properties.sample -@sample %%APP_HOME%%/domain/configuration/mgmt-groups.properties.sample -@sample %%APP_HOME%%/domain/configuration/mgmt-users.properties.sample -@sample %%APP_HOME%%/standalone/configuration/application-roles.properties.sample -@sample %%APP_HOME%%/standalone/configuration/application-users.properties.sample -@sample %%APP_HOME%%/standalone/configuration/logging.properties.sample -@sample %%APP_HOME%%/standalone/configuration/mgmt-groups.properties.sample -@sample %%APP_HOME%%/standalone/configuration/mgmt-users.properties.sample -@sample %%APP_HOME%%/standalone/configuration/standalone-full-ha.xml.sample -@sample %%APP_HOME%%/standalone/configuration/standalone-full.xml.sample -@sample %%APP_HOME%%/standalone/configuration/standalone-ha.xml.sample -@sample %%APP_HOME%%/standalone/configuration/standalone.xml.sample -@mode -%%APP_HOME%%/LICENSE.txt -%%APP_HOME%%/README.txt -%%APP_HOME%%/bin/.jbossclirc -%%APP_HOME%%/bin/add-user.properties -@(www,www,555) %%APP_HOME%%/bin/add-user.sh -%%APP_HOME%%/bin/appclient.conf -@(www,www,555) %%APP_HOME%%/bin/appclient.sh -%%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt -%%APP_HOME%%/bin/client/README-EJB-JMS.txt -%%APP_HOME%%/bin/client/jboss-cli-client.jar -%%APP_HOME%%/bin/client/jboss-client.jar -%%APP_HOME%%/bin/domain.conf -@(www,www,555) %%APP_HOME%%/bin/domain.sh -%%APP_HOME%%/bin/jboss-cli-logging.properties -@(www,www,555) %%APP_HOME%%/bin/jboss-cli.sh -%%APP_HOME%%/bin/jboss-cli.xml -@(www,www,555) %%APP_HOME%%/bin/jconsole.sh -@(www,www,555) %%APP_HOME%%/bin/jdr.sh -@(www,www,555) %%APP_HOME%%/bin/run.sh -%%APP_HOME%%/bin/standalone.conf -@(www,www,555) %%APP_HOME%%/bin/standalone.sh -@(www,www,555) %%APP_HOME%%/bin/vault.sh -@(www,www,555) %%APP_HOME%%/bin/wsconsume.sh -@(www,www,555) %%APP_HOME%%/bin/wsprovide.sh -%%APP_HOME%%/copyright.txt -%%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-rts.xml -%%APP_HOME%%/docs/examples/configs/standalone-xts.xml -%%APP_HOME%%/docs/schema/application-client_6.xsd -%%APP_HOME%%/docs/schema/application-client_7.xsd -%%APP_HOME%%/docs/schema/application_1_2.dtd -%%APP_HOME%%/docs/schema/application_1_3.dtd -%%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/ejb-jar_1_1.dtd -%%APP_HOME%%/docs/schema/ejb-jar_2_0.dtd -%%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/j2ee_1_4.xsd -%%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd -%%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd -%%APP_HOME%%/docs/schema/j2ee_web_services_client_1_1.xsd -%%APP_HOME%%/docs/schema/java-properties_1_0.xsd -%%APP_HOME%%/docs/schema/javaee_5.xsd -%%APP_HOME%%/docs/schema/javaee_6.xsd -%%APP_HOME%%/docs/schema/javaee_7.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_1_2.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_1_3.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_1_4.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_client_1_2.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_client_1_3.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_client_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-app_3_0.dtd -%%APP_HOME%%/docs/schema/jboss-app_3_2.dtd -%%APP_HOME%%/docs/schema/jboss-app_4_0.dtd -%%APP_HOME%%/docs/schema/jboss-app_4_2.dtd -%%APP_HOME%%/docs/schema/jboss-app_5_0.dtd -%%APP_HOME%%/docs/schema/jboss-app_7_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cmp_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cmp_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_5.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_2_0.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-deployment-scanner_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-ee_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-ee_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-ee_2_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 -%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-ejb3_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_2_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 -%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_3.xsd -%%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-jmx_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-jmx_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-jpa_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-jpa_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-jsf_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-jsr77_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mail_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mail_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging-deployment_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-pojo_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-remoting_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-remoting_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-sar_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-security_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-security_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-security_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-threads_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-threads_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_5.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-webservices_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-webservices_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-webservices_1_2.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-xts_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-xts_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-client_6_0.xsd -%%APP_HOME%%/docs/schema/jboss-common_5_1.xsd -%%APP_HOME%%/docs/schema/jboss-common_6_0.xsd -%%APP_HOME%%/docs/schema/jboss-deployment-dependencies-1_0.xsd -%%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-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-container-interceptors_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb-delivery-active_1_0.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 -%%APP_HOME%%/docs/schema/jboss-ejb-security-role_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb-security_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb-security_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-ejb3-2_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb3-spec-2_0.xsd -%%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_7_0.xsd -%%APP_HOME%%/docs/schema/jboss-web_7_1.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/jbossws-jaxws-config_4_0.xsd -%%APP_HOME%%/docs/schema/jbossws-web-services_1_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/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/orm_1_0.xsd -%%APP_HOME%%/docs/schema/persistence_1_0.xsd -%%APP_HOME%%/docs/schema/persistence_2_0.xsd -%%APP_HOME%%/docs/schema/trans-timeout-1_0.xsd -%%APP_HOME%%/docs/schema/user-roles_1_0.xsd -%%APP_HOME%%/docs/schema/web-app_2_2.dtd -%%APP_HOME%%/docs/schema/web-app_2_3.dtd -%%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 -%%APP_HOME%%/docs/schema/web-app_3_1.xsd -%%APP_HOME%%/docs/schema/web-common_3_0.xsd -%%APP_HOME%%/docs/schema/web-common_3_1.xsd -%%APP_HOME%%/docs/schema/web-facelettaglibrary_2_2.xsd -%%APP_HOME%%/docs/schema/web-facesconfig_1_0.dtd -%%APP_HOME%%/docs/schema/web-facesconfig_1_1.dtd -%%APP_HOME%%/docs/schema/web-facesconfig_1_2.xsd -%%APP_HOME%%/docs/schema/web-facesconfig_2_2.xsd -%%APP_HOME%%/docs/schema/web-fragment_3_0.xsd -%%APP_HOME%%/docs/schema/web-fragment_3_1.xsd -%%APP_HOME%%/docs/schema/web-jsptaglibrary_1_1.dtd -%%APP_HOME%%/docs/schema/web-jsptaglibrary_1_2.dtd -%%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_1_0.xsd -%%APP_HOME%%/docs/schema/wildfly-datasources_2_0.xsd -%%APP_HOME%%/docs/schema/wildfly-io_1_0.xsd -%%APP_HOME%%/docs/schema/wildfly-jca_2_0.xsd -%%APP_HOME%%/docs/schema/wildfly-mail_2_0.xsd -%%APP_HOME%%/docs/schema/wildfly-remoting_2_0.xsd -%%APP_HOME%%/docs/schema/wildfly-resource-adapters_2_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-undertow_1_0.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 -%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/cal10n-api-0.8.1.jar -%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.0.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.3.0.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.3.0.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.3.0.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.3.0.jar -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.3.0.jar -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.3.0.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/google/guava/main/guava-16.0.1.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 -%%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main/codemodel-2.6.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-runtime-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-tools-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.5-jbossorg-3.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.12.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-20110809.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-20110809.jar -%%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar -%%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/module.xml -%%APP_HOME%%/modules/system/layers/base/ibm/jdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.15.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.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/io/undertow/jasper-jdt/main/jasper-jdt-7.0.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/io/undertow/jasper-jdt/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-1.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.0.0.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.0.0.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 -%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.2_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-1.0.0.Final.jar -%%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.0.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.1.jar -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.2_spec-2.2.5.jar -%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/javax.inject-1.jar -%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/json/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar -%%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.5.1.jar -%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/module.xml -%%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/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 -%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_3.1_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-1.0.0.Final.jar -%%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.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/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 -%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/validation-api-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.0_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jaxrs-api-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/wsdl4j-1.6.3.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/net/jcip/main/jcip-annotations-1.0.jar -%%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.5.jar -%%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/avro/main/avro-1.7.5.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-1.8.3.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/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 -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main/commons-configuration-1.6.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/commons-io-2.4.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/commons-lang-2.6.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/module.xml -%%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-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-core-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-core-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-2.7.7-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-2.6.1.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-api-2.7.7.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.2.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-4.2.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.2.1.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-3.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-3.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-3.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-memory-3.6.2.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.2.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/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/santuario/xmlsec/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-1.5.6.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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-1.6.12.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/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/xerces/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.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-jdk16-1.46.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk16-1.46.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/jettison-1.3.1.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/stax2-api-3.1.1.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/woodstox-core-asl-4.2.0.jar -%%APP_HOME%%/modules/system/layers/base/org/dom4j/main/dom4j-1.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/dom4j/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/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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/javax.el-3.0.0.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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.4.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.0.0.Alpha6.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/hibernate-hql-parser-1.0.0.Alpha6.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-4.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-4.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-infinispan-4.3.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/jipijapa-hibernate4-3-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-4.5.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-infinispan-4.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-4.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/validator/cdi/main/hibernate-validator-cdi-5.0.3.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.0.3.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.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-core-client-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-client-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-server-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-journal-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-native-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-server-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-tools-2.4.1.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.1.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.1.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.1.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-6.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-6.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-6.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-6.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main/infinispan-lucene-directory-6.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main/infinispan-lucene-v3-6.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-6.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-6.0.1.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-query-6.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jacorb/main/jacorb-2.3.2-jbossorg-5.jar -%%APP_HOME%%/modules/system/layers/base/org/jacorb/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.3.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.0.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.11.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate/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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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.1.1.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.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/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-8.0.0.Final.jar -%%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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/util/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/util/main/wildfly-jpa-util-8.0.0.Final.jar -%%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.1.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.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-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/jboss-as-version-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-4.2.3.Final-wildfly800.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main/jboss-common-core-2.2.22.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-2.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.1.0.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF/ra.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/generic-jms-ra-jar-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.2.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.1.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-jacorb-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.1.4.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/jboss-marshalling-1.4.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/jboss-marshalling-river-1.4.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-appclient-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-common-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ear-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ejb-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-web-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/mod_cluster-container-spi-1.3.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main/mod_cluster-core-1.3.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/modules/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/restat-util-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/jboss-remote-naming-2.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-2.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-4.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.0.6.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/resteasy-validator-provider-11-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.0.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main/jboss-sasl-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main/jboss-stdio-1.0.2.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/weld-api-2.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-2.1.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-2.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-2.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-4.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/jbossws-spi-2.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/jbossws-common-tools-1.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main/jbossxb-2.0.3.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/netty-xnio-transport-0.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jdom/main/jdom-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jdom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/jgroups-3.4.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/joda/time/main/joda-time-1.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/joda/time/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jsoup/main/jsoup-1.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/jsoup/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main/rngom-201103.jboss-1.jar -%%APP_HOME%%/modules/system/layers/base/org/omg/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-2.5.3.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/openws-1.4.4.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/xmltooling-1.3.4.jar -%%APP_HOME%%/modules/system/layers/base/org/osgi/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/osgi/core/main/org.osgi.core-5.0.0.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-4.0.20.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-commons-1.0.0.final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-4.0.20.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/picketlink-common-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/picketlink-config-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/picketlink-jbas7-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/picketlink-federation-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/picketlink-idm-api-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/picketlink-idm-impl-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main/scannotation-1.0.3.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main/slf4j-ext-1.7.2.jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/jbosgi-xservice.properties -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.3.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.7.2.jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.2.jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/wildfly-security-manager-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/snakeyaml-1.13.jar -%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver -%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory -%%APP_HOME%%/standalone/deployments/README.txt -%%APP_HOME%%/welcome-content/bkg.gif -%%APP_HOME%%/welcome-content/documentation.html -%%APP_HOME%%/welcome-content/favicon.ico -%%APP_HOME%%/welcome-content/index.html -%%APP_HOME%%/welcome-content/index_noconsole.html -%%APP_HOME%%/welcome-content/jboss_community.png -%%APP_HOME%%/welcome-content/noconsole.html -%%APP_HOME%%/welcome-content/noredirect.html -%%APP_HOME%%/welcome-content/wildfly.css -%%APP_HOME%%/welcome-content/wildfly_logo.png -@dir %%APP_HOME%%/welcome-content -@dir %%APP_HOME%%/standalone/tmp/auth -@dir %%APP_HOME%%/standalone/tmp -@dir %%APP_HOME%%/standalone/lib/ext -@dir %%APP_HOME%%/standalone/lib -@dir %%APP_HOME%%/standalone/deployments -@dir %%APP_HOME%%/standalone/configuration -@dir %%APP_HOME%%/standalone -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk -@dir %%APP_HOME%%/modules/system/layers/base/sun -@dir %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main -@dir %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml -@dir %%APP_HOME%%/modules/system/layers/base/org/yaml -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/ext -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j -@dir %%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation -@dir %%APP_HOME%%/modules/system/layers/base/org/scannotation -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/config -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/common -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink -@dir %%APP_HOME%%/modules/system/layers/base/org/picketbox/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketbox -@dir %%APP_HOME%%/modules/system/layers/base/org/osgi/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/osgi/core -@dir %%APP_HOME%%/modules/system/layers/base/org/osgi -@dir %%APP_HOME%%/modules/system/layers/base/org/opensaml/main -@dir %%APP_HOME%%/modules/system/layers/base/org/opensaml -@dir %%APP_HOME%%/modules/system/layers/base/org/omg/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/omg/api -@dir %%APP_HOME%%/modules/system/layers/base/org/omg -@dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main -@dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom -@dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke -@dir %%APP_HOME%%/modules/system/layers/base/org/jsoup/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jsoup -@dir %%APP_HOME%%/modules/system/layers/base/org/joda/time/main -@dir %%APP_HOME%%/modules/system/layers/base/org/joda/time -@dir %%APP_HOME%%/modules/system/layers/base/org/joda -@dir %%APP_HOME%%/modules/system/layers/base/org/jgroups/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jgroups -@dir %%APP_HOME%%/modules/system/layers/base/org/jdom/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jdom -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xb -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/threads -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/msc -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/modules/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/modules -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/util/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/util -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss -@dir %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core -@dir %%APP_HOME%%/modules/system/layers/base/org/jberet -@dir %%APP_HOME%%/modules/system/layers/base/org/jaxen/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jaxen -@dir %%APP_HOME%%/modules/system/layers/base/org/javassist/main -@dir %%APP_HOME%%/modules/system/layers/base/org/javassist -@dir %%APP_HOME%%/modules/system/layers/base/org/jacorb/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jacorb -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-x86_64 -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-i686 -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/hql -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1 -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/3 -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish -@dir %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi -@dir %%APP_HOME%%/modules/system/layers/base/org/fusesource -@dir %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main -@dir %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence -@dir %%APP_HOME%%/modules/system/layers/base/org/eclipse -@dir %%APP_HOME%%/modules/system/layers/base/org/dom4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/dom4j -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus -@dir %%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main -@dir %%APP_HOME%%/modules/system/layers/base/org/bouncycastle -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xerces -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xalan -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/velocity -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/neethi -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/lucene -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/log4j -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/james -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/avro -@dir %%APP_HOME%%/modules/system/layers/base/org/apache -@dir %%APP_HOME%%/modules/system/layers/base/org/antlr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/antlr -@dir %%APP_HOME%%/modules/system/layers/base/org -@dir %%APP_HOME%%/modules/system/layers/base/nu/xom/main -@dir %%APP_HOME%%/modules/system/layers/base/nu/xom -@dir %%APP_HOME%%/modules/system/layers/base/nu -@dir %%APP_HOME%%/modules/system/layers/base/net/jcip/main -@dir %%APP_HOME%%/modules/system/layers/base/net/jcip -@dir %%APP_HOME%%/modules/system/layers/base/net -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml -@dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws -@dir %%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/websocket/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/websocket -@dir %%APP_HOME%%/modules/system/layers/base/javax/validation/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/validation/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/validation -@dir %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/transaction/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/transaction -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth -@dir %%APP_HOME%%/modules/system/layers/base/javax/security -@dir %%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/rmi/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/rmi -@dir %%APP_HOME%%/modules/system/layers/base/javax/resource/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/resource/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/resource -@dir %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/persistence/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/persistence -@dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee -@dir %%APP_HOME%%/modules/system/layers/base/javax/management -@dir %%APP_HOME%%/modules/system/layers/base/javax/mail/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/mail/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/mail -@dir %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/jws/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/jws -@dir %%APP_HOME%%/modules/system/layers/base/javax/json/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/json/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/json -@dir %%APP_HOME%%/modules/system/layers/base/javax/jms/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/jms/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/jms -@dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor -@dir %%APP_HOME%%/modules/system/layers/base/javax/inject/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/inject/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/inject -@dir %%APP_HOME%%/modules/system/layers/base/javax/faces/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/faces/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/faces -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise -@dir %%APP_HOME%%/modules/system/layers/base/javax/el/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/el/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/el -@dir %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/ejb/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/ejb -@dir %%APP_HOME%%/modules/system/layers/base/javax/batch/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/batch/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/batch -@dir %%APP_HOME%%/modules/system/layers/base/javax/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/annotation/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/annotation -@dir %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/activation/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/activation -@dir %%APP_HOME%%/modules/system/layers/base/javax -@dir %%APP_HOME%%/modules/system/layers/base/javaee/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javaee/api -@dir %%APP_HOME%%/modules/system/layers/base/javaee -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jasper-jdt/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jasper-jdt -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/core -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow -@dir %%APP_HOME%%/modules/system/layers/base/io/netty/main -@dir %%APP_HOME%%/modules/system/layers/base/io/netty -@dir %%APP_HOME%%/modules/system/layers/base/io -@dir %%APP_HOME%%/modules/system/layers/base/ibm/jdk/main -@dir %%APP_HOME%%/modules/system/layers/base/ibm/jdk -@dir %%APP_HOME%%/modules/system/layers/base/ibm -@dir %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main -@dir %%APP_HOME%%/modules/system/layers/base/gnu/getopt -@dir %%APP_HOME%%/modules/system/layers/base/gnu -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xsom -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2 -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/istack/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/istack -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/codemodel -@dir %%APP_HOME%%/modules/system/layers/base/com/sun -@dir %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main -@dir %%APP_HOME%%/modules/system/layers/base/com/h2database/h2 -@dir %%APP_HOME%%/modules/system/layers/base/com/h2database -@dir %%APP_HOME%%/modules/system/layers/base/com/google/guava/main -@dir %%APP_HOME%%/modules/system/layers/base/com/google/guava -@dir %%APP_HOME%%/modules/system/layers/base/com/google -@dir %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main -@dir %%APP_HOME%%/modules/system/layers/base/com/github/relaxng -@dir %%APP_HOME%%/modules/system/layers/base/com/github -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml -@dir %%APP_HOME%%/modules/system/layers/base/com -@dir %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main -@dir %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n -@dir %%APP_HOME%%/modules/system/layers/base/ch/qos -@dir %%APP_HOME%%/modules/system/layers/base/ch -@dir %%APP_HOME%%/modules/system/layers/base/asm/asm/main -@dir %%APP_HOME%%/modules/system/layers/base/asm/asm -@dir %%APP_HOME%%/modules/system/layers/base/asm -@dir %%APP_HOME%%/modules/system/layers/base -@dir %%APP_HOME%%/modules/system/layers -@dir %%APP_HOME%%/modules/system -@dir %%APP_HOME%%/modules -@dir %%APP_HOME%%/domain/tmp/auth -@dir %%APP_HOME%%/domain/tmp -@dir %%APP_HOME%%/domain/data/content -@dir %%APP_HOME%%/domain/data -@dir %%APP_HOME%%/domain/configuration -@dir %%APP_HOME%%/domain -@dir %%APP_HOME%%/docs/schema -@dir %%APP_HOME%%/docs/examples/configs -@dir %%APP_HOME%%/docs/examples -@dir %%APP_HOME%%/docs -@dir %%APP_HOME%%/bin/client -@dir %%APP_HOME%%/bin -@dir %%APP_HOME%%/appclient/configuration -@dir %%APP_HOME%%/appclient -@owner -@group diff --git a/java/wildfly81/Makefile b/java/wildfly81/Makefile deleted file mode 100644 index ac129e357bea..000000000000 --- a/java/wildfly81/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# Created by: Alexander Yerenkow <yerenkow@gmail.com> -# $FreeBSD$ - -PORTNAME= wildfly81 -PORTVERSION= 8.1.0 -PORTREVISION= 2 -CATEGORIES= java www -MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ -DISTNAME= wildfly-${WILDFLY_VERSION} - -MAINTAINER= yerenkow@gmail.com -COMMENT= Replacement for JBoss Application Server - -LICENSE= GPLv2 - -DEPRECATED= Fully EOL when version 9.0 was released -EXPIRATION_DATE= 2016-02-01 - -USE_RC_SUBR= wildfly81 -USE_JAVA= yes -JAVA_VERSION= 1.7+ -USER= www -GROUP= www -VAR_DIR?= /var -LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} -PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid -WILDFLY_VERSION=8.1.0.Final -SUB_FILES= pkg-message - -SUB_LIST= APP_SHORTNAME=${PORTNAME} \ - LOG_DIR=${LOG_DIR} \ - USER=${USER} \ - GROUP=${GROUP} \ - PID_FILE=${PID_FILE} \ - APP_HOME=${PREFIX}/wildfly-${PORTVERSION} -PLIST_SUB= APP_HOME=wildfly-${PORTVERSION} - -CONFIG_FILES= appclient/configuration/appclient.xml \ - appclient/configuration/logging.properties \ - 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 \ - 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-full-ha.xml \ - standalone/configuration/standalone-full.xml \ - standalone/configuration/standalone-ha.xml \ - standalone/configuration/standalone.xml - -post-patch: - ${RM} ${WRKSRC}/bin/add-user.sh.orig - -do-build: - ${RM} ${WRKSRC}/bin/*.bat - ${RM} -rf ${WRKSRC}/bin/service - ${RM} -rf ${WRKSRC}/bin/init.d - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}) - ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation -.for FILE in ${CONFIG_FILES} - ${MV} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE} \ - ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE}.sample -.endfor - -.include <bsd.port.mk> diff --git a/java/wildfly81/distinfo b/java/wildfly81/distinfo deleted file mode 100644 index dca798c38112..000000000000 --- a/java/wildfly81/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wildfly-8.1.0.Final.tar.gz) = 719dc074ace7320dee52ccdd8e3b41beda038f2f09d69af085273d4f00a75266 -SIZE (wildfly-8.1.0.Final.tar.gz) = 115995207 diff --git a/java/wildfly81/files/patch-bin-add-user.sh b/java/wildfly81/files/patch-bin-add-user.sh deleted file mode 100644 index b4e9bad0c9ac..000000000000 --- a/java/wildfly81/files/patch-bin-add-user.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/add-user.sh 2014-02-12 05:43:24.000000000 +0100 -+++ /usr/local/wildfly-8.1.0/bin/add-user.sh 2014-05-11 10:53:59.000000000 +0200 -@@ -7,6 +7,8 @@ - # - - DIRNAME=`dirname "$0"` -+JAVA_VERSION="1.7+" -+export JAVA_VERSION - - # OS specific support (must be 'true' or 'false'). - cygwin=false; diff --git a/java/wildfly81/files/pkg-message.in b/java/wildfly81/files/pkg-message.in deleted file mode 100644 index 89137c0da5c7..000000000000 --- a/java/wildfly81/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -To make WildFly bind to all interfaces add this to rc.conf: - -wildfly81_args="-Djboss.bind.address=0.0.0.0" - -See - - https://community.jboss.org/wiki/JBossProperties - -for additional startup properties. - -To change JVM args, edit appropriate standalone.conf. - -To add the initial admin user: - -%%APP_HOME%%/bin/add-user.sh diff --git a/java/wildfly81/files/wildfly81.in b/java/wildfly81/files/wildfly81.in deleted file mode 100644 index aac767ae97aa..000000000000 --- a/java/wildfly81/files/wildfly81.in +++ /dev/null @@ -1,95 +0,0 @@ -#!/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" diff --git a/java/wildfly81/pkg-descr b/java/wildfly81/pkg-descr deleted file mode 100644 index d1324700d245..000000000000 --- a/java/wildfly81/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -WildFly is a flexible, lightweight, managed application -runtime that helps you build amazing applications. -WildFly - new name for JBoss Application Server - -Fast Startup -Small Footprint -Modular Design -Unified Configuration and Management - -And of course Java EE! - -WWW: http://wildfly.org diff --git a/java/wildfly81/pkg-plist b/java/wildfly81/pkg-plist deleted file mode 100644 index 2297c297a811..000000000000 --- a/java/wildfly81/pkg-plist +++ /dev/null @@ -1,1830 +0,0 @@ -@owner www -@group www -@mode 600 -@sample %%APP_HOME%%/appclient/configuration/appclient.xml.sample -@sample %%APP_HOME%%/appclient/configuration/logging.properties.sample -@sample %%APP_HOME%%/domain/configuration/application-roles.properties.sample -@sample %%APP_HOME%%/domain/configuration/application-users.properties.sample -@sample %%APP_HOME%%/domain/configuration/default-server-logging.properties.sample -@sample %%APP_HOME%%/domain/configuration/domain.xml.sample -@sample %%APP_HOME%%/domain/configuration/host-master.xml.sample -@sample %%APP_HOME%%/domain/configuration/host-slave.xml.sample -@sample %%APP_HOME%%/domain/configuration/host.xml.sample -@sample %%APP_HOME%%/domain/configuration/logging.properties.sample -@sample %%APP_HOME%%/domain/configuration/mgmt-groups.properties.sample -@sample %%APP_HOME%%/domain/configuration/mgmt-users.properties.sample -@sample %%APP_HOME%%/standalone/configuration/application-roles.properties.sample -@sample %%APP_HOME%%/standalone/configuration/application-users.properties.sample -@sample %%APP_HOME%%/standalone/configuration/logging.properties.sample -@sample %%APP_HOME%%/standalone/configuration/mgmt-groups.properties.sample -@sample %%APP_HOME%%/standalone/configuration/mgmt-users.properties.sample -@sample %%APP_HOME%%/standalone/configuration/standalone-full-ha.xml.sample -@sample %%APP_HOME%%/standalone/configuration/standalone-full.xml.sample -@sample %%APP_HOME%%/standalone/configuration/standalone-ha.xml.sample -@sample %%APP_HOME%%/standalone/configuration/standalone.xml.sample -@mode -%%APP_HOME%%/LICENSE.txt -%%APP_HOME%%/README.txt -%%APP_HOME%%/bin/.jbossclirc -%%APP_HOME%%/bin/add-user.properties -@(www,www,555) %%APP_HOME%%/bin/add-user.sh -%%APP_HOME%%/bin/appclient.conf -@(www,www,555) %%APP_HOME%%/bin/appclient.sh -%%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt -%%APP_HOME%%/bin/client/README-EJB-JMS.txt -%%APP_HOME%%/bin/client/jboss-cli-client.jar -%%APP_HOME%%/bin/client/jboss-client.jar -%%APP_HOME%%/bin/domain.conf -@(www,www,555) %%APP_HOME%%/bin/domain.sh -%%APP_HOME%%/bin/jboss-cli-logging.properties -@(www,www,555) %%APP_HOME%%/bin/jboss-cli.sh -%%APP_HOME%%/bin/jboss-cli.xml -@(www,www,555) %%APP_HOME%%/bin/jconsole.sh -@(www,www,555) %%APP_HOME%%/bin/jdr.sh -@(www,www,555) %%APP_HOME%%/bin/run.sh -%%APP_HOME%%/bin/standalone.conf -@(www,www,555) %%APP_HOME%%/bin/standalone.sh -@(www,www,555) %%APP_HOME%%/bin/vault.sh -@(www,www,555) %%APP_HOME%%/bin/wsconsume.sh -@(www,www,555) %%APP_HOME%%/bin/wsprovide.sh -%%APP_HOME%%/copyright.txt -%%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-rts.xml -%%APP_HOME%%/docs/examples/configs/standalone-xts.xml -%%APP_HOME%%/docs/schema/application-client_6.xsd -%%APP_HOME%%/docs/schema/application-client_7.xsd -%%APP_HOME%%/docs/schema/application_1_2.dtd -%%APP_HOME%%/docs/schema/application_1_3.dtd -%%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/ejb-jar_1_1.dtd -%%APP_HOME%%/docs/schema/ejb-jar_2_0.dtd -%%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/j2ee_1_4.xsd -%%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd -%%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd -%%APP_HOME%%/docs/schema/j2ee_web_services_client_1_1.xsd -%%APP_HOME%%/docs/schema/java-properties_1_0.xsd -%%APP_HOME%%/docs/schema/javaee_5.xsd -%%APP_HOME%%/docs/schema/javaee_6.xsd -%%APP_HOME%%/docs/schema/javaee_7.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_1_2.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_1_3.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_1_4.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_client_1_2.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_client_1_3.xsd -%%APP_HOME%%/docs/schema/javaee_web_services_client_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-app_3_0.dtd -%%APP_HOME%%/docs/schema/jboss-app_3_2.dtd -%%APP_HOME%%/docs/schema/jboss-app_4_0.dtd -%%APP_HOME%%/docs/schema/jboss-app_4_2.dtd -%%APP_HOME%%/docs/schema/jboss-app_5_0.dtd -%%APP_HOME%%/docs/schema/jboss-app_7_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-cli_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cmp_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-cmp_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-config_1_5.xsd -%%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-datasources_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-datasources_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-ee_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-ee_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-ee_2_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 -%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-ejb3_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-infinispan_2_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 -%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_3.xsd -%%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-jmx_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-jmx_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-jpa_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-jpa_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-jsf_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-jsr77_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-logging_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mail_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mail_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging-deployment_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-messaging_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-naming_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-pojo_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-remoting_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-remoting_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-sar_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-security_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-security_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-security_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-threads_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-threads_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-txn_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_2.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_3.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_4.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_1_5.xsd -%%APP_HOME%%/docs/schema/jboss-as-web_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-webservices_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-webservices_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-as-webservices_1_2.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-xts_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-as-xts_2_0.xsd -%%APP_HOME%%/docs/schema/jboss-client_6_0.xsd -%%APP_HOME%%/docs/schema/jboss-common_5_1.xsd -%%APP_HOME%%/docs/schema/jboss-common_6_0.xsd -%%APP_HOME%%/docs/schema/jboss-deployment-dependencies-1_0.xsd -%%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-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-container-interceptors_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb-delivery-active_1_0.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 -%%APP_HOME%%/docs/schema/jboss-ejb-security-role_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb-security_1_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb-security_1_1.xsd -%%APP_HOME%%/docs/schema/jboss-ejb3-2_0.xsd -%%APP_HOME%%/docs/schema/jboss-ejb3-spec-2_0.xsd -%%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_7_0.xsd -%%APP_HOME%%/docs/schema/jboss-web_7_1.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/jbossws-jaxws-config_4_0.xsd -%%APP_HOME%%/docs/schema/jbossws-web-services_1_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/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/orm_1_0.xsd -%%APP_HOME%%/docs/schema/persistence_1_0.xsd -%%APP_HOME%%/docs/schema/persistence_2_0.xsd -%%APP_HOME%%/docs/schema/trans-timeout-1_0.xsd -%%APP_HOME%%/docs/schema/user-roles_1_0.xsd -%%APP_HOME%%/docs/schema/web-app_2_2.dtd -%%APP_HOME%%/docs/schema/web-app_2_3.dtd -%%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 -%%APP_HOME%%/docs/schema/web-app_3_1.xsd -%%APP_HOME%%/docs/schema/web-common_3_0.xsd -%%APP_HOME%%/docs/schema/web-common_3_1.xsd -%%APP_HOME%%/docs/schema/web-facelettaglibrary_2_2.xsd -%%APP_HOME%%/docs/schema/web-facesconfig_1_0.dtd -%%APP_HOME%%/docs/schema/web-facesconfig_1_1.dtd -%%APP_HOME%%/docs/schema/web-facesconfig_1_2.xsd -%%APP_HOME%%/docs/schema/web-facesconfig_2_2.xsd -%%APP_HOME%%/docs/schema/web-fragment_3_0.xsd -%%APP_HOME%%/docs/schema/web-fragment_3_1.xsd -%%APP_HOME%%/docs/schema/web-jsptaglibrary_1_1.dtd -%%APP_HOME%%/docs/schema/web-jsptaglibrary_1_2.dtd -%%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_1_0.xsd -%%APP_HOME%%/docs/schema/wildfly-datasources_2_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-mail_2_0.xsd -%%APP_HOME%%/docs/schema/wildfly-remoting_2_0.xsd -%%APP_HOME%%/docs/schema/wildfly-resource-adapters_2_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-undertow_1_0.xsd -%%APP_HOME%%/docs/schema/wildfly-undertow_1_1.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 -%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/cal10n-api-0.8.1.jar -%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.0.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.3.2.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.3.2.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.3.2.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.3.2.jar -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.3.2.jar -%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.3.2.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/google/guava/main/guava-16.0.1.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 -%%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main/codemodel-2.6.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-runtime-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-tools-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.6-jbossorg-4.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.12.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-20110809.jar -%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-20110809.jar -%%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar -%%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/module.xml -%%APP_HOME%%/modules/system/layers/base/ibm/jdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.15.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.0.15.Final.jar -%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/ecj-4.3.1.jar -%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-1.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.0.15.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.0.15.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 -%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.2_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-1.0.0.Final.jar -%%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.3.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.1.jar -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.2_spec-2.2.6.jar -%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/javax.inject-1.jar -%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/json/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar -%%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.5.1.jar -%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/module.xml -%%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/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 -%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_3.1_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-1.0.1.Final.jar -%%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.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/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 -%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/validation-api-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.0_spec-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jaxrs-api-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/wsdl4j-1.6.3.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/net/jcip/main/jcip-annotations-1.0.jar -%%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.5.jar -%%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/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-1.8.3.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/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 -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main/commons-configuration-1.6.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/commons-io-2.4.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/commons-lang-2.6.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/module.xml -%%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-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-core-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-core-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-2.7.11-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-2.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-2.6.1.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-api-2.7.11.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.2.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-4.2.1.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.2.1.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-3.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-3.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-3.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-memory-3.6.2.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.2.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/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/santuario/xmlsec/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-1.5.6.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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-1.6.15.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/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/xerces/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.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.50.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcpkix-jdk15on-1.50.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk15on-1.50.jar -%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.13.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/jettison-1.3.1.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/stax2-api-3.1.1.jar -%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/woodstox-core-asl-4.2.0.jar -%%APP_HOME%%/modules/system/layers/base/org/dom4j/main/dom4j-1.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/dom4j/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/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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/javax.el-3.0.0.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/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.4.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.0.0.Alpha6.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/hibernate-hql-parser-1.0.0.Alpha6.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-4.3.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.3.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-4.3.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-infinispan-4.3.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/jipijapa-hibernate4-3-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-4.5.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-infinispan-4.5.1.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-4.5.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.1.0.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.0.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.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-core-client-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-client-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-server-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-journal-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-native-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-server-2.4.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-tools-2.4.1.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.1.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.1.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.1.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-6.0.2.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-6.0.2.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-6.0.2.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-6.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main/infinispan-lucene-directory-6.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main/infinispan-lucene-v3-6.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-6.0.2.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-6.0.2.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-query-6.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jacorb/main/jacorb-2.3.2-jbossorg-5.jar -%%APP_HOME%%/modules/system/layers/base/org/jacorb/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.3.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.0.2.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.11.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate/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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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.2.6.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.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/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-8.1.0.Final.jar -%%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/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.1.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.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-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/jboss-as-version-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-4.2.4.Final-wildfly800.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main/jboss-common-core-2.2.22.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-2.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.1.0.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF/ra.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/generic-jms-ra-jar-1.0.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.2.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.1.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-jacorb-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.1.4.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/jboss-marshalling-1.4.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/jboss-marshalling-river-1.4.6.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-appclient-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-common-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ear-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ejb-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-web-8.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/mod_cluster-container-spi-1.3.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main/mod_cluster-core-1.3.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/modules/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/restat-util-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/jboss-remote-naming-2.0.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-2.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-4.0.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-client-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/resteasy-validator-provider-11-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/resteasy-validator-provider-11-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.0.8.Final-jandex.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-3.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main/jboss-sasl-1.0.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.7.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.7.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.7.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.7.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.7.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main/jboss-stdio-1.0.2.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.5.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/weld-api-2.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-2.1.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-2.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.0.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-2.2.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.2.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.2.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.2.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-4.2.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.2.4.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/jbossws-spi-2.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/jbossws-common-tools-1.2.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main/jbossxb-2.0.3.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/netty-xnio-transport-0.1.1.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jdom/main/jdom-1.1.2.jar -%%APP_HOME%%/modules/system/layers/base/org/jdom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/jgroups-3.4.3.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/joda/time/main/joda-time-1.6.2.jar -%%APP_HOME%%/modules/system/layers/base/org/joda/time/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jsoup/main/jsoup-1.6.1.jar -%%APP_HOME%%/modules/system/layers/base/org/jsoup/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main/rngom-201103.jboss-1.jar -%%APP_HOME%%/modules/system/layers/base/org/omg/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/opensaml-2.5.3.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/openws-1.4.4.jar -%%APP_HOME%%/modules/system/layers/base/org/opensaml/main/xmltooling-1.3.4.jar -%%APP_HOME%%/modules/system/layers/base/org/osgi/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/osgi/core/main/org.osgi.core-5.0.0.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-4.0.21.Beta1.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-commons-1.0.0.final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-4.0.21.Beta1.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main/picketlink-common-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main/picketlink-config-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main/picketlink-jbas7-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main/picketlink-federation-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main/picketlink-idm-api-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main/picketlink-idm-impl-2.5.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/picketlink/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main/scannotation-1.0.3.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main/slf4j-ext-1.7.2.jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/jbosgi-xservice.properties -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.3.GA.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.7.2.jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.2.jbossorg-1.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-8.1.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/wildfly-security-manager-1.0.0.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/snakeyaml-1.13.jar -%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver -%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory -%%APP_HOME%%/standalone/deployments/README.txt -%%APP_HOME%%/welcome-content/bkg.gif -%%APP_HOME%%/welcome-content/documentation.html -%%APP_HOME%%/welcome-content/favicon.ico -%%APP_HOME%%/welcome-content/index.html -%%APP_HOME%%/welcome-content/index_noconsole.html -%%APP_HOME%%/welcome-content/jboss_community.png -%%APP_HOME%%/welcome-content/noconsole.html -%%APP_HOME%%/welcome-content/noredirect.html -%%APP_HOME%%/welcome-content/wildfly.css -%%APP_HOME%%/welcome-content/wildfly_logo.png -@dir %%APP_HOME%%/welcome-content -@dir %%APP_HOME%%/standalone/tmp/auth -@dir %%APP_HOME%%/standalone/tmp -@dir %%APP_HOME%%/standalone/lib/ext -@dir %%APP_HOME%%/standalone/lib -@dir %%APP_HOME%%/standalone/deployments -@dir %%APP_HOME%%/standalone/configuration -@dir %%APP_HOME%%/standalone -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main -@dir %%APP_HOME%%/modules/system/layers/base/sun/jdk -@dir %%APP_HOME%%/modules/system/layers/base/sun -@dir %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main -@dir %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml -@dir %%APP_HOME%%/modules/system/layers/base/org/yaml -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering -@dir %%APP_HOME%%/modules/system/layers/base/org/wildfly -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/ext -@dir %%APP_HOME%%/modules/system/layers/base/org/slf4j -@dir %%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation -@dir %%APP_HOME%%/modules/system/layers/base/org/scannotation -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/config -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/common -@dir %%APP_HOME%%/modules/system/layers/base/org/picketlink -@dir %%APP_HOME%%/modules/system/layers/base/org/picketbox/main -@dir %%APP_HOME%%/modules/system/layers/base/org/picketbox -@dir %%APP_HOME%%/modules/system/layers/base/org/osgi/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/osgi/core -@dir %%APP_HOME%%/modules/system/layers/base/org/osgi -@dir %%APP_HOME%%/modules/system/layers/base/org/opensaml/main -@dir %%APP_HOME%%/modules/system/layers/base/org/opensaml -@dir %%APP_HOME%%/modules/system/layers/base/org/omg/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/omg/api -@dir %%APP_HOME%%/modules/system/layers/base/org/omg -@dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main -@dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom -@dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke -@dir %%APP_HOME%%/modules/system/layers/base/org/jsoup/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jsoup -@dir %%APP_HOME%%/modules/system/layers/base/org/joda/time/main -@dir %%APP_HOME%%/modules/system/layers/base/org/joda/time -@dir %%APP_HOME%%/modules/system/layers/base/org/joda -@dir %%APP_HOME%%/modules/system/layers/base/org/jgroups/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jgroups -@dir %%APP_HOME%%/modules/system/layers/base/org/jdom/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jdom -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xb -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/threads -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/msc -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/modules/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/modules -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-core -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3 -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh -@dir %%APP_HOME%%/modules/system/layers/base/org/jboss -@dir %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core -@dir %%APP_HOME%%/modules/system/layers/base/org/jberet -@dir %%APP_HOME%%/modules/system/layers/base/org/jaxen/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jaxen -@dir %%APP_HOME%%/modules/system/layers/base/org/javassist/main -@dir %%APP_HOME%%/modules/system/layers/base/org/javassist -@dir %%APP_HOME%%/modules/system/layers/base/org/jacorb/main -@dir %%APP_HOME%%/modules/system/layers/base/org/jacorb -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore -@dir %%APP_HOME%%/modules/system/layers/base/org/infinispan -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-x86_64 -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-i686 -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hornetq -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/hql -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1 -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/3 -@dir %%APP_HOME%%/modules/system/layers/base/org/hibernate -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax -@dir %%APP_HOME%%/modules/system/layers/base/org/glassfish -@dir %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi -@dir %%APP_HOME%%/modules/system/layers/base/org/fusesource -@dir %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main -@dir %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence -@dir %%APP_HOME%%/modules/system/layers/base/org/eclipse -@dir %%APP_HOME%%/modules/system/layers/base/org/dom4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/dom4j -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson -@dir %%APP_HOME%%/modules/system/layers/base/org/codehaus -@dir %%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main -@dir %%APP_HOME%%/modules/system/layers/base/org/bouncycastle -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xerces -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/xalan -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/velocity -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/neethi -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/lucene -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/log4j -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/james -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main -@dir %%APP_HOME%%/modules/system/layers/base/org/apache/avro -@dir %%APP_HOME%%/modules/system/layers/base/org/apache -@dir %%APP_HOME%%/modules/system/layers/base/org/antlr/main -@dir %%APP_HOME%%/modules/system/layers/base/org/antlr -@dir %%APP_HOME%%/modules/system/layers/base/org -@dir %%APP_HOME%%/modules/system/layers/base/nu/xom/main -@dir %%APP_HOME%%/modules/system/layers/base/nu/xom -@dir %%APP_HOME%%/modules/system/layers/base/nu -@dir %%APP_HOME%%/modules/system/layers/base/net/jcip/main -@dir %%APP_HOME%%/modules/system/layers/base/net/jcip -@dir %%APP_HOME%%/modules/system/layers/base/net -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind -@dir %%APP_HOME%%/modules/system/layers/base/javax/xml -@dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs -@dir %%APP_HOME%%/modules/system/layers/base/javax/ws -@dir %%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/websocket/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/websocket -@dir %%APP_HOME%%/modules/system/layers/base/javax/validation/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/validation/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/validation -@dir %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/transaction/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/transaction -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/servlet -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message -@dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth -@dir %%APP_HOME%%/modules/system/layers/base/javax/security -@dir %%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/rmi/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/rmi -@dir %%APP_HOME%%/modules/system/layers/base/javax/resource/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/resource/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/resource -@dir %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/persistence/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/persistence -@dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee -@dir %%APP_HOME%%/modules/system/layers/base/javax/management -@dir %%APP_HOME%%/modules/system/layers/base/javax/mail/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/mail/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/mail -@dir %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/jws/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/jws -@dir %%APP_HOME%%/modules/system/layers/base/javax/json/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/json/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/json -@dir %%APP_HOME%%/modules/system/layers/base/javax/jms/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/jms/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/jms -@dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor -@dir %%APP_HOME%%/modules/system/layers/base/javax/inject/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/inject/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/inject -@dir %%APP_HOME%%/modules/system/layers/base/javax/faces/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/faces/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/faces -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise -@dir %%APP_HOME%%/modules/system/layers/base/javax/el/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/el/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/el -@dir %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/ejb/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/ejb -@dir %%APP_HOME%%/modules/system/layers/base/javax/batch/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/batch/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/batch -@dir %%APP_HOME%%/modules/system/layers/base/javax/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/annotation/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/annotation -@dir %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javax/activation/api -@dir %%APP_HOME%%/modules/system/layers/base/javax/activation -@dir %%APP_HOME%%/modules/system/layers/base/javax -@dir %%APP_HOME%%/modules/system/layers/base/javaee/api/main -@dir %%APP_HOME%%/modules/system/layers/base/javaee/api -@dir %%APP_HOME%%/modules/system/layers/base/javaee -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow/core -@dir %%APP_HOME%%/modules/system/layers/base/io/undertow -@dir %%APP_HOME%%/modules/system/layers/base/io/netty/main -@dir %%APP_HOME%%/modules/system/layers/base/io/netty -@dir %%APP_HOME%%/modules/system/layers/base/io -@dir %%APP_HOME%%/modules/system/layers/base/ibm/jdk/main -@dir %%APP_HOME%%/modules/system/layers/base/ibm/jdk -@dir %%APP_HOME%%/modules/system/layers/base/ibm -@dir %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main -@dir %%APP_HOME%%/modules/system/layers/base/gnu/getopt -@dir %%APP_HOME%%/modules/system/layers/base/gnu -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xsom -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2 -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/istack/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/istack -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main -@dir %%APP_HOME%%/modules/system/layers/base/com/sun/codemodel -@dir %%APP_HOME%%/modules/system/layers/base/com/sun -@dir %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main -@dir %%APP_HOME%%/modules/system/layers/base/com/h2database/h2 -@dir %%APP_HOME%%/modules/system/layers/base/com/h2database -@dir %%APP_HOME%%/modules/system/layers/base/com/google/guava/main -@dir %%APP_HOME%%/modules/system/layers/base/com/google/guava -@dir %%APP_HOME%%/modules/system/layers/base/com/google -@dir %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main -@dir %%APP_HOME%%/modules/system/layers/base/com/github/relaxng -@dir %%APP_HOME%%/modules/system/layers/base/com/github -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate -@dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml -@dir %%APP_HOME%%/modules/system/layers/base/com -@dir %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main -@dir %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n -@dir %%APP_HOME%%/modules/system/layers/base/ch/qos -@dir %%APP_HOME%%/modules/system/layers/base/ch -@dir %%APP_HOME%%/modules/system/layers/base/asm/asm/main -@dir %%APP_HOME%%/modules/system/layers/base/asm/asm -@dir %%APP_HOME%%/modules/system/layers/base/asm -@dir %%APP_HOME%%/modules/system/layers/base -@dir %%APP_HOME%%/modules/system/layers -@dir %%APP_HOME%%/modules/system -@dir %%APP_HOME%%/modules -@dir %%APP_HOME%%/domain/tmp/auth -@dir %%APP_HOME%%/domain/tmp -@dir %%APP_HOME%%/domain/data/content -@dir %%APP_HOME%%/domain/data -@dir %%APP_HOME%%/domain/configuration -@dir %%APP_HOME%%/domain -@dir %%APP_HOME%%/docs/schema -@dir %%APP_HOME%%/docs/examples/configs -@dir %%APP_HOME%%/docs/examples -@dir %%APP_HOME%%/docs -@dir %%APP_HOME%%/bin/client -@dir %%APP_HOME%%/bin -@dir %%APP_HOME%%/appclient/configuration -@dir %%APP_HOME%%/appclient -@owner -@group diff --git a/mail/Makefile b/mail/Makefile index 7bf43157b82e..c1c8f22d50cd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -470,7 +470,6 @@ SUBDIR += php56-imap SUBDIR += phplist SUBDIR += phpmailer - SUBDIR += phpmailer2 SUBDIR += pine-pgp-filters SUBDIR += pm-lib SUBDIR += policyd2 diff --git a/mail/phpmailer2/Makefile b/mail/phpmailer2/Makefile deleted file mode 100644 index bc756df0edd3..000000000000 --- a/mail/phpmailer2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Joe Horn <joehorn@gmail.com> -# $FreeBSD$ - -PORTNAME= phpmailer2 -PORTVERSION= 2.0.4 -CATEGORIES= mail -MASTER_SITES= SF/phpmailer/phpmailer%20for%20php4/PHPMailer%20v${PORTVERSION}%20for%20PHP4 -DISTNAME= PHPMailer_v${DISTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Full Featured Email Transfer Class for PHP4 - -BROKEN= unfetchable -DEPRECATED= Obsolete, use mail/phpmailer instead -EXPIRATION_DATE=2016-02-01 - -LICENSE= LGPL21 - -CONFLICTS= phpmailer-5* - -USES= dos2unix -NO_BUILD= yes -USE_PHP= pcre -SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS EXAMPLES - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} -.for f in class.phpmailer.php class.pop3.php class.smtp.php - @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR} -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/language - @${INSTALL_DATA} ${WRKSRC}/language/* ${STAGEDIR}${DATADIR}/language - @${MKDIR} ${STAGEDIR}${DATADIR}/test - @${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${DATADIR}/test - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README LICENSE - @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} -.endfor - @${CP} -R ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} - @${CP} -R ${WRKSRC}/phpdocs/* ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/mail/phpmailer2/distinfo b/mail/phpmailer2/distinfo deleted file mode 100644 index 2129528402bf..000000000000 --- a/mail/phpmailer2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PHPMailer_v2.0.4.tar.gz) = 012a82ca97172aa9fe15acf50464f033d341f011fd8c4e3ca90bca4a69c0c72b -SIZE (PHPMailer_v2.0.4.tar.gz) = 154882 diff --git a/mail/phpmailer2/files/pkg-message.in b/mail/phpmailer2/files/pkg-message.in deleted file mode 100644 index b9d8ebd9a029..000000000000 --- a/mail/phpmailer2/files/pkg-message.in +++ /dev/null @@ -1,4 +0,0 @@ -You need to adjust php's include_path to contain `%%DATADIR%%'! -For example, insert - include_path = ".:%%DATADIR%%" -into `%%LOCALBASE%%/etc/php.ini'. diff --git a/mail/phpmailer2/pkg-descr b/mail/phpmailer2/pkg-descr deleted file mode 100644 index ab72e1d418ff..000000000000 --- a/mail/phpmailer2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PHP email transport class featuring multiple file attachments, SMTP servers, -CCs, BCCs, HTML messages, and word wrap, and more. It can send email via -sendmail, PHP mail(), or with SMTP. Methods are based on the popular AspEmail -active server component. - -WWW: http://sourceforge.net/projects/phpmailer diff --git a/mail/phpmailer2/pkg-plist b/mail/phpmailer2/pkg-plist deleted file mode 100644 index dd75063ace2d..000000000000 --- a/mail/phpmailer2/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/POP3.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/SMTP.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/_v2.0.4_PHPMailer_v2.0.4_class_phpmailer_php.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/_v2.0.4_PHPMailer_v2.0.4_class_pop3_php.html -%%PORTDOCS%%%%DOCSDIR%%/PHPMailer/_v2.0.4_PHPMailer_v2.0.4_class_smtp_php.html -%%PORTDOCS%%%%DOCSDIR%%/__filesource/fsource_PHPMailer__class.phpmailer.php.html -%%PORTDOCS%%%%DOCSDIR%%/__filesource/fsource_PHPMailer__class.pop3.php.html -%%PORTDOCS%%%%DOCSDIR%%/__filesource/fsource_PHPMailer__class.smtp.php.html -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/blank.html -%%PORTDOCS%%%%DOCSDIR%%/classtrees_PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/elementindex.html -%%PORTDOCS%%%%DOCSDIR%%/elementindex_PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/extending.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/li_PHPMailer.html -%%PORTDOCS%%%%DOCSDIR%%/media/banner.css -%%PORTDOCS%%%%DOCSDIR%%/media/stylesheet.css -%%PORTDOCS%%%%DOCSDIR%%/packages.html -%%PORTDOCS%%%%DOCSDIR%%/phpmailer_sm.gif -%%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt -%%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3_before_smtp_test.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_gmail.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/bkgrnd.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif -%%DATADIR%%/class.phpmailer.php -%%DATADIR%%/class.pop3.php -%%DATADIR%%/class.smtp.php -%%DATADIR%%/language/phpmailer.lang-ar.php -%%DATADIR%%/language/phpmailer.lang-br.php -%%DATADIR%%/language/phpmailer.lang-ca.php -%%DATADIR%%/language/phpmailer.lang-ch.php -%%DATADIR%%/language/phpmailer.lang-cz.php -%%DATADIR%%/language/phpmailer.lang-de.php -%%DATADIR%%/language/phpmailer.lang-dk.php -%%DATADIR%%/language/phpmailer.lang-en.php -%%DATADIR%%/language/phpmailer.lang-es.php -%%DATADIR%%/language/phpmailer.lang-et.php -%%DATADIR%%/language/phpmailer.lang-fi.php -%%DATADIR%%/language/phpmailer.lang-fo.php -%%DATADIR%%/language/phpmailer.lang-fr.php -%%DATADIR%%/language/phpmailer.lang-hu.php -%%DATADIR%%/language/phpmailer.lang-it.php -%%DATADIR%%/language/phpmailer.lang-ja.php -%%DATADIR%%/language/phpmailer.lang-nl.php -%%DATADIR%%/language/phpmailer.lang-no.php -%%DATADIR%%/language/phpmailer.lang-pl.php -%%DATADIR%%/language/phpmailer.lang-ro.php -%%DATADIR%%/language/phpmailer.lang-ru.php -%%DATADIR%%/language/phpmailer.lang-se.php -%%DATADIR%%/language/phpmailer.lang-tr.php -%%DATADIR%%/language/phpmailer.lang-zh.php -%%DATADIR%%/language/phpmailer.lang-zh_cn.php -%%DATADIR%%/test/phpmailer_test.php -%%DATADIR%%/test/phpunit.php -%%DATADIR%%/test/test.png diff --git a/www/Makefile b/www/Makefile index 3933900ab418..a9d51523b043 100644 --- a/www/Makefile +++ b/www/Makefile @@ -91,7 +91,6 @@ SUBDIR += cntlm SUBDIR += cocoon SUBDIR += codeigniter - SUBDIR += codeigniter22 SUBDIR += coppermine SUBDIR += cplanet SUBDIR += cppcms @@ -1578,7 +1577,6 @@ SUBDIR += py-django-voting SUBDIR += py-django16 SUBDIR += py-django16-tastypie - SUBDIR += py-django17 SUBDIR += py-django18 SUBDIR += py-django19 SUBDIR += py-django_compressor diff --git a/www/codeigniter22/Makefile b/www/codeigniter22/Makefile deleted file mode 100644 index 5f0ceb311391..000000000000 --- a/www/codeigniter22/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# Created by: Greg Larkin <glarkin@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= codeigniter -PORTVERSION= 2.2.6 -CATEGORIES= www -PKGNAMESUFFIX= 22 - -MAINTAINER= junovitch@FreeBSD.org -COMMENT= Framework for developing PHP web applications - -DEPRECATED= Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version. -EXPIRATION_DATE= 2016-01-31 - -USES= tar:tgz -USE_GITHUB= yes -GH_ACCOUNT= bcit-ci - -CONFLICTS= codeigniter-[0-9]* - -NO_ARCH= yes -NO_BUILD= yes -USE_PHP= mcrypt pcre session -WANT_PHP_WEB= yes -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} - -CI_SYS_DIR= system -CI_CONF_DIR= application/config -WRKSRC= ${WRKDIR}/CodeIgniter-${PORTVERSION} -PORTDOCS= * - -# These are all user-configurable files that we'll install -CI_CONF_FILES= index.php \ - ${CI_CONF_DIR}/autoload.php \ - ${CI_CONF_DIR}/config.php \ - ${CI_CONF_DIR}/constants.php \ - ${CI_CONF_DIR}/database.php \ - ${CI_CONF_DIR}/doctypes.php \ - ${CI_CONF_DIR}/foreign_chars.php \ - ${CI_CONF_DIR}/hooks.php \ - ${CI_CONF_DIR}/mimes.php \ - ${CI_CONF_DIR}/migration.php \ - ${CI_CONF_DIR}/profiler.php \ - ${CI_CONF_DIR}/routes.php \ - ${CI_CONF_DIR}/smileys.php \ - ${CI_CONF_DIR}/user_agents.php - -# This is the rest of the CodeIgniter installation that doesn't change -STD_BITS= ${CI_CONF_DIR}/index.html \ - application/cache \ - application/controllers \ - application/core \ - application/errors \ - application/helpers \ - application/hooks \ - application/index.html \ - application/language \ - application/libraries \ - application/logs \ - application/models \ - application/third_party \ - application/views \ - ${CI_SYS_DIR}/core \ - ${CI_SYS_DIR}/database \ - ${CI_SYS_DIR}/fonts \ - ${CI_SYS_DIR}/helpers \ - ${CI_SYS_DIR}/language \ - ${CI_SYS_DIR}/libraries - -OPTIONS_DEFINE= APACHE DOCS MSSQL MYSQL MYSQLI ODBC PGSQL SQLITE -OPTIONS_SUB= yes - -SUB_FILES= pkg-message -PLIST_SUB+= ECHO_MSG=${ECHO_MSG} CI_CONF_DIR=${CI_CONF_DIR} - -APACHE_DESC= Configure for Apache-2.x -MSSQL_DESC= Install MSSQL support for PHP -MYSQL_DESC= Install MySQL support for PHP -MYSQLI_DESC= Install MySQLi support for PHP -ODBC_DESC= Install ODBC support for PHP -PGSQL_DESC= Install PostgreSQL support for PHP -SQLITE_DESC= Install SQLite support for PHP - -APACHE_VARS= USE_APACHE_RUN=22+ -DOCS_VARS= SUB_LIST+=HASHMARK= -DOCS_VARS_OFF= SUB_LIST+=HASHMARK=\# -MSSQL_VARS= USE_PHP+=mssql -MYSQL_VARS= USE_PHP+=mysql -MYSQLI_VARS= USE_PHP+=mysqli -ODBC_VARS= USE_PHP+=odbc -PGSQL_VARS= USE_PHP+=pgsql -SQLITE_VARS= USE_PHP+=sqlite3 - -# These variables are specifically defined for Apache -CONF= codeigniter.conf -CONFDIR= ${PREFIX}/${CONFDIR_REL} -CONFDIR_REL= ${APACHEETCDIR}/Includes -PLIST_SUB+= CONFDIR=${CONFDIR_REL} -SUB_FILES+= ${CONF} - -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} "${STD_BITS}" ${STAGEDIR}${WWWDIR} - for i in ${CI_CONF_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${STAGEDIR}${WWWDIR}/$$i.sample; \ - done - -post-install-APACHE-on: - ${MKDIR} ${STAGEDIR}${CONFDIR} - ${CP} ${WRKDIR}/${CONF} ${STAGEDIR}${CONFDIR}/codeigniter.conf; -post-install-DOCS-on: - cd ${WRKSRC}/user_guide && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/www/codeigniter22/distinfo b/www/codeigniter22/distinfo deleted file mode 100644 index e0b2587ff685..000000000000 --- a/www/codeigniter22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bcit-ci-codeigniter-2.2.6_GH0.tgz) = 3105487ab24430027d0a8ed49329d84e59c3f464be492e1d427d3b49352fbe85 -SIZE (bcit-ci-codeigniter-2.2.6_GH0.tgz) = 1971743 diff --git a/www/codeigniter22/files/codeigniter-development-cgi.conf.in b/www/codeigniter22/files/codeigniter-development-cgi.conf.in deleted file mode 100644 index ec28ab4ab179..000000000000 --- a/www/codeigniter22/files/codeigniter-development-cgi.conf.in +++ /dev/null @@ -1,19 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -DirectoryIndex index.php index.html - -Action php-script %%PHPCGI%% -AddHandler php-script .php - -%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% -Alias /codeigniter %%WWWDIR%% - -%%HASHMARK%%<Directory %%DOCSDIR%%> -%%HASHMARK%% Order deny,allow -%%HASHMARK%% Allow from all -%%HASHMARK%%</Directory> - -<Location /codeigniter> - Order deny,allow - Allow from all -</Location> diff --git a/www/codeigniter22/files/codeigniter-development.conf.in b/www/codeigniter22/files/codeigniter-development.conf.in deleted file mode 100644 index b339faae05b5..000000000000 --- a/www/codeigniter22/files/codeigniter-development.conf.in +++ /dev/null @@ -1,16 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -DirectoryIndex index.php index.html - -%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% -Alias /codeigniter %%WWWDIR%% - -%%HASHMARK%%<Directory %%DOCSDIR%%> -%%HASHMARK%% Order deny,allow -%%HASHMARK%% Allow from all -%%HASHMARK%%</Directory> - -<Location /codeigniter> - Order deny,allow - Allow from all -</Location> diff --git a/www/codeigniter22/files/codeigniter-production-cgi.conf.in b/www/codeigniter22/files/codeigniter-production-cgi.conf.in deleted file mode 100644 index 7cfee81db010..000000000000 --- a/www/codeigniter22/files/codeigniter-production-cgi.conf.in +++ /dev/null @@ -1,19 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -DirectoryIndex index.php index.html - -Action php-script %%PHPCGI%% -AddHandler php-script .php - -DocumentRoot %%WWWDIR%% -%%HASHMARK%%Alias /user_guide %%DOCSDIR%% - -%%HASHMARK%%<Location /user_guide> -%%HASHMARK%% Order deny,allow -%%HASHMARK%% Allow from all -%%HASHMARK%%</Location> - -<Location /> - Order deny,allow - Allow from all -</Location> diff --git a/www/codeigniter22/files/codeigniter-production.conf.in b/www/codeigniter22/files/codeigniter-production.conf.in deleted file mode 100644 index 2b9b97863ccc..000000000000 --- a/www/codeigniter22/files/codeigniter-production.conf.in +++ /dev/null @@ -1,16 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -DirectoryIndex index.php index.html - -DocumentRoot %%WWWDIR%% -%%HASHMARK%%Alias /user_guide %%DOCSDIR%% - -%%HASHMARK%%<Location /user_guide> -%%HASHMARK%% Order deny,allow -%%HASHMARK%% Allow from all -%%HASHMARK%%</Location> - -<Location /> - Order deny,allow - Allow from all -</Location> diff --git a/www/codeigniter22/files/codeigniter.conf.in b/www/codeigniter22/files/codeigniter.conf.in deleted file mode 100644 index b339faae05b5..000000000000 --- a/www/codeigniter22/files/codeigniter.conf.in +++ /dev/null @@ -1,16 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -DirectoryIndex index.php index.html - -%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% -Alias /codeigniter %%WWWDIR%% - -%%HASHMARK%%<Directory %%DOCSDIR%%> -%%HASHMARK%% Order deny,allow -%%HASHMARK%% Allow from all -%%HASHMARK%%</Directory> - -<Location /codeigniter> - Order deny,allow - Allow from all -</Location> diff --git a/www/codeigniter22/files/pkg-message-apache.in b/www/codeigniter22/files/pkg-message-apache.in deleted file mode 100644 index 800f3358b738..000000000000 --- a/www/codeigniter22/files/pkg-message-apache.in +++ /dev/null @@ -1,23 +0,0 @@ - -********************************************************************* -You have just installed the CodeIgniter web application framework. - -Note that you should restart your Apache web server to ensure that -the CodeIgniter configuration file is loaded. - -Optional post-installation instructions include: - -- Open the %%WWWDIR%%/application/config/config.php - file with a text editor and set your base URL. - -- If you intend to use a database, open the - %%WWWDIR%%/application/config/database.php - file with a text editor and set your database settings. - -- Other user-configurable files include: - %%WWWDIR%%/index.php - Any file located in %%WWWDIR%%/application/config - -- If you are upgrading from a prior release, please visit: - http://codeigniter.com/user_guide/installation/upgrading.html - for additional post-installation instructions. diff --git a/www/codeigniter22/files/pkg-message-noapache.in b/www/codeigniter22/files/pkg-message-noapache.in deleted file mode 100644 index e1e63d89e1bf..000000000000 --- a/www/codeigniter22/files/pkg-message-noapache.in +++ /dev/null @@ -1,20 +0,0 @@ - -********************************************************************* -You have just installed the CodeIgniter web application framework. - -Optional post-installation instructions include: - -- Open the %%WWWDIR%%/application/config/config.php - file with a text editor and set your base URL. - -- If you intend to use a database, open the - %%WWWDIR%%/application/config/database.php - file with a text editor and set your database settings. - -- Other user-configurable files include: - %%WWWDIR%%/index.php - Any file located in %%WWWDIR%%/application/config - -- If you are upgrading from a prior release, please visit: - http://codeigniter.com/user_guide/installation/upgrading.html - for additional post-installation instructions. diff --git a/www/codeigniter22/files/pkg-message.in b/www/codeigniter22/files/pkg-message.in deleted file mode 100644 index 2dadc6fc1a07..000000000000 --- a/www/codeigniter22/files/pkg-message.in +++ /dev/null @@ -1,20 +0,0 @@ - -********************************************************************* -You have just installed the CodeIgniter web application framework. - -Note that you should restart your web server to ensure that -the CodeIgniter configuration file is loaded. - -To use CodeIgniter: -- Copy %%WWWDIR%%/index.php.sample as index.php to the root - of your project directory. -- Copy the %%WWWDIR%%/application/config/ directory. - Edit files, especially base URL in config.php. -- If you intend to use a database, copy and edit the - %%WWWDIR%%/application/config/database.php too. -- For more information please check - http://ellislab.com/codeigniter/user-guide/installation/index.html - -- If you are upgrading from a prior release, please visit: - http://codeigniter.com/user_guide/installation/upgrading.html - for additional post-installation instructions. diff --git a/www/codeigniter22/pkg-descr b/www/codeigniter22/pkg-descr deleted file mode 100644 index 36ddeb8d1639..000000000000 --- a/www/codeigniter22/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -CodeIgniter is a powerful PHP framework with a very small footprint, -built for developers who need a simple and elegant toolkit to create -full-featured web applications. - -WWW: http://www.codeigniter.com/ diff --git a/www/codeigniter22/pkg-plist b/www/codeigniter22/pkg-plist deleted file mode 100644 index 866764add03f..000000000000 --- a/www/codeigniter22/pkg-plist +++ /dev/null @@ -1,187 +0,0 @@ -%%APACHE%%%%CONFDIR%%/codeigniter.conf -%%WWWDIR%%/application/cache/.htaccess -%%WWWDIR%%/application/cache/index.html -%%WWWDIR%%/application/config/index.html -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/config.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/constants.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/database.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/migration.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/routes.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php.sample -@sample %%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php.sample -%%WWWDIR%%/application/controllers/index.html -%%WWWDIR%%/application/controllers/welcome.php -%%WWWDIR%%/application/core/index.html -%%WWWDIR%%/application/errors/error_404.php -%%WWWDIR%%/application/errors/error_db.php -%%WWWDIR%%/application/errors/error_general.php -%%WWWDIR%%/application/errors/error_php.php -%%WWWDIR%%/application/errors/index.html -%%WWWDIR%%/application/helpers/index.html -%%WWWDIR%%/application/hooks/index.html -%%WWWDIR%%/application/index.html -%%WWWDIR%%/application/language/english/index.html -%%WWWDIR%%/application/language/index.html -%%WWWDIR%%/application/libraries/index.html -%%WWWDIR%%/application/logs/index.html -%%WWWDIR%%/application/models/index.html -%%WWWDIR%%/application/third_party/index.html -%%WWWDIR%%/application/views/index.html -%%WWWDIR%%/application/views/welcome_message.php -%%WWWDIR%%/index.php.sample -%%WWWDIR%%/system/core/Benchmark.php -%%WWWDIR%%/system/core/CodeIgniter.php -%%WWWDIR%%/system/core/Common.php -%%WWWDIR%%/system/core/Config.php -%%WWWDIR%%/system/core/Controller.php -%%WWWDIR%%/system/core/Exceptions.php -%%WWWDIR%%/system/core/Hooks.php -%%WWWDIR%%/system/core/Input.php -%%WWWDIR%%/system/core/Lang.php -%%WWWDIR%%/system/core/Loader.php -%%WWWDIR%%/system/core/Model.php -%%WWWDIR%%/system/core/Output.php -%%WWWDIR%%/system/core/Router.php -%%WWWDIR%%/system/core/Security.php -%%WWWDIR%%/system/core/URI.php -%%WWWDIR%%/system/core/Utf8.php -%%WWWDIR%%/system/core/index.html -%%WWWDIR%%/system/database/DB.php -%%WWWDIR%%/system/database/DB_active_rec.php -%%WWWDIR%%/system/database/DB_cache.php -%%WWWDIR%%/system/database/DB_driver.php -%%WWWDIR%%/system/database/DB_forge.php -%%WWWDIR%%/system/database/DB_result.php -%%WWWDIR%%/system/database/DB_utility.php -%%WWWDIR%%/system/database/drivers/cubrid/cubrid_driver.php -%%WWWDIR%%/system/database/drivers/cubrid/cubrid_forge.php -%%WWWDIR%%/system/database/drivers/cubrid/cubrid_result.php -%%WWWDIR%%/system/database/drivers/cubrid/cubrid_utility.php -%%WWWDIR%%/system/database/drivers/cubrid/index.html -%%WWWDIR%%/system/database/drivers/index.html -%%WWWDIR%%/system/database/drivers/mssql/index.html -%%WWWDIR%%/system/database/drivers/mssql/mssql_driver.php -%%WWWDIR%%/system/database/drivers/mssql/mssql_forge.php -%%WWWDIR%%/system/database/drivers/mssql/mssql_result.php -%%WWWDIR%%/system/database/drivers/mssql/mssql_utility.php -%%WWWDIR%%/system/database/drivers/mysql/index.html -%%WWWDIR%%/system/database/drivers/mysql/mysql_driver.php -%%WWWDIR%%/system/database/drivers/mysql/mysql_forge.php -%%WWWDIR%%/system/database/drivers/mysql/mysql_result.php -%%WWWDIR%%/system/database/drivers/mysql/mysql_utility.php -%%WWWDIR%%/system/database/drivers/mysqli/index.html -%%WWWDIR%%/system/database/drivers/mysqli/mysqli_driver.php -%%WWWDIR%%/system/database/drivers/mysqli/mysqli_forge.php -%%WWWDIR%%/system/database/drivers/mysqli/mysqli_result.php -%%WWWDIR%%/system/database/drivers/mysqli/mysqli_utility.php -%%WWWDIR%%/system/database/drivers/oci8/index.html -%%WWWDIR%%/system/database/drivers/oci8/oci8_driver.php -%%WWWDIR%%/system/database/drivers/oci8/oci8_forge.php -%%WWWDIR%%/system/database/drivers/oci8/oci8_result.php -%%WWWDIR%%/system/database/drivers/oci8/oci8_utility.php -%%WWWDIR%%/system/database/drivers/odbc/index.html -%%WWWDIR%%/system/database/drivers/odbc/odbc_driver.php -%%WWWDIR%%/system/database/drivers/odbc/odbc_forge.php -%%WWWDIR%%/system/database/drivers/odbc/odbc_result.php -%%WWWDIR%%/system/database/drivers/odbc/odbc_utility.php -%%WWWDIR%%/system/database/drivers/pdo/index.html -%%WWWDIR%%/system/database/drivers/pdo/pdo_driver.php -%%WWWDIR%%/system/database/drivers/pdo/pdo_forge.php -%%WWWDIR%%/system/database/drivers/pdo/pdo_result.php -%%WWWDIR%%/system/database/drivers/pdo/pdo_utility.php -%%WWWDIR%%/system/database/drivers/postgre/index.html -%%WWWDIR%%/system/database/drivers/postgre/postgre_driver.php -%%WWWDIR%%/system/database/drivers/postgre/postgre_forge.php -%%WWWDIR%%/system/database/drivers/postgre/postgre_result.php -%%WWWDIR%%/system/database/drivers/postgre/postgre_utility.php -%%WWWDIR%%/system/database/drivers/sqlite/index.html -%%WWWDIR%%/system/database/drivers/sqlite/sqlite_driver.php -%%WWWDIR%%/system/database/drivers/sqlite/sqlite_forge.php -%%WWWDIR%%/system/database/drivers/sqlite/sqlite_result.php -%%WWWDIR%%/system/database/drivers/sqlite/sqlite_utility.php -%%WWWDIR%%/system/database/drivers/sqlsrv/index.html -%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_driver.php -%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_forge.php -%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_result.php -%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_utility.php -%%WWWDIR%%/system/database/index.html -%%WWWDIR%%/system/fonts/index.html -%%WWWDIR%%/system/fonts/texb.ttf -%%WWWDIR%%/system/helpers/array_helper.php -%%WWWDIR%%/system/helpers/captcha_helper.php -%%WWWDIR%%/system/helpers/cookie_helper.php -%%WWWDIR%%/system/helpers/date_helper.php -%%WWWDIR%%/system/helpers/directory_helper.php -%%WWWDIR%%/system/helpers/download_helper.php -%%WWWDIR%%/system/helpers/email_helper.php -%%WWWDIR%%/system/helpers/file_helper.php -%%WWWDIR%%/system/helpers/form_helper.php -%%WWWDIR%%/system/helpers/html_helper.php -%%WWWDIR%%/system/helpers/index.html -%%WWWDIR%%/system/helpers/inflector_helper.php -%%WWWDIR%%/system/helpers/language_helper.php -%%WWWDIR%%/system/helpers/number_helper.php -%%WWWDIR%%/system/helpers/path_helper.php -%%WWWDIR%%/system/helpers/security_helper.php -%%WWWDIR%%/system/helpers/smiley_helper.php -%%WWWDIR%%/system/helpers/string_helper.php -%%WWWDIR%%/system/helpers/text_helper.php -%%WWWDIR%%/system/helpers/typography_helper.php -%%WWWDIR%%/system/helpers/url_helper.php -%%WWWDIR%%/system/helpers/xml_helper.php -%%WWWDIR%%/system/language/english/calendar_lang.php -%%WWWDIR%%/system/language/english/date_lang.php -%%WWWDIR%%/system/language/english/db_lang.php -%%WWWDIR%%/system/language/english/email_lang.php -%%WWWDIR%%/system/language/english/form_validation_lang.php -%%WWWDIR%%/system/language/english/ftp_lang.php -%%WWWDIR%%/system/language/english/imglib_lang.php -%%WWWDIR%%/system/language/english/index.html -%%WWWDIR%%/system/language/english/migration_lang.php -%%WWWDIR%%/system/language/english/number_lang.php -%%WWWDIR%%/system/language/english/profiler_lang.php -%%WWWDIR%%/system/language/english/unit_test_lang.php -%%WWWDIR%%/system/language/english/upload_lang.php -%%WWWDIR%%/system/language/index.html -%%WWWDIR%%/system/libraries/Cache/Cache.php -%%WWWDIR%%/system/libraries/Cache/drivers/Cache_apc.php -%%WWWDIR%%/system/libraries/Cache/drivers/Cache_dummy.php -%%WWWDIR%%/system/libraries/Cache/drivers/Cache_file.php -%%WWWDIR%%/system/libraries/Cache/drivers/Cache_memcached.php -%%WWWDIR%%/system/libraries/Cache/drivers/index.html -%%WWWDIR%%/system/libraries/Cache/index.html -%%WWWDIR%%/system/libraries/Calendar.php -%%WWWDIR%%/system/libraries/Cart.php -%%WWWDIR%%/system/libraries/Driver.php -%%WWWDIR%%/system/libraries/Email.php -%%WWWDIR%%/system/libraries/Encrypt.php -%%WWWDIR%%/system/libraries/Form_validation.php -%%WWWDIR%%/system/libraries/Ftp.php -%%WWWDIR%%/system/libraries/Image_lib.php -%%WWWDIR%%/system/libraries/Javascript.php -%%WWWDIR%%/system/libraries/Log.php -%%WWWDIR%%/system/libraries/Migration.php -%%WWWDIR%%/system/libraries/Pagination.php -%%WWWDIR%%/system/libraries/Parser.php -%%WWWDIR%%/system/libraries/Profiler.php -%%WWWDIR%%/system/libraries/Session.php -%%WWWDIR%%/system/libraries/Sha1.php -%%WWWDIR%%/system/libraries/Table.php -%%WWWDIR%%/system/libraries/Trackback.php -%%WWWDIR%%/system/libraries/Typography.php -%%WWWDIR%%/system/libraries/Unit_test.php -%%WWWDIR%%/system/libraries/Upload.php -%%WWWDIR%%/system/libraries/User_agent.php -%%WWWDIR%%/system/libraries/Xmlrpc.php -%%WWWDIR%%/system/libraries/Xmlrpcs.php -%%WWWDIR%%/system/libraries/Zip.php -%%WWWDIR%%/system/libraries/index.html -%%WWWDIR%%/system/libraries/javascript/Jquery.php -%%WWWDIR%%/system/libraries/javascript/index.html -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/application/cache diff --git a/www/py-django17/Makefile b/www/py-django17/Makefile deleted file mode 100644 index 4a66d14609c6..000000000000 --- a/www/py-django17/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# $FreeBSD$ - -PORTNAME= django -PORTVERSION= 1.7.11 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 17 -DISTNAME= Django-${PORTVERSION} -DIST_SUBDIR= python - -MAINTAINER= python@FreeBSD.org -COMMENT= High-level Python Web Framework (1.7.x) - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= End of extended support: December 1, 2015 -EXPIRATION_DATE= 2016-01-31 - -USES= cpe python -USE_PYTHON= autoplist distutils - -CONFLICTS_INSTALL= py??-django-devel-* py??-django-1.[012345689].* -CPE_VENDOR= djangoproject - -DOCSDIR= ${PREFIX}/share/doc/py-django - -OPTIONS_DEFINE= FASTCGI HTMLDOCS -OPTIONS_DEFAULT= SQLITE - -OPTIONS_GROUP= DATABASE -OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE - -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) - -PLIST_FILES= man/man1/django-admin.1.gz \ - man/man1/gather_profile_stats.1.gz - -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHTMLDOCS} -. if empty(PORT_OPTIONS:MDOCS) -IGNORE= you cannot build documentation with DOCS option disabled -. endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx -PORTDOCS= * -.endif - -post-build: -.if ${PORT_OPTIONS:MHTMLDOCS} - cd ${WRKSRC}/docs && ${MAKE} html -.endif - -post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 - @${ECHO_MSG} "" - @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" - @${ECHO_MSG} "" -.if ${PORT_OPTIONS:MHTMLDOCS} - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/py-django17/distinfo b/www/py-django17/distinfo deleted file mode 100644 index dae701609123..000000000000 --- a/www/py-django17/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (python/Django-1.7.11.tar.gz) = 2039144fce8f1b603d03fa5a5643578df1ad007c4ed41a617f02a3943f7059a1 -SIZE (python/Django-1.7.11.tar.gz) = 7586798 diff --git a/www/py-django17/pkg-descr b/www/py-django17/pkg-descr deleted file mode 100644 index 638401f81c0e..000000000000 --- a/www/py-django17/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Django is a high-level Python Web framework that encourages rapid development -and clean, pragmatic design. - -Developed and used over the past two years by a fast-moving online-news -operation, Django was designed from scratch to handle two challenges: the -intensive deadlines of a newsroom and the stringent requirements of experienced -Web developers. It has convenient niceties for developing content-management -systems, but it's an excellent tool for building any Web site. - -WWW: http://www.djangoproject.com |