svn commit: r386063 - in head/java: wildfly80 wildfly80/files wildfly81 wildfly81/files wildfly82 wildfly90 wildfly90/files

Jimmy Olgeni olgeni at FreeBSD.org
Mon May 11 10:52:43 UTC 2015


Author: olgeni
Date: Mon May 11 10:52:41 2015
New Revision: 386063
URL: https://svnweb.freebsd.org/changeset/ports/386063

Log:
  Upgrade wildfly90 to 9.0.0.CR1.
  
  Also, for all wildfly ports:
  
  - Remove stray .orig files from plist.
  - Fix rc.conf settings in pkg-message files; use pkg-message.in everywhere.
  - Add @dir entries to fix directory permissions.
  - Make configuration writable by user www (fix startup errors).
  
  PR:		200092
  Submitted by:	olgeni
  Approved by:	maintainer

Added:
  head/java/wildfly80/files/pkg-message.in   (contents, props changed)
     - copied, changed from r386061, head/java/wildfly80/pkg-message
  head/java/wildfly81/files/pkg-message.in   (contents, props changed)
     - copied, changed from r385599, head/java/wildfly81/pkg-message
  head/java/wildfly90/files/pkg-message.in   (contents, props changed)
     - copied, changed from r385829, head/java/wildfly90/pkg-message
Deleted:
  head/java/wildfly80/pkg-message
  head/java/wildfly81/pkg-message
  head/java/wildfly90/pkg-message
Modified:
  head/java/wildfly80/Makefile
  head/java/wildfly80/pkg-plist   (contents, props changed)
  head/java/wildfly81/Makefile
  head/java/wildfly81/pkg-plist   (contents, props changed)
  head/java/wildfly82/Makefile
  head/java/wildfly82/pkg-plist   (contents, props changed)
  head/java/wildfly90/Makefile
  head/java/wildfly90/distinfo   (contents, props changed)
  head/java/wildfly90/pkg-plist   (contents, props changed)

Modified: head/java/wildfly80/Makefile
==============================================================================
--- head/java/wildfly80/Makefile	Mon May 11 10:43:04 2015	(r386062)
+++ head/java/wildfly80/Makefile	Mon May 11 10:52:41 2015	(r386063)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wildfly80
 PORTVERSION=	8.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java www
 MASTER_SITES=	http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
 DISTNAME=	wildfly-${WILDFLY_VERSION}
@@ -22,6 +22,7 @@ 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} \
@@ -31,12 +32,18 @@ SUB_LIST=	APP_SHORTNAME=${PORTNAME} \
 		APP_HOME=${PREFIX}/wildfly-${PORTVERSION}
 PLIST_SUB=	APP_HOME=wildfly-${PORTVERSION}
 
+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} && ${FIND} . | ${CPIO} -pdmu -R ${USER}:${GROUP} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
+	${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION})
+	${CHMOD} +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
+	${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation
 
 .include <bsd.port.mk>

Copied and modified: head/java/wildfly80/files/pkg-message.in (from r386061, head/java/wildfly80/pkg-message)
==============================================================================
--- head/java/wildfly80/pkg-message	Mon May 11 09:59:11 2015	(r386061, copy source)
+++ head/java/wildfly80/files/pkg-message.in	Mon May 11 10:52:41 2015	(r386063)
@@ -12,4 +12,4 @@ To change JVM args, edit appropriate sta
 
 To add the initial admin user:
 
-/usr/local/wildfly-8.0.0/bin/add-user.sh
+%%LOCALBASE%%/wildfly-8.0.0/bin/add-user.sh

Modified: head/java/wildfly80/pkg-plist
==============================================================================
--- head/java/wildfly80/pkg-plist	Mon May 11 10:43:04 2015	(r386062)
+++ head/java/wildfly80/pkg-plist	Mon May 11 10:52:41 2015	(r386063)
@@ -1,9 +1,30 @@
 @owner www
 @group www
-%%APP_HOME%%/LICENSE.txt
-%%APP_HOME%%/README.txt
+ at mode 644
 %%APP_HOME%%/appclient/configuration/appclient.xml
 %%APP_HOME%%/appclient/configuration/logging.properties
+%%APP_HOME%%/domain/configuration/application-roles.properties
+%%APP_HOME%%/domain/configuration/application-users.properties
+%%APP_HOME%%/domain/configuration/default-server-logging.properties
+%%APP_HOME%%/domain/configuration/domain.xml
+%%APP_HOME%%/domain/configuration/host-master.xml
+%%APP_HOME%%/domain/configuration/host-slave.xml
+%%APP_HOME%%/domain/configuration/host.xml
+%%APP_HOME%%/domain/configuration/logging.properties
+%%APP_HOME%%/domain/configuration/mgmt-groups.properties
+%%APP_HOME%%/domain/configuration/mgmt-users.properties
+%%APP_HOME%%/standalone/configuration/application-roles.properties
+%%APP_HOME%%/standalone/configuration/application-users.properties
+%%APP_HOME%%/standalone/configuration/logging.properties
+%%APP_HOME%%/standalone/configuration/mgmt-groups.properties
+%%APP_HOME%%/standalone/configuration/mgmt-users.properties
+%%APP_HOME%%/standalone/configuration/standalone-full-ha.xml
+%%APP_HOME%%/standalone/configuration/standalone-full.xml
+%%APP_HOME%%/standalone/configuration/standalone-ha.xml
+%%APP_HOME%%/standalone/configuration/standalone.xml
+ at mode
+%%APP_HOME%%/LICENSE.txt
+%%APP_HOME%%/README.txt
 %%APP_HOME%%/bin/.jbossclirc
 %%APP_HOME%%/bin/add-user.properties
 %%APP_HOME%%/bin/add-user.sh
@@ -255,16 +276,6 @@
 %%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%%/domain/configuration/application-roles.properties
-%%APP_HOME%%/domain/configuration/application-users.properties
-%%APP_HOME%%/domain/configuration/default-server-logging.properties
-%%APP_HOME%%/domain/configuration/domain.xml
-%%APP_HOME%%/domain/configuration/host-master.xml
-%%APP_HOME%%/domain/configuration/host-slave.xml
-%%APP_HOME%%/domain/configuration/host.xml
-%%APP_HOME%%/domain/configuration/logging.properties
-%%APP_HOME%%/domain/configuration/mgmt-groups.properties
-%%APP_HOME%%/domain/configuration/mgmt-users.properties
 %%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
@@ -994,15 +1005,6 @@
 %%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/configuration/application-roles.properties
-%%APP_HOME%%/standalone/configuration/application-users.properties
-%%APP_HOME%%/standalone/configuration/logging.properties
-%%APP_HOME%%/standalone/configuration/mgmt-groups.properties
-%%APP_HOME%%/standalone/configuration/mgmt-users.properties
-%%APP_HOME%%/standalone/configuration/standalone-full-ha.xml
-%%APP_HOME%%/standalone/configuration/standalone-full.xml
-%%APP_HOME%%/standalone/configuration/standalone-ha.xml
-%%APP_HOME%%/standalone/configuration/standalone.xml
 %%APP_HOME%%/standalone/deployments/README.txt
 %%APP_HOME%%/welcome-content/bkg.gif
 %%APP_HOME%%/welcome-content/documentation.html
@@ -1808,7 +1810,3 @@
 @dir %%APP_HOME%%/bin
 @dir %%APP_HOME%%/appclient/configuration
 @dir %%APP_HOME%%/appclient
- at dir %%APP_HOME%%/.installation
- at dir %%APP_HOME%%
- at owner
- at group

Modified: head/java/wildfly81/Makefile
==============================================================================
--- head/java/wildfly81/Makefile	Mon May 11 10:43:04 2015	(r386062)
+++ head/java/wildfly81/Makefile	Mon May 11 10:52:41 2015	(r386063)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wildfly81
 PORTVERSION=	8.1.0
+PORTREVISION=	1
 CATEGORIES=	java www
 MASTER_SITES=	http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
 DISTNAME=	wildfly-${WILDFLY_VERSION}
@@ -21,6 +22,7 @@ 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} \
@@ -30,6 +32,9 @@ SUB_LIST=	APP_SHORTNAME=${PORTNAME} \
 		APP_HOME=${PREFIX}/wildfly-${PORTVERSION}
 PLIST_SUB=	APP_HOME=wildfly-${PORTVERSION}
 
+post-patch:
+	${RM} ${WRKSRC}/bin/add-user.sh.orig
+
 do-build:
 	${RM} ${WRKSRC}/bin/*.bat
 	${RM} -rf ${WRKSRC}/bin/service

Copied and modified: head/java/wildfly81/files/pkg-message.in (from r385599, head/java/wildfly81/pkg-message)
==============================================================================
--- head/java/wildfly81/pkg-message	Thu May  7 08:18:11 2015	(r385599, copy source)
+++ head/java/wildfly81/files/pkg-message.in	Mon May 11 10:52:41 2015	(r386063)
@@ -12,4 +12,4 @@ To change JVM args, edit appropriate sta
 
 To add the initial admin user:
 
-${PREFIX}/wildfly-8.1.0/bin/add-user.sh
+%%LOCALBASE%%/wildfly-8.1.0/bin/add-user.sh

Modified: head/java/wildfly81/pkg-plist
==============================================================================
--- head/java/wildfly81/pkg-plist	Mon May 11 10:43:04 2015	(r386062)
+++ head/java/wildfly81/pkg-plist	Mon May 11 10:52:41 2015	(r386063)
@@ -1,13 +1,33 @@
 @owner www
 @group www
-%%APP_HOME%%/LICENSE.txt
-%%APP_HOME%%/README.txt
+ at mode 644
 %%APP_HOME%%/appclient/configuration/appclient.xml
 %%APP_HOME%%/appclient/configuration/logging.properties
+%%APP_HOME%%/domain/configuration/application-roles.properties
+%%APP_HOME%%/domain/configuration/application-users.properties
+%%APP_HOME%%/domain/configuration/default-server-logging.properties
+%%APP_HOME%%/domain/configuration/domain.xml
+%%APP_HOME%%/domain/configuration/host-master.xml
+%%APP_HOME%%/domain/configuration/host-slave.xml
+%%APP_HOME%%/domain/configuration/host.xml
+%%APP_HOME%%/domain/configuration/logging.properties
+%%APP_HOME%%/domain/configuration/mgmt-groups.properties
+%%APP_HOME%%/domain/configuration/mgmt-users.properties
+%%APP_HOME%%/standalone/configuration/application-roles.properties
+%%APP_HOME%%/standalone/configuration/application-users.properties
+%%APP_HOME%%/standalone/configuration/logging.properties
+%%APP_HOME%%/standalone/configuration/mgmt-groups.properties
+%%APP_HOME%%/standalone/configuration/mgmt-users.properties
+%%APP_HOME%%/standalone/configuration/standalone-full-ha.xml
+%%APP_HOME%%/standalone/configuration/standalone-full.xml
+%%APP_HOME%%/standalone/configuration/standalone-ha.xml
+%%APP_HOME%%/standalone/configuration/standalone.xml
+ at mode
+%%APP_HOME%%/LICENSE.txt
+%%APP_HOME%%/README.txt
 %%APP_HOME%%/bin/.jbossclirc
 %%APP_HOME%%/bin/add-user.properties
 %%APP_HOME%%/bin/add-user.sh
-%%APP_HOME%%/bin/add-user.sh.orig
 %%APP_HOME%%/bin/appclient.conf
 %%APP_HOME%%/bin/appclient.sh
 %%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt
@@ -259,16 +279,6 @@
 %%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%%/domain/configuration/application-roles.properties
-%%APP_HOME%%/domain/configuration/application-users.properties
-%%APP_HOME%%/domain/configuration/default-server-logging.properties
-%%APP_HOME%%/domain/configuration/domain.xml
-%%APP_HOME%%/domain/configuration/host-master.xml
-%%APP_HOME%%/domain/configuration/host-slave.xml
-%%APP_HOME%%/domain/configuration/host.xml
-%%APP_HOME%%/domain/configuration/logging.properties
-%%APP_HOME%%/domain/configuration/mgmt-groups.properties
-%%APP_HOME%%/domain/configuration/mgmt-users.properties
 %%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
@@ -1011,15 +1021,6 @@
 %%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/configuration/application-roles.properties
-%%APP_HOME%%/standalone/configuration/application-users.properties
-%%APP_HOME%%/standalone/configuration/logging.properties
-%%APP_HOME%%/standalone/configuration/mgmt-groups.properties
-%%APP_HOME%%/standalone/configuration/mgmt-users.properties
-%%APP_HOME%%/standalone/configuration/standalone-full-ha.xml
-%%APP_HOME%%/standalone/configuration/standalone-full.xml
-%%APP_HOME%%/standalone/configuration/standalone-ha.xml
-%%APP_HOME%%/standalone/configuration/standalone.xml
 %%APP_HOME%%/standalone/deployments/README.txt
 %%APP_HOME%%/welcome-content/bkg.gif
 %%APP_HOME%%/welcome-content/documentation.html
@@ -1031,7 +1032,797 @@
 %%APP_HOME%%/welcome-content/noredirect.html
 %%APP_HOME%%/welcome-content/wildfly.css
 %%APP_HOME%%/welcome-content/wildfly_logo.png
- at dir %%APP_HOME%%/domain/data/content
- at dir %%APP_HOME%%/domain/tmp/auth
- at dir %%APP_HOME%%/standalone/lib/ext
+ at dir %%APP_HOME%%/welcome-content
 @dir %%APP_HOME%%/standalone/tmp/auth
+ at dir %%APP_HOME%%/standalone/tmp
+ at dir %%APP_HOME%%/standalone/lib/ext
+ at dir %%APP_HOME%%/standalone/lib
+ at dir %%APP_HOME%%/standalone/deployments
+ at dir %%APP_HOME%%/standalone/configuration
+ at dir %%APP_HOME%%/standalone
+ at dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services
+ at dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF
+ at dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources
+ at dir %%APP_HOME%%/modules/system/layers/base/sun/jdk/main
+ at dir %%APP_HOME%%/modules/system/layers/base/sun/jdk
+ at dir %%APP_HOME%%/modules/system/layers/base/sun
+ at dir %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml
+ at dir %%APP_HOME%%/modules/system/layers/base/org/yaml
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/security
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering
+ at dir %%APP_HOME%%/modules/system/layers/base/org/wildfly
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/jcl-over-slf4j
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/impl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/ext/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j/ext
+ at dir %%APP_HOME%%/modules/system/layers/base/org/slf4j
+ at dir %%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/scannotation/scannotation
+ at dir %%APP_HOME%%/modules/system/layers/base/org/scannotation
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/idm
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation/bindings
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/federation
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/config/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/config
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/common/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink/common
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketlink
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketbox/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/picketbox
+ at dir %%APP_HOME%%/modules/system/layers/base/org/osgi/core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/osgi/core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/osgi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/opensaml/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/opensaml
+ at dir %%APP_HOME%%/modules/system/layers/base/org/omg/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/omg/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/omg
+ at dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke/rngom
+ at dir %%APP_HOME%%/modules/system/layers/base/org/kohsuke
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jsoup/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jsoup
+ at dir %%APP_HOME%%/modules/system/layers/base/org/joda/time/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/joda/time
+ at dir %%APP_HOME%%/modules/system/layers/base/org/joda
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jgroups/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jgroups
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jdom/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jdom
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xts
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/nio
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/netty
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xnio
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xb/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/xb
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsprovide
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/wsconsume
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools/common
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/tools
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/saaj-impl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-jboss-httpserver-httpspi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/jaxws-client
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/cxf
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/common
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ws
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/weld
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/vfs
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/threads/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/threads
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/stdio
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/staxmapper
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap/core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/shrinkwrap
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/xacml
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security/negotiation
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/security
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/sasl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-spring
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy/jose-jwt
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/resteasy
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/remoting-jmx
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting3
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting-jmx
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remoting
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/remote-naming
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/txframework
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana/rts
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/narayana
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/msc/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/msc
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/modules/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/modules
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container/spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster/container
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/mod_cluster
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/metadata
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/logging
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/log4j
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jts
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/jandex
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/invocation
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/integration
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/dmr
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/com
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/as
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jboss
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jberet
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jaxen/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jaxen
+ at dir %%APP_HOME%%/modules/system/layers/base/org/javassist/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/javassist
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jacorb/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/jacorb
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/query
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/client
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore
+ at dir %%APP_HOME%%/modules/system/layers/base/org/infinispan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-x86_64
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-i686
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hornetq
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/search
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/hql
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate/3
+ at dir %%APP_HOME%%/modules/system/layers/base/org/hibernate
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax
+ at dir %%APP_HOME%%/modules/system/layers/base/org/glassfish
+ at dir %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/fusesource
+ at dir %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence
+ at dir %%APP_HOME%%/modules/system/layers/base/org/eclipse
+ at dir %%APP_HOME%%/modules/system/layers/base/org/dom4j/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/dom4j
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson
+ at dir %%APP_HOME%%/modules/system/layers/base/org/codehaus
+ at dir %%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/bouncycastle
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/xerces
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/xalan
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/ws
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/velocity
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/santuario
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/qpid
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/neethi
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/lucene
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/log4j
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/james
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/cxf
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/commons
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache/avro
+ at dir %%APP_HOME%%/modules/system/layers/base/org/apache
+ at dir %%APP_HOME%%/modules/system/layers/base/org/antlr/main
+ at dir %%APP_HOME%%/modules/system/layers/base/org/antlr
+ at dir %%APP_HOME%%/modules/system/layers/base/org
+ at dir %%APP_HOME%%/modules/system/layers/base/nu/xom/main
+ at dir %%APP_HOME%%/modules/system/layers/base/nu/xom
+ at dir %%APP_HOME%%/modules/system/layers/base/nu
+ at dir %%APP_HOME%%/modules/system/layers/base/net/jcip/main
+ at dir %%APP_HOME%%/modules/system/layers/base/net/jcip
+ at dir %%APP_HOME%%/modules/system/layers/base/net
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/ws
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/stream
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/soap
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml/bind
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/xml
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ws/rs
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ws
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/websocket/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/websocket
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/validation/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/validation/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/validation
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/transaction/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/transaction
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/servlet
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/jacc
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security/auth
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/security
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/rmi/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/rmi
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/resource/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/resource/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/resource
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/persistence/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/persistence
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/management
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/mail/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/mail/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/mail
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/jws/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/jws
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/json/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/json/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/json
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/jms/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/jms/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/jms
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/interceptor
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/inject/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/inject/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/inject
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/faces/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/faces/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/faces
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/enterprise
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/el/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/el/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/el
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ejb/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/ejb
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/batch/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/batch/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/batch
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/annotation/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/annotation
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/activation/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javax/activation
+ at dir %%APP_HOME%%/modules/system/layers/base/javax
+ at dir %%APP_HOME%%/modules/system/layers/base/javaee/api/main
+ at dir %%APP_HOME%%/modules/system/layers/base/javaee/api
+ at dir %%APP_HOME%%/modules/system/layers/base/javaee
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow/core
+ at dir %%APP_HOME%%/modules/system/layers/base/io/undertow
+ at dir %%APP_HOME%%/modules/system/layers/base/io/netty/main
+ at dir %%APP_HOME%%/modules/system/layers/base/io/netty
+ at dir %%APP_HOME%%/modules/system/layers/base/io
+ at dir %%APP_HOME%%/modules/system/layers/base/ibm/jdk/main
+ at dir %%APP_HOME%%/modules/system/layers/base/ibm/jdk
+ at dir %%APP_HOME%%/modules/system/layers/base/ibm
+ at dir %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main
+ at dir %%APP_HOME%%/modules/system/layers/base/gnu/getopt
+ at dir %%APP_HOME%%/modules/system/layers/base/gnu
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xsom
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/xml
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/istack/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/istack
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun/codemodel
+ at dir %%APP_HOME%%/modules/system/layers/base/com/sun
+ at dir %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/h2database/h2
+ at dir %%APP_HOME%%/modules/system/layers/base/com/h2database
+ at dir %%APP_HOME%%/modules/system/layers/base/com/google/guava/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/google/guava
+ at dir %%APP_HOME%%/modules/system/layers/base/com/google
+ at dir %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/github/relaxng
+ at dir %%APP_HOME%%/modules/system/layers/base/com/github
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core
+ at dir %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main

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


More information about the svn-ports-all mailing list