torquebox-server 2.0.3-java → 2.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/jboss/appclient/configuration/appclient.xml +28 -16
- data/jboss/bin/add-user.bat +82 -79
- data/jboss/bin/add-user.sh +2 -0
- data/jboss/bin/appclient.bat +98 -98
- data/jboss/bin/appclient.conf.bat +67 -67
- data/jboss/bin/appclient.sh +0 -0
- data/jboss/bin/client/README.txt +1 -1
- data/jboss/bin/client/jboss-client.jar +0 -0
- data/jboss/bin/domain.bat +138 -138
- data/jboss/bin/domain.conf.bat +79 -79
- data/jboss/bin/domain.sh +0 -0
- data/jboss/bin/init.d/jboss-as-standalone.sh +2 -2
- data/jboss/bin/jboss-cli.bat +71 -68
- data/jboss/bin/jboss-cli.sh +3 -0
- data/jboss/bin/jboss-cli.xml +3 -1
- data/jboss/bin/jconsole.bat +100 -93
- data/jboss/bin/jconsole.sh +1 -1
- data/jboss/bin/jdr.bat +79 -79
- data/jboss/bin/jdr.sh +0 -0
- data/jboss/bin/run.bat +9 -9
- data/jboss/bin/run.sh +2 -1
- data/jboss/bin/standalone.bat +157 -153
- data/jboss/bin/standalone.conf +1 -1
- data/jboss/bin/standalone.conf.bat +75 -75
- data/jboss/bin/standalone.sh +2 -5
- data/jboss/bin/vault.bat +55 -55
- data/jboss/bin/vault.sh +0 -0
- data/jboss/bin/wsconsume.bat +27 -27
- data/jboss/bin/wsconsume.sh +0 -0
- data/jboss/bin/wsprovide.bat +26 -26
- data/jboss/bin/wsprovide.sh +0 -0
- data/jboss/bundles/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final.jar +0 -0
- data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.x.incremental.1.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/logging/main/{jboss-osgi-logging-1.0.0.jar → jboss-osgi-logging-1.0.0.Final.jar} +0 -0
- data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +22 -16
- data/jboss/docs/examples/configs/standalone-jts.xml +28 -13
- data/jboss/docs/examples/configs/standalone-minimalistic.xml +2 -1
- data/jboss/docs/examples/configs/standalone-osgi-only.xml +6 -1
- data/jboss/docs/examples/configs/standalone-xts.xml +24 -27
- data/jboss/docs/licenses/the apache software license, version 2.0 - license-2.0.txt b/data/jboss/docs/licenses/apache 2 - → license-2.0.txt +0 -0
- data/jboss/docs/licenses/bsd-style license - license.txt +69 -0
- data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +73 -106
- data/jboss/docs/licenses/licenses.xml +274 -374
- data/jboss/docs/licenses/the werken company license - license.html +3 -3
- data/jboss/docs/schema/jboss-as-cli_1_1.xsd +116 -0
- data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +10 -10
- data/jboss/docs/schema/jboss-as-config_1_0.xsd +54 -27
- data/jboss/docs/schema/jboss-as-config_1_1.xsd +70 -24
- data/jboss/docs/schema/jboss-as-config_1_2.xsd +72 -26
- data/jboss/docs/schema/jboss-as-config_1_3.xsd +2299 -0
- data/jboss/docs/schema/jboss-as-datasources_1_1.xsd +967 -0
- data/jboss/docs/schema/jboss-as-deployment-scanner_1_1.xsd +1 -1
- data/jboss/docs/schema/jboss-as-ee_1_1.xsd +98 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_3.xsd +329 -0
- data/jboss/docs/schema/jboss-as-infinispan_1_3.xsd +929 -0
- data/jboss/docs/schema/jboss-as-jacorb_1_2.xsd +333 -0
- data/jboss/docs/schema/jboss-as-logging_1_0.xsd +0 -2
- data/jboss/docs/schema/jboss-as-logging_1_1.xsd +0 -2
- data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +1 -1
- data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +1 -1
- data/jboss/docs/schema/jboss-as-messaging_1_2.xsd +860 -0
- data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +5 -0
- data/jboss/docs/schema/jboss-as-mod-cluster_1_1.xsd +253 -0
- data/jboss/docs/schema/jboss-as-naming_1_2.xsd +130 -0
- data/jboss/docs/schema/jboss-as-security_1_1.xsd +15 -1
- data/jboss/docs/schema/jboss-as-security_1_2.xsd +422 -0
- data/jboss/docs/schema/jboss-as-txn_1_2.xsd +190 -0
- data/jboss/docs/schema/jboss-as-web_1_1.xsd +5 -5
- data/jboss/docs/schema/jboss-deployment-structure-1_2.xsd +773 -0
- data/jboss/docs/schema/jboss-ejb-client_1_2.xsd +315 -0
- data/jboss/docs/schema/module-1_0.xsd +466 -0
- data/jboss/docs/schema/module-1_1.xsd +586 -0
- data/jboss/domain/configuration/domain.xml +114 -102
- data/jboss/domain/configuration/host-master.xml +6 -1
- data/jboss/domain/configuration/host-slave.xml +6 -1
- data/jboss/domain/configuration/host.xml +7 -2
- data/jboss/jboss-modules.jar +0 -0
- data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +4 -0
- data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +10 -0
- data/jboss/modules/com/google/guava/main/guava-11.0.2.jar.index +21 -0
- data/jboss/modules/com/h2database/h2/main/h2-1.3.161.jar.index +33 -0
- data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index +59 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jar +0 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jar.index +42 -0
- data/jboss/modules/com/sun/xml/bind/main/{jaxb-xjc-2.2.4.jar → jaxb-xjc-2.2.5.jar} +0 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jar.index +173 -0
- data/jboss/modules/com/sun/xml/bind/main/module.xml +2 -2
- data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index +25 -0
- data/jboss/modules/javaee/api/main/module.xml +0 -12
- data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +9 -0
- data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar.index +9 -0
- data/jboss/modules/javax/annotation/api/main/module.xml +1 -1
- data/jboss/modules/javax/api/main/module.xml +6 -0
- data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar.index +9 -0
- data/jboss/modules/javax/ejb/api/main/module.xml +1 -1
- data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar.index +7 -0
- data/jboss/modules/javax/el/api/main/module.xml +1 -1
- data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +14 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar.index +16 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/module.xml +1 -1
- data/jboss/modules/javax/faces/api/main/{jboss-jsf-api_2.1_spec-2.0.1.Final.jar → jboss-jsf-api_2.1_spec-2.0.2.Final.jar} +0 -0
- data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.2.Final.jar.index +26 -0
- data/jboss/modules/javax/faces/api/main/module.xml +1 -1
- data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +3 -0
- data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar.index +7 -0
- data/jboss/modules/javax/interceptor/api/main/module.xml +1 -1
- data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar.index +7 -0
- data/jboss/modules/javax/jms/api/main/module.xml +1 -1
- data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +5 -0
- data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +23 -0
- data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar.index +9 -0
- data/jboss/modules/javax/management/j2ee/api/main/module.xml +1 -1
- data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar.index +12 -0
- data/jboss/modules/javax/resource/api/main/module.xml +1 -1
- data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +93 -0
- data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar.index +12 -0
- data/jboss/modules/javax/security/auth/message/api/main/module.xml +1 -1
- data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar.index +8 -0
- data/jboss/modules/javax/security/jacc/api/main/module.xml +1 -1
- data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/servlet/api/main/module.xml +1 -1
- data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/servlet/jsp/api/main/module.xml +1 -1
- data/jboss/modules/javax/servlet/jstl/api/main/{jboss-jstl-api_1.2_spec-1.0.2.Final.jar → jboss-jstl-api_1.2_spec-1.0.3.Final.jar} +0 -0
- data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar.index +45 -0
- data/jboss/modules/javax/servlet/jstl/api/main/module.xml +1 -1
- data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +1 -0
- data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar.index +8 -0
- data/jboss/modules/javax/transaction/api/main/module.xml +1 -1
- data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +12 -0
- data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/ws/rs/api/main/module.xml +1 -1
- data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +25 -0
- data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +0 -0
- data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar.index +13 -0
- data/jboss/modules/javax/xml/bind/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar.index +9 -0
- data/jboss/modules/javax/xml/registry/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar.index +14 -0
- data/jboss/modules/javax/xml/rpc/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar.index +8 -0
- data/jboss/modules/javax/xml/soap/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar.index +15 -0
- data/jboss/modules/javax/xml/ws/api/main/module.xml +1 -1
- data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar.index +5 -0
- data/jboss/modules/org/antlr/main/antlr-2.7.7.jar.index +15 -0
- data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +9 -0
- data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +13 -0
- data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +20 -0
- data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index +17 -0
- data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.6.jar.index +54 -0
- data/jboss/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar.index +30 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar.index +16 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar.index +13 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar.index +26 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar.index +17 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar.index +52 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar.index +25 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar.index +14 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar.index +35 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar.index +19 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar.index +11 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar.index +28 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar.index +21 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar.index +11 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar.index +25 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar.index +24 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar.index +31 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar.index +27 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar.index +12 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar.index +13 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar.index +12 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar.index +21 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/module.xml +0 -4
- data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index +31 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index +17 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index +11 -0
- data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index +17 -0
- data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index +16 -0
- data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index +30 -0
- data/jboss/modules/org/apache/log4j/main/module.xml +1 -15
- data/jboss/modules/org/apache/neethi/main/neethi-3.0.1.jar.index +12 -0
- data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index +47 -0
- data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar.index +31 -0
- data/jboss/modules/org/apache/ws/security/main/module.xml +0 -4
- data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.5.jar.index +28 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +1 -1
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar +0 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar.index +15 -0
- data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +8 -0
- data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +58 -0
- data/jboss/modules/org/apache/xerces/main/module.xml +1 -1
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +0 -0
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar.index +49 -0
- data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index +12 -0
- data/jboss/modules/org/codehaus/jettison/main/jettison-1.3.1.jar.index +12 -0
- data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index +15 -0
- data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index +22 -0
- data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar.index +17 -0
- data/jboss/modules/org/hibernate/{main → commons-annotations/main}/hibernate-commons-annotations-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar.index +15 -0
- data/jboss/modules/org/{w3c/css/sac → hibernate/commons-annotations}/main/module.xml +5 -9
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.2.Final.jar +0 -0
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.2.Final.jar.index +39 -0
- data/jboss/modules/org/hibernate/envers/main/module.xml +2 -1
- data/jboss/modules/org/hibernate/main/{hibernate-core-4.0.1.Final.jar → hibernate-core-4.1.2.Final.jar} +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-core-4.1.2.Final.jar.index +197 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.2.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.2.Final.jar.index +22 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.2.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.2.Final.jar.index +17 -0
- data/jboss/modules/org/hibernate/main/module.xml +4 -4
- data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +33 -0
- data/jboss/modules/org/hornetq/main/{hornetq-core-2.2.13.Final.jar → hornetq-core-2.2.18.Final.jar} +0 -0
- data/jboss/modules/org/hornetq/main/hornetq-core-2.2.18.Final.jar.index +89 -0
- data/jboss/modules/org/hornetq/main/{hornetq-jms-2.2.13.Final.jar → hornetq-jms-2.2.18.Final.jar} +0 -0
- data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.18.Final.jar.index +29 -0
- data/jboss/modules/org/hornetq/main/lib.index +3 -0
- data/jboss/modules/org/hornetq/main/module.xml +4 -2
- data/jboss/modules/org/hornetq/ra/main/{hornetq-ra-2.2.13.Final.jar → hornetq-ra-2.2.18.Final.jar} +0 -0
- data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.18.Final.jar.index +7 -0
- data/jboss/modules/org/hornetq/ra/main/module.xml +1 -1
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar.index +14 -0
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +1 -1
- data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar.index +10 -0
- data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +2 -2
- data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar.index +19 -0
- data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +1 -1
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar.index +93 -0
- data/jboss/modules/org/infinispan/main/module.xml +1 -1
- data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar +0 -0
- data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar.index +132 -0
- data/jboss/modules/org/jacorb/main/module.xml +1 -1
- data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +22 -0
- data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/appclient/main/module.xml +2 -2
- data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/cli/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar.index +14 -0
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +3 -2
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/clustering/registry/main/module.xml +1 -2
- data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar.index +14 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/cmp/main/{jboss-as-cmp-7.1.1.Final.jar → jboss-as-cmp-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.1.jar.index +30 -0
- data/jboss/modules/org/jboss/as/cmp/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/configadmin/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar.index +46 -0
- data/jboss/modules/org/jboss/as/connector/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.3.2.Final-resources.jar +0 -0
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.3.2.Final-resources.jar.index +113 -0
- data/jboss/modules/org/jboss/as/console/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/controller-client/main/{jboss-as-controller-client-7.1.1.Final.jar → jboss-as-controller-client-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/controller-client/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar.index +27 -0
- data/jboss/modules/org/jboss/as/controller/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar.index +9 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/{jboss-as-domain-http-error-context-7.1.1.Final.jar → jboss-as-domain-http-error-context-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.1.jar.index +5 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/domain-management/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/ee/main/{jboss-as-ee-7.1.1.Final.jar → jboss-as-ee-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.1.jar.index +24 -0
- data/jboss/modules/org/jboss/as/ee/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.1.jar.index +69 -0
- data/jboss/modules/org/jboss/as/ejb3/main/module.xml +1 -3
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/embedded/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar.index +27 -0
- data/jboss/modules/org/jboss/as/host-controller/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/jacorb/main/{jboss-as-jacorb-7.1.1.Final.jar → jboss-as-jacorb-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.1.jar.index +23 -0
- data/jboss/modules/org/jboss/as/jacorb/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jaxr/main/{jboss-as-jaxr-7.1.1.Final.jar → jboss-as-jaxr-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/jaxr/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/jdr/main/{jboss-as-sos-7.1.1.Final.jar → jboss-as-sos-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/jdr/main/module.xml +2 -2
- data/jboss/modules/org/jboss/as/jmx/main/{jboss-as-jmx-7.1.1.Final.jar → jboss-as-jmx-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/jmx/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/{jboss-as-jpa-hibernate4-7.1.1.Final.jar → jboss-as-jpa-hibernate4-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/main/{jboss-as-jpa-7.1.1.Final.jar → jboss-as-jpa-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.1.jar.index +22 -0
- data/jboss/modules/org/jboss/as/jpa/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/openjpa/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jsr77/main/{jboss-as-jsr77-7.1.1.Final.jar → jboss-as-jsr77-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/jsr77/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar.index +18 -0
- data/jboss/modules/org/jboss/as/logging/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/mail/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/management-client-content/main/{jboss-as-management-client-content-7.1.1.Final.jar → jboss-as-management-client-content-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/messaging/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/modcluster/main/{mod_cluster-container-catalina-1.2.0.Final.jar → mod_cluster-container-catalina-1.2.1.Final.jar} +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar.index +18 -0
- data/jboss/modules/org/jboss/as/modcluster/main/module.xml +6 -5
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar.index +19 -0
- data/jboss/modules/org/jboss/as/naming/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/network/main/{jboss-as-network-7.1.1.Final.jar → jboss-as-network-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.1.jar.index +9 -0
- data/jboss/modules/org/jboss/as/network/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.1.jar.index +14 -0
- data/jboss/modules/org/jboss/as/osgi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/platform-mbean/main/{jboss-as-platform-mbean-7.1.1.Final.jar → jboss-as-platform-mbean-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/pojo/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/process-controller/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/protocol/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/remoting/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/sar/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/security/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar.index +29 -0
- data/jboss/modules/org/jboss/as/server/main/module.xml +3 -2
- data/jboss/modules/org/jboss/as/threads/main/{jboss-as-threads-7.1.1.Final.jar → jboss-as-threads-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/threads/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar.index +15 -0
- data/jboss/modules/org/jboss/as/transactions/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +24 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar.index +22 -0
- data/jboss/modules/org/jboss/as/web/main/{jbossweb-7.0.13.Final.jar → jbossweb-7.0.16.Final.jar} +0 -0
- data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.16.Final.jar.index +77 -0
- data/jboss/modules/org/jboss/as/web/main/module.xml +3 -2
- data/jboss/modules/org/jboss/as/webservices/main/{jboss-as-webservices-server-integration-7.1.1.Final.jar → jboss-as-webservices-server-integration-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.1.jar.index +25 -0
- data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar.index +5 -0
- data/jboss/modules/org/jboss/as/webservices/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.1.jar.index +21 -0
- data/jboss/modules/org/jboss/as/weld/main/module.xml +1 -3
- data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/xts/main/module.xml +1 -1
- data/jboss/modules/org/jboss/classfilewriter/main/{jboss-classfilewriter-1.0.1.Final.jar → jboss-classfilewriter-1.0.2.Final.jar} +0 -0
- data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.2.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/classfilewriter/main/module.xml +1 -1
- data/jboss/modules/org/jboss/com/sun/httpserver/main/{httpserver-1.0.0.Final.jar → httpserver-1.0.1.Final.jar} +0 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar.index +15 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +1 -1
- data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/{logmanager/log4j → common-beans}/main/module.xml +2 -7
- data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +37 -0
- data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar +0 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/ejb-client/main/module.xml +1 -1
- data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index +9 -0
- data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-common-api-1.0.9.Final.jar → ironjacamar-common-api-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.11.Final.jar.index +21 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-common-spi-1.0.9.Final.jar → ironjacamar-common-spi-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.11.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-core-api-1.0.9.Final.jar → ironjacamar-core-api-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.11.Final.jar.index +28 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +3 -3
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar.index +24 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/{ironjacamar-core-impl-1.0.9.Final.jar → ironjacamar-core-impl-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.11.Final.jar.index +30 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar.index +7 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/{ironjacamar-validator-1.0.9.Final.jar → ironjacamar-validator-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.11.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +4 -4
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/{ironjacamar-jdbc-1.0.9.Final.jar → ironjacamar-jdbc-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.11.Final.jar.index +24 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +1 -1
- data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/jts/integration/main/{jbossjts-integration-4.16.2.Final.jar → jbossjts-integration-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.4.Final.jar.index +16 -0
- data/jboss/modules/org/jboss/jts/integration/main/module.xml +1 -1
- data/jboss/modules/org/jboss/jts/main/{jbossjts-4.16.2.Final.jar → jbossjts-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.4.Final.jar.index +186 -0
- data/jboss/modules/org/jboss/jts/main/module.xml +1 -1
- data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar.index +29 -0
- data/jboss/modules/org/jboss/{interceptor/spi → log4j/logmanager}/main/module.xml +6 -8
- data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/logging/main/{jboss-logging-3.1.0.GA.jar → jboss-logging-3.1.1.GA.jar} +0 -0
- data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.1.GA.jar.index +8 -0
- data/jboss/modules/org/jboss/logging/main/module.xml +1 -1
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar.index +14 -0
- data/jboss/modules/org/jboss/logmanager/main/module.xml +1 -1
- data/jboss/modules/org/jboss/marshalling/main/{jboss-marshalling-1.3.11.GA.jar → jboss-marshalling-1.3.14.GA.jar} +0 -0
- data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.14.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/marshalling/main/module.xml +1 -1
- data/jboss/modules/org/jboss/marshalling/river/main/{jboss-marshalling-river-1.3.11.GA.jar → jboss-marshalling-river-1.3.14.GA.jar} +0 -0
- data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.14.GA.jar.index +10 -0
- data/jboss/modules/org/jboss/marshalling/river/main/module.xml +1 -1
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-appclient-7.0.1.Final.jar → jboss-metadata-appclient-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.3.Final.jar.index +15 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-common-7.0.1.Final.jar → jboss-metadata-common-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.3.Final.jar.index +35 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ear-7.0.1.Final.jar → jboss-metadata-ear-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.3.Final.jar.index +19 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ejb-7.0.1.Final.jar → jboss-metadata-ejb-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.3.Final.jar.index +22 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-web-7.0.1.Final.jar → jboss-metadata-web-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.3.Final.jar.index +21 -0
- data/jboss/modules/org/jboss/metadata/main/module.xml +5 -5
- data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index +12 -0
- data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +46 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar.index +12 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar.index +17 -0
- data/jboss/modules/org/jboss/osgi/framework/main/module.xml +3 -5
- data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/osgi/metadata/main/module.xml +1 -1
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/osgi/repository/main/module.xml +3 -2
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar.index +18 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar.index +14 -0
- data/jboss/modules/org/jboss/{interceptor → osgi/resolver}/main/module.xml +8 -7
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar.index +12 -0
- data/jboss/modules/org/jboss/osgi/spi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +2 -2
- data/jboss/modules/org/jboss/remote-naming/main/{jboss-remote-naming-1.0.2.Final.jar → jboss-remote-naming-1.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.3.Final.jar.index +14 -0
- data/jboss/modules/org/jboss/remote-naming/main/module.xml +2 -1
- data/jboss/modules/org/jboss/remoting3/main/{jboss-remoting-3.2.3.GA.jar → jboss-remoting-3.2.8.GA.jar} +0 -0
- data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.8.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/remoting3/main/module.xml +1 -1
- data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +2 -2
- data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/{remoting-jmx-1.0.2.Final.jar → remoting-jmx-1.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.3.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/{resteasy-atom-provider-2.3.2.Final.jar → resteasy-atom-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/{resteasy-cdi-2.3.2.Final.jar → resteasy-cdi-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/{resteasy-jackson-provider-2.3.2.Final-jandex.jar → resteasy-jackson-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/{resteasy-jaxb-provider-2.3.2.Final.jar → resteasy-jaxb-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.2.Final-jandex.jar → async-http-servlet-3.0-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.2.Final.jar → async-http-servlet-3.0-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +3 -3
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar.index +2 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{resteasy-jaxrs-2.3.2.Final.jar → resteasy-jaxrs-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar.index +45 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/{resteasy-jettison-provider-2.3.2.Final-jandex.jar → resteasy-jettison-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/{resteasy-jettison-provider-2.3.2.Final.jar → resteasy-jettison-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.2.Final-jandex.jar → resteasy-jsapi-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.2.Final.jar → resteasy-jsapi-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.2.Final-jandex.jar → resteasy-multipart-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.2.Final.jar → resteasy-multipart-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/{resteasy-yaml-provider-2.3.2.Final-jandex.jar → resteasy-yaml-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/{resteasy-yaml-provider-2.3.2.Final.jar → resteasy-yaml-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/sasl/main/{jboss-sasl-1.0.0.Final.jar → jboss-sasl-1.0.1.Final.jar} +0 -0
- data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.1.Final.jar.index +16 -0
- data/jboss/modules/org/jboss/sasl/main/module.xml +1 -1
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index +10 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/xacml/main/{jbossxacml-2.0.6.Final.jar → jbossxacml-2.0.8.Final.jar} +0 -0
- data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar.index +34 -0
- data/jboss/modules/org/jboss/security/xacml/main/module.xml +1 -1
- data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +3 -3
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar.index +17 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar.index +27 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar.index +9 -0
- data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +8 -0
- data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +9 -0
- data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index +15 -0
- data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/weld/core/main/module.xml +1 -3
- data/jboss/modules/org/jboss/weld/core/main/{weld-core-1.1.5.AS71.Final.jar → weld-core-1.1.8.Final.jar} +0 -0
- data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.8.Final.jar.index +67 -0
- data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index +39 -0
- data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index +16 -0
- data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar.index +27 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +0 -4
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar.index +6 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar.index +28 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar.index +14 -0
- data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar.index +22 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar.index +105 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar.index +6 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar.index +6 -0
- data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar.index +26 -0
- data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +31 -0
- data/jboss/modules/org/jboss/xnio/main/module.xml +1 -1
- data/jboss/modules/org/jboss/xnio/main/{xnio-api-3.0.3.GA.jar → xnio-api-3.0.4.GA.jar} +0 -0
- data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.4.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/xnio/nio/main/module.xml +1 -1
- data/jboss/modules/org/jboss/xnio/nio/main/{xnio-nio-3.0.3.GA.jar → xnio-nio-3.0.4.GA.jar} +0 -0
- data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.4.GA.jar.index +9 -0
- data/jboss/modules/org/jboss/xts/main/{jbosstxbridge-4.16.2.Final.jar → jbosstxbridge-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/xts/main/{jbossxts-4.16.2.Final.jar → jbossxts-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/xts/main/{jbossxts-api-4.16.2.Final.jar → jbossxts-api-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/xts/main/module.xml +3 -3
- data/jboss/modules/org/jgroups/main/{jgroups-3.0.6.Final.jar → jgroups-3.0.10.Final.jar} +0 -0
- data/jboss/modules/org/jgroups/main/jgroups-3.0.10.Final.jar.index +26 -0
- data/jboss/modules/org/jgroups/main/module.xml +1 -1
- data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +29 -0
- data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +28 -0
- data/jboss/modules/org/picketbox/main/module.xml +3 -2
- data/jboss/modules/org/picketbox/main/{picketbox-4.0.7.Final.jar → picketbox-4.0.9.Final.jar} +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-4.0.9.Final.jar.index +83 -0
- data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index +10 -0
- data/jboss/modules/org/picketbox/main/{picketbox-infinispan-4.0.7.Final.jar → picketbox-infinispan-4.0.9.Final.jar} +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.9.Final.jar.index +9 -0
- data/jboss/modules/org/picketlink/main/module.xml +5 -6
- data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final-jandex-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.1.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.1.Final.jar +0 -0
- data/jboss/modules/org/{torquebox → projectodd/polyglot}/cache/main/module.xml +3 -52
- data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
- data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-core.jar +0 -0
- data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-core.jar +0 -0
- data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
- data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index +173 -0
- data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +8 -0
- data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +12 -0
- data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +8 -0
- data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +11 -0
- data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +9 -0
- data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
- data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
- data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
- data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/polyglot-jobs.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
- data/jboss/modules/org/torquebox/messaging/main/polyglot-messaging.jar +0 -0
- data/jboss/modules/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
- data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
- data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
- data/jboss/modules/org/torquebox/web/main/module.xml +0 -1
- data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
- data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
- data/jboss/modules/sun/jdk/main/service-loader-resources.index +3 -0
- data/jboss/standalone/configuration/standalone-full-ha.xml +58 -51
- data/jboss/standalone/configuration/standalone-full.xml +41 -31
- data/jboss/standalone/configuration/standalone-ha.xml +58 -51
- data/jboss/standalone/configuration/standalone.xml +41 -31
- data/lib/torquebox-server.jar +0 -0
- data/lib/torquebox-server.rb +2 -2
- data/share/rails/template.rb +4 -4
- metadata +1015 -767
- data/jboss/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar +0 -0
- data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.1.Final.jar +0 -0
- data/jboss/docs/licenses/common public license version 1.0 - cpl1.0.txt +0 -297
- data/jboss/docs/licenses/osgi specification license, version 1.0 - osgi-1.0.txt +0 -10
- data/jboss/docs/licenses/w3c software notice and license - w3c.txt +0 -77
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar +0 -0
- data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar +0 -0
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar +0 -0
- data/jboss/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar +0 -0
- data/jboss/modules/net/sourceforge/cssparser/main/module.xml +0 -39
- data/jboss/modules/net/sourceforge/nekohtml/main/module.xml +0 -38
- data/jboss/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar +0 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar +0 -0
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar +0 -0
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar +0 -0
- data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar +0 -0
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar +0 -0
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.2.Final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/avro.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/guava.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-commons-annotations.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search-analyzers.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search-engine.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search-orm.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/infinispan-query.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/jackson-core-asl.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/jackson-mapper-asl.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-analyzers.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-core.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-grouping.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-highlighter.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-memory.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-misc.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-smartcn.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-spatial.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-spellchecker.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-stempel.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/paranamer.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/slf4j-api.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/snappy-java.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-analysis-extras.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-commons-csv.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-core.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-solrj.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/torquebox-cache.jar +0 -0
- data/jboss/modules/org/w3c/css/sac/main/sac-1.3.jar +0 -0
@@ -0,0 +1,190 @@
|
|
1
|
+
<!--
|
2
|
+
~ JBoss, Home of Professional Open Source.
|
3
|
+
~ Copyright 2011, Red Hat, Inc., and individual contributors
|
4
|
+
~ as indicated by the @author tags. See the copyright.txt file in the
|
5
|
+
~ distribution for a full listing of individual contributors.
|
6
|
+
~
|
7
|
+
~ This is free software; you can redistribute it and/or modify it
|
8
|
+
~ under the terms of the GNU Lesser General Public License as
|
9
|
+
~ published by the Free Software Foundation; either version 2.1 of
|
10
|
+
~ the License, or (at your option) any later version.
|
11
|
+
~
|
12
|
+
~ This software is distributed in the hope that it will be useful,
|
13
|
+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
|
+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
15
|
+
~ Lesser General Public License for more details.
|
16
|
+
~
|
17
|
+
~ You should have received a copy of the GNU Lesser General Public
|
18
|
+
~ License along with this software; if not, write to the Free
|
19
|
+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
20
|
+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
21
|
+
-->
|
22
|
+
|
23
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
24
|
+
targetNamespace="urn:jboss:domain:transactions:1.2"
|
25
|
+
xmlns="urn:jboss:domain:transactions:1.2"
|
26
|
+
elementFormDefault="qualified"
|
27
|
+
attributeFormDefault="unqualified"
|
28
|
+
version="1.2">
|
29
|
+
|
30
|
+
<!-- The transaction subsystem root element -->
|
31
|
+
<xs:element name="subsystem" type="subsystem"/>
|
32
|
+
|
33
|
+
<xs:complexType name="subsystem">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>
|
36
|
+
<![CDATA[
|
37
|
+
The configuration of the transactions subsystem.
|
38
|
+
]]>
|
39
|
+
</xs:documentation>
|
40
|
+
</xs:annotation>
|
41
|
+
<xs:all>
|
42
|
+
<xs:element name="core-environment" type="core-environment"/>
|
43
|
+
<xs:element name="recovery-environment" type="recovery-environment"/>
|
44
|
+
<xs:element name="coordinator-environment" type="coordinator-environment" minOccurs="0"/>
|
45
|
+
<xs:element name="object-store" type="object-store" minOccurs="0"/>
|
46
|
+
<xs:element name="jts" type="jts-Type" minOccurs="0" maxOccurs="1"/>
|
47
|
+
<xs:element name="use-hornetq-store" type="use-hornetq-store-Type" minOccurs="0" maxOccurs="1" />
|
48
|
+
</xs:all>
|
49
|
+
</xs:complexType>
|
50
|
+
|
51
|
+
<xs:complexType name="recovery-environment">
|
52
|
+
<xs:annotation>
|
53
|
+
<xs:documentation>
|
54
|
+
<![CDATA[
|
55
|
+
The recovery environment configuration.
|
56
|
+
|
57
|
+
The "socket-binding" attribute is used to reference the correct socket binding to use for the
|
58
|
+
recovery environment.
|
59
|
+
The "status-socket-binding" attribute is used to reference the correct socket binding to use for the
|
60
|
+
transaction status manager.
|
61
|
+
The "recovery-listener" attribute sets if recovery system should listen on a network socket or not.
|
62
|
+
]]>
|
63
|
+
</xs:documentation>
|
64
|
+
</xs:annotation>
|
65
|
+
<xs:attribute name="socket-binding" type="xs:string" />
|
66
|
+
<xs:attribute name="status-socket-binding" type="xs:string" />
|
67
|
+
<xs:attribute name="recovery-listener" type="xs:boolean" default="false"/>
|
68
|
+
</xs:complexType>
|
69
|
+
|
70
|
+
<xs:complexType name="core-environment">
|
71
|
+
<xs:annotation>
|
72
|
+
<xs:documentation>
|
73
|
+
<![CDATA[
|
74
|
+
The core environment configuration.
|
75
|
+
|
76
|
+
The process-id element specifies the process id implemention.
|
77
|
+
The "node-identifier" attribute is used to set the node identifier on the core environment.
|
78
|
+
|
79
|
+
The "path" attribute denotes a relative or absolute filesystem path denoting where the transaction
|
80
|
+
manager core should store data.
|
81
|
+
|
82
|
+
The "relative-to" attribute references a global path configuration in the domain model, defaulting
|
83
|
+
to the JBoss Application Server data directory (jboss.server.data.dir). If the value of the "path" attribute
|
84
|
+
does not specify an absolute pathname, it will treated as relative to this path.
|
85
|
+
]]>
|
86
|
+
</xs:documentation>
|
87
|
+
</xs:annotation>
|
88
|
+
<xs:all>
|
89
|
+
<xs:element name="process-id" type="process-id" />
|
90
|
+
</xs:all>
|
91
|
+
<xs:attribute name="node-identifier" type="xs:string" default="1"/>
|
92
|
+
<xs:attribute name="path" type="xs:string" default="var"/>
|
93
|
+
<xs:attribute name="relative-to" type="xs:string" default="jboss.server.data.dir"/>
|
94
|
+
</xs:complexType>
|
95
|
+
<xs:complexType name="process-id">
|
96
|
+
<xs:annotation>
|
97
|
+
<xs:documentation>
|
98
|
+
<![CDATA[
|
99
|
+
The process identifer implementation
|
100
|
+
The "node-identifier" attribute is used to set the node identifier on the core environment.
|
101
|
+
The "socket-process-id-max-ports" attribute is used to set the max ports on the core environment.
|
102
|
+
]]>
|
103
|
+
</xs:documentation>
|
104
|
+
</xs:annotation>
|
105
|
+
<xs:choice>
|
106
|
+
<xs:element name="uuid" type="uuid" />
|
107
|
+
<xs:element name="socket" type="socket-id" />
|
108
|
+
</xs:choice>
|
109
|
+
</xs:complexType>
|
110
|
+
<xs:complexType name="uuid">
|
111
|
+
<xs:annotation>
|
112
|
+
<xs:documentation>
|
113
|
+
<![CDATA[
|
114
|
+
The UUID based process identifer implementation
|
115
|
+
]]>
|
116
|
+
</xs:documentation>
|
117
|
+
</xs:annotation>
|
118
|
+
</xs:complexType>
|
119
|
+
<xs:complexType name="socket-id">
|
120
|
+
<xs:annotation>
|
121
|
+
<xs:documentation>
|
122
|
+
<![CDATA[
|
123
|
+
The socket based process identifer implementation
|
124
|
+
The "socket-binding" attribute is used to specify the port to bind to.
|
125
|
+
The "socket-process-id-max-ports" attribute is used to set the max ports on the core environment.
|
126
|
+
]]>
|
127
|
+
</xs:documentation>
|
128
|
+
</xs:annotation>
|
129
|
+
<xs:attribute name="socket-binding" type="xs:string" use="required"/>
|
130
|
+
<xs:attribute name="socket-process-id-max-ports" type="xs:int" default="10" />
|
131
|
+
</xs:complexType>
|
132
|
+
|
133
|
+
<xs:attribute name="socket-process-id-max-ports" type="xs:int" default="10" />
|
134
|
+
|
135
|
+
<xs:complexType name="coordinator-environment">
|
136
|
+
<xs:annotation>
|
137
|
+
<xs:documentation>
|
138
|
+
<![CDATA[
|
139
|
+
The coordinator environment configuration.
|
140
|
+
enable-statistics - if recording of transaction statistics is enabled, false otherwise.
|
141
|
+
enable-tsm-status - if the transaction status manager (TSM) service, needed for out of process recovery, should be provided or not.
|
142
|
+
default-timeout - the default transaction lifetime, in seconds.
|
143
|
+
]]>
|
144
|
+
</xs:documentation>
|
145
|
+
</xs:annotation>
|
146
|
+
<xs:attribute name="enable-statistics" type="xs:boolean" default="false"/>
|
147
|
+
<xs:attribute name="enable-tsm-status" type="xs:boolean" default="false"/>
|
148
|
+
<xs:attribute name="default-timeout" type="xs:int" default="300" />
|
149
|
+
</xs:complexType>
|
150
|
+
|
151
|
+
<xs:complexType name="object-store">
|
152
|
+
<xs:annotation>
|
153
|
+
<xs:documentation>
|
154
|
+
<![CDATA[
|
155
|
+
The object store configuration.
|
156
|
+
|
157
|
+
The "path" attribute denotes a relative or absolute filesystem path denoting where the transaction
|
158
|
+
manager object store should store data.
|
159
|
+
|
160
|
+
The "relative-to" attribute references a global path configuration in the domain model, defaulting
|
161
|
+
to the JBoss Application Server data directory (jboss.server.data.dir). If the value of the "path" attribute
|
162
|
+
does not specify an absolute pathname, it will treated as relative to this path.
|
163
|
+
]]>
|
164
|
+
</xs:documentation>
|
165
|
+
</xs:annotation>
|
166
|
+
<xs:attribute name="path" type="xs:string" default="tx-object-store"/>
|
167
|
+
<xs:attribute name="relative-to" type="xs:string" default="jboss.server.data.dir" />
|
168
|
+
</xs:complexType>
|
169
|
+
|
170
|
+
<xs:complexType name="jts-Type">
|
171
|
+
<xs:annotation>
|
172
|
+
<xs:documentation>
|
173
|
+
<![CDATA[
|
174
|
+
The flag to enable JTS.
|
175
|
+
]]>
|
176
|
+
</xs:documentation>
|
177
|
+
</xs:annotation>
|
178
|
+
</xs:complexType>
|
179
|
+
|
180
|
+
<xs:complexType name="use-hornetq-store-Type">
|
181
|
+
<xs:annotation>
|
182
|
+
<xs:documentation>
|
183
|
+
<![CDATA[
|
184
|
+
The flag to enable the hornetq transaction log store.
|
185
|
+
]]>
|
186
|
+
</xs:documentation>
|
187
|
+
</xs:annotation>
|
188
|
+
</xs:complexType>
|
189
|
+
|
190
|
+
</xs:schema>
|
@@ -308,14 +308,14 @@
|
|
308
308
|
<xs:annotation>
|
309
309
|
<xs:documentation>
|
310
310
|
<![CDATA[
|
311
|
-
The "relative-to" references a global path configuration in the domain model
|
312
|
-
|
313
|
-
|
311
|
+
The "relative-to" references a global path configuration in the domain model.
|
312
|
+
The "path" is the directory based on the referenced path. If "path" is not
|
313
|
+
set, the name of the virtual-server is used.
|
314
314
|
]]>
|
315
315
|
</xs:documentation>
|
316
316
|
</xs:annotation>
|
317
|
-
<xs:attribute name="path" type="xs:string"
|
318
|
-
<xs:attribute name="relative-to" type="xs:string" use="optional" />
|
317
|
+
<xs:attribute name="path" type="xs:string" use="optional" />
|
318
|
+
<xs:attribute name="relative-to" type="xs:string" use="optional" default="jboss.server.log.dir" />
|
319
319
|
</xs:complexType>
|
320
320
|
|
321
321
|
<xs:complexType name="mime-mappingType">
|
@@ -0,0 +1,773 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
|
3
|
+
<!--
|
4
|
+
~ JBoss, Home of Professional Open Source.
|
5
|
+
~ Copyright 2011, Red Hat, Inc., and individual contributors
|
6
|
+
~ as indicated by the @author tags. See the copyright.txt file in the
|
7
|
+
~ distribution for a full listing of individual contributors.
|
8
|
+
~
|
9
|
+
~ This is free software; you can redistribute it and/or modify it
|
10
|
+
~ under the terms of the GNU Lesser General Public License as
|
11
|
+
~ published by the Free Software Foundation; either version 2.1 of
|
12
|
+
~ the License, or (at your option) any later version.
|
13
|
+
~
|
14
|
+
~ This software is distributed in the hope that it will be useful,
|
15
|
+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
17
|
+
~ Lesser General Public License for more details.
|
18
|
+
~
|
19
|
+
~ You should have received a copy of the GNU Lesser General Public
|
20
|
+
~ License along with this software; if not, write to the Free
|
21
|
+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
22
|
+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
23
|
+
-->
|
24
|
+
|
25
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ex="http://www.w3.org/2001/XMLSchema"
|
26
|
+
targetNamespace="urn:jboss:deployment-structure:1.2"
|
27
|
+
xmlns="urn:jboss:deployment-structure:1.2"
|
28
|
+
elementFormDefault="unqualified"
|
29
|
+
attributeFormDefault="unqualified"
|
30
|
+
version="1.2">
|
31
|
+
|
32
|
+
<!-- Root element -->
|
33
|
+
<xsd:element name="jboss-deployment-structure" type="jbossStructureType">
|
34
|
+
<xsd:annotation>
|
35
|
+
<xsd:documentation>
|
36
|
+
Root element for a a jboss-structure file.
|
37
|
+
</xsd:documentation>
|
38
|
+
</xsd:annotation>
|
39
|
+
</xsd:element>
|
40
|
+
|
41
|
+
<xsd:complexType name="jbossStructureType">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>
|
44
|
+
The jboss structure declaration type; contains deployments and additional modules.
|
45
|
+
</xsd:documentation>
|
46
|
+
</xsd:annotation>
|
47
|
+
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
|
48
|
+
<xsd:element name="ear-subdeployments-isolated" type="xsd:boolean" minOccurs="0" maxOccurs="1">
|
49
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
50
|
+
<documentation>
|
51
|
+
Flag indicating whether each of the subdeployments within a .ear can access classes belonging to
|
52
|
+
another subdeployment within the same .ear. Setting this to false, allows the subdeployments to
|
53
|
+
see classes belonging to other subdeployments within the .ear.
|
54
|
+
For example:
|
55
|
+
myapp.ear
|
56
|
+
|
|
57
|
+
|--- web.war
|
58
|
+
|
|
59
|
+
|--- ejb1.jar
|
60
|
+
|
|
61
|
+
|--- ejb2.jar
|
62
|
+
|
63
|
+
If the ear-subdeployments-isolated is set to false, then the classes in web.war can access
|
64
|
+
classes
|
65
|
+
belonging to ejb1.jar and ejb2.jar. Similarly, classes from ejb1.jar can access classes from
|
66
|
+
ejb2.jar
|
67
|
+
(and vice-versa).
|
68
|
+
|
69
|
+
*Note that this flag, has no effect on the isolated classloader of the .war file(s). i.e.
|
70
|
+
irrespective
|
71
|
+
of whether this flag is set to true or false, the .war within a .ear will have a isolated
|
72
|
+
classloader
|
73
|
+
and other subdeployments within that .ear will not be able to access classes from that .war.
|
74
|
+
This is
|
75
|
+
as per spec*
|
76
|
+
</documentation>
|
77
|
+
</annotation>
|
78
|
+
</xsd:element>
|
79
|
+
<xsd:element name="deployment" type="deploymentType" minOccurs="0" maxOccurs="1">
|
80
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
81
|
+
<documentation>
|
82
|
+
Element that corresponds to a deployment. This is used to customise
|
83
|
+
class loading for a deployment or a sub deployment.
|
84
|
+
</documentation>
|
85
|
+
</annotation>
|
86
|
+
</xsd:element>
|
87
|
+
<xsd:element name="sub-deployment" type="subDeploymentType" minOccurs="0" maxOccurs="unbounded">
|
88
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
89
|
+
<documentation>
|
90
|
+
Element that corresponds to a deployment. This is used to customise
|
91
|
+
class loading for a deployment or a sub deployment.
|
92
|
+
</documentation>
|
93
|
+
</annotation>
|
94
|
+
</xsd:element>
|
95
|
+
<xsd:element name="module" type="moduleType" minOccurs="0" maxOccurs="unbounded">
|
96
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
97
|
+
<documentation>
|
98
|
+
Additional module declaration. This can be used to create additional modules
|
99
|
+
from resource roots inside or outside the deployment.
|
100
|
+
</documentation>
|
101
|
+
</annotation>
|
102
|
+
</xsd:element>
|
103
|
+
</xsd:sequence>
|
104
|
+
|
105
|
+
</xsd:complexType>
|
106
|
+
|
107
|
+
<xsd:complexType name="deploymentType">
|
108
|
+
<xsd:annotation>
|
109
|
+
<xsd:documentation>
|
110
|
+
The declaration type; contains additional dependencies and resources.
|
111
|
+
</xsd:documentation>
|
112
|
+
</xsd:annotation>
|
113
|
+
<xsd:all>
|
114
|
+
<xsd:element name="module-alias" type="moduleAliasType">
|
115
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
116
|
+
<documentation>
|
117
|
+
Element for a module alias declaration.
|
118
|
+
</documentation>
|
119
|
+
</annotation>
|
120
|
+
</xsd:element>
|
121
|
+
<xsd:element name="exports" type="filterType" minOccurs="0">
|
122
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
123
|
+
<documentation>
|
124
|
+
Lists filter expressions to apply to the export filter of the local resources of this module
|
125
|
+
(optional). By default, everything is exported. If filter expressions are provided, the default
|
126
|
+
action is to accept all paths if no filters match.
|
127
|
+
</documentation>
|
128
|
+
</annotation>
|
129
|
+
</xsd:element>
|
130
|
+
<xsd:element name="dependencies" type="dependenciesType" minOccurs="0">
|
131
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
132
|
+
<documentation>
|
133
|
+
Lists the dependencies of this module (optional).
|
134
|
+
</documentation>
|
135
|
+
</annotation>
|
136
|
+
</xsd:element>
|
137
|
+
<xsd:element name="exclusions" type="exclusionsType" minOccurs="0">
|
138
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
139
|
+
<documentation>
|
140
|
+
Lists the excluded module dependencies.
|
141
|
+
</documentation>
|
142
|
+
</annotation>
|
143
|
+
</xsd:element>
|
144
|
+
<xsd:element name="resources" type="resourcesType" minOccurs="0">
|
145
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
146
|
+
<documentation>
|
147
|
+
Lists the resource roots of this module (optional).
|
148
|
+
</documentation>
|
149
|
+
</annotation>
|
150
|
+
</xsd:element>
|
151
|
+
<xsd:element name="transformers" type="transformerSetType" minOccurs="0">
|
152
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
153
|
+
<documentation>
|
154
|
+
Lists the class file transformers that should be applied for classes loaded by this module.
|
155
|
+
</documentation>
|
156
|
+
</annotation>
|
157
|
+
</xsd:element>
|
158
|
+
<xsd:element name="local-last" type="localLast" minOccurs="0" maxOccurs="1">
|
159
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
160
|
+
<documentation>
|
161
|
+
If this is true then local resources will have the lowest priority in the dependency list.
|
162
|
+
</documentation>
|
163
|
+
</annotation>
|
164
|
+
</xsd:element>
|
165
|
+
<xsd:element name="exclude-subsystems" type="exclude-subsystemsType" minOccurs="0" maxOccurs="1">
|
166
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
167
|
+
<documentation>
|
168
|
+
List of subsystems to be excluded. If this is specified for the top level it will be inherited by
|
169
|
+
sub deployments, unless the sub deployments specify their own (possibly empty) list.
|
170
|
+
</documentation>
|
171
|
+
</annotation>
|
172
|
+
</xsd:element>
|
173
|
+
</xsd:all>
|
174
|
+
</xsd:complexType>
|
175
|
+
|
176
|
+
<xsd:complexType name="subDeploymentType">
|
177
|
+
<xsd:complexContent>
|
178
|
+
<xsd:extension base="deploymentType">
|
179
|
+
<xsd:attribute name="name" type="xsd:string" use="required">
|
180
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
181
|
+
<documentation>
|
182
|
+
The deployment name.
|
183
|
+
</documentation>
|
184
|
+
</annotation>
|
185
|
+
</xsd:attribute>
|
186
|
+
</xsd:extension>
|
187
|
+
</xsd:complexContent>
|
188
|
+
</xsd:complexType>
|
189
|
+
|
190
|
+
|
191
|
+
<xsd:complexType name="moduleType">
|
192
|
+
<xsd:annotation>
|
193
|
+
<xsd:documentation>
|
194
|
+
The module declaration type; contains dependencies and resources.
|
195
|
+
</xsd:documentation>
|
196
|
+
</xsd:annotation>
|
197
|
+
<xsd:all>
|
198
|
+
<xsd:element name="module-alias" type="moduleAliasType">
|
199
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
200
|
+
<documentation>
|
201
|
+
Element for a module alias declaration.
|
202
|
+
</documentation>
|
203
|
+
</annotation>
|
204
|
+
</xsd:element>
|
205
|
+
<xsd:element name="exports" type="filterType" minOccurs="0">
|
206
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
207
|
+
<documentation>
|
208
|
+
Lists filter expressions to apply to the export filter of the local resources of this module
|
209
|
+
(optional). By default, everything is exported. If filter expressions are provided, the default
|
210
|
+
action is to accept all paths if no filters match.
|
211
|
+
</documentation>
|
212
|
+
</annotation>
|
213
|
+
</xsd:element>
|
214
|
+
<xsd:element name="dependencies" type="dependenciesType" minOccurs="0">
|
215
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
216
|
+
<documentation>
|
217
|
+
Lists the dependencies of this module (optional).
|
218
|
+
</documentation>
|
219
|
+
</annotation>
|
220
|
+
</xsd:element>
|
221
|
+
<xsd:element name="resources" type="resourcesType" minOccurs="0">
|
222
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
223
|
+
<documentation>
|
224
|
+
Lists the resource roots of this module (optional).
|
225
|
+
</documentation>
|
226
|
+
</annotation>
|
227
|
+
</xsd:element>
|
228
|
+
</xsd:all>
|
229
|
+
<xsd:attribute name="name" type="moduleNameType" use="required">
|
230
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
231
|
+
<documentation>
|
232
|
+
The name of this module (required).
|
233
|
+
</documentation>
|
234
|
+
</annotation>
|
235
|
+
</xsd:attribute>
|
236
|
+
<xsd:attribute name="slot" type="moduleSlotType" use="optional">
|
237
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
238
|
+
<documentation>
|
239
|
+
The version slot of this module (optional).
|
240
|
+
</documentation>
|
241
|
+
</annotation>
|
242
|
+
</xsd:attribute>
|
243
|
+
</xsd:complexType>
|
244
|
+
|
245
|
+
<xsd:simpleType name="moduleNameType">
|
246
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
247
|
+
<documentation>
|
248
|
+
A module name, which consists of one or more dot (.)-separated segments. Each segment must begin and end
|
249
|
+
with an alphanumeric or underscore (_), and may otherwise contain alphanumerics, underscores, and
|
250
|
+
hyphens
|
251
|
+
(-).
|
252
|
+
</documentation>
|
253
|
+
</annotation>
|
254
|
+
<xsd:restriction base="xsd:string">
|
255
|
+
<xsd:pattern
|
256
|
+
value="[a-zA-Z0-9_]([-a-zA-Z0-9_]*[a-zA-Z0-9_])?(\.[a-zA-Z0-9_]([-a-zA-Z0-9_]*[a-zA-Z0-9_])?)*"/>
|
257
|
+
</xsd:restriction>
|
258
|
+
</xsd:simpleType>
|
259
|
+
|
260
|
+
<xsd:simpleType name="moduleSlotType">
|
261
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
262
|
+
<documentation>
|
263
|
+
A module version slot. A slot may consist of one or more alphanumerics, hyphens (-), underscores (_),
|
264
|
+
plus signs (+), asterisks (*), or dots (.).
|
265
|
+
</documentation>
|
266
|
+
</annotation>
|
267
|
+
<xsd:restriction base="xsd:string">
|
268
|
+
<xsd:pattern value="[-a-zA-Z0-9_+*.]+"/>
|
269
|
+
</xsd:restriction>
|
270
|
+
</xsd:simpleType>
|
271
|
+
|
272
|
+
<xsd:complexType name="dependenciesType">
|
273
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
274
|
+
<documentation>
|
275
|
+
A list of zero or more module dependencies.
|
276
|
+
</documentation>
|
277
|
+
</annotation>
|
278
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
279
|
+
<xsd:element name="module" type="moduleDependencyType">
|
280
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
281
|
+
<documentation>
|
282
|
+
A specified module dependency.
|
283
|
+
</documentation>
|
284
|
+
</annotation>
|
285
|
+
</xsd:element>
|
286
|
+
<xsd:element name="system" type="systemDependencyType">
|
287
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
288
|
+
<documentation>
|
289
|
+
A dependency on the system (or embedding) class loader.
|
290
|
+
</documentation>
|
291
|
+
</annotation>
|
292
|
+
</xsd:element>
|
293
|
+
</xsd:choice>
|
294
|
+
</xsd:complexType>
|
295
|
+
|
296
|
+
<xsd:complexType name="moduleDependencyType">
|
297
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
298
|
+
<documentation>
|
299
|
+
A single module dependency expression.
|
300
|
+
</documentation>
|
301
|
+
</annotation>
|
302
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
303
|
+
<xsd:element name="exports" type="filterType">
|
304
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
305
|
+
<documentation>
|
306
|
+
A filter used to restrict what packages or directories from this dependency are re-exported by
|
307
|
+
this module. See also the "export" and "services" attributes. The default action of this filter
|
308
|
+
list is controlled by the value of the "export" attribute. Regardless of the setting of these
|
309
|
+
attributes, this filter always behaves as if it has a final entry which rejects META-INF and
|
310
|
+
all of its subdirectories.
|
311
|
+
</documentation>
|
312
|
+
</annotation>
|
313
|
+
</xsd:element>
|
314
|
+
<xsd:element name="imports" type="filterType">
|
315
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
316
|
+
<documentation>
|
317
|
+
A filter used to restrict what packages or directories from this dependency are visible to this
|
318
|
+
module. See also the "services" attribute. The default action of this filter list is to reject
|
319
|
+
a path if not matched.
|
320
|
+
</documentation>
|
321
|
+
</annotation>
|
322
|
+
</xsd:element>
|
323
|
+
</xsd:choice>
|
324
|
+
<xsd:attribute name="name" type="moduleNameType" use="required">
|
325
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
326
|
+
<documentation>
|
327
|
+
The dependency module name (required).
|
328
|
+
</documentation>
|
329
|
+
</annotation>
|
330
|
+
</xsd:attribute>
|
331
|
+
<xsd:attribute name="slot" type="moduleSlotType" use="optional">
|
332
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
333
|
+
<documentation>
|
334
|
+
The dependency module version slot (optional).
|
335
|
+
</documentation>
|
336
|
+
</annotation>
|
337
|
+
</xsd:attribute>
|
338
|
+
<xsd:attribute name="export" type="xsd:boolean" use="optional" default="false">
|
339
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
340
|
+
<documentation>
|
341
|
+
Specifies whether this module dependency is re-exported by default (default is "false"). Setting
|
342
|
+
this attribute to true sets the default action for the export filter list to "accept"; leaving it
|
343
|
+
as false sets the default action to "reject". Thus you can still export dependency resources even
|
344
|
+
if this attribute is false by listing explicit paths for the export list.
|
345
|
+
</documentation>
|
346
|
+
</annotation>
|
347
|
+
</xsd:attribute>
|
348
|
+
<xsd:attribute name="services" type="serviceDispositionType" use="optional" default="none">
|
349
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
350
|
+
<documentation>
|
351
|
+
Specifies whether and how services found in this dependency are used (default is "none"). Specifying
|
352
|
+
a value of "import" for this attribute is equivalent to adding a filter at the end of the import
|
353
|
+
filter list which includes the META-INF/services path from the dependency module. Setting a value
|
354
|
+
of "export" for this attribute is equivalent to the same action on the export filter list.
|
355
|
+
</documentation>
|
356
|
+
</annotation>
|
357
|
+
</xsd:attribute>
|
358
|
+
<xsd:attribute name="optional" type="xsd:boolean" use="optional" default="false">
|
359
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
360
|
+
<documentation>
|
361
|
+
Specifies whether this dependency is optional (defaults to false). An optional dependency will not
|
362
|
+
cause the module to fail to load if not found; however if the module is added later, it will not be
|
363
|
+
retroactively linked into this module's dependency list.
|
364
|
+
</documentation>
|
365
|
+
</annotation>
|
366
|
+
</xsd:attribute>
|
367
|
+
<xsd:attribute name="annotations" type="xsd:boolean" use="optional" default="false">
|
368
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
369
|
+
<documentation>
|
370
|
+
Specifies whether annotation indexes found in the dependency should be imported.
|
371
|
+
</documentation>
|
372
|
+
</annotation>
|
373
|
+
</xsd:attribute>
|
374
|
+
<xsd:attribute name="meta-inf" type="metaInfDispositionType" use="optional" default="none">
|
375
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
376
|
+
<documentation>
|
377
|
+
Specifies whether and how META-INF entries in this dependency are used (default is "none").
|
378
|
+
Specifying
|
379
|
+
a value of "import" for this attribute is equivalent to adding a filter at the end of the import
|
380
|
+
filter list which includes the META-INF/** path from the dependency module. Setting a value
|
381
|
+
of "export" for this attribute is equivalent to the same action on the export filter list.
|
382
|
+
</documentation>
|
383
|
+
</annotation>
|
384
|
+
</xsd:attribute>
|
385
|
+
</xsd:complexType>
|
386
|
+
|
387
|
+
<xsd:complexType name="systemDependencyType">
|
388
|
+
<xsd:all>
|
389
|
+
<xsd:element name="paths" type="pathSetType">
|
390
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
391
|
+
<documentation>
|
392
|
+
The list of paths which are applicable for this system dependency.
|
393
|
+
</documentation>
|
394
|
+
</annotation>
|
395
|
+
</xsd:element>
|
396
|
+
<xsd:element name="exports" type="filterType" minOccurs="0">
|
397
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
398
|
+
<documentation>
|
399
|
+
A filter used to restrict what packages or directories from this dependency are re-exported by
|
400
|
+
this module. See also the "export" and "services" attributes. The default action of this filter
|
401
|
+
list is controlled by the value of the "export" attribute. Regardless of the setting of these
|
402
|
+
attributes, this filter always behaves as if it has a final entry which rejects META-INF and
|
403
|
+
all of its subdirectories.
|
404
|
+
</documentation>
|
405
|
+
</annotation>
|
406
|
+
</xsd:element>
|
407
|
+
</xsd:all>
|
408
|
+
<xsd:attribute name="export" type="xsd:boolean" use="optional" default="false">
|
409
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
410
|
+
<documentation>
|
411
|
+
Specifies whether this module dependency is re-exported by default (default is "false"). Setting
|
412
|
+
this attribute to true sets the default action for the export filter list to "accept"; leaving it
|
413
|
+
as false sets the default action to "reject". Thus you can still export dependency resources even
|
414
|
+
if this attribute is false by listing explicit paths for the export list.
|
415
|
+
</documentation>
|
416
|
+
</annotation>
|
417
|
+
</xsd:attribute>
|
418
|
+
</xsd:complexType>
|
419
|
+
|
420
|
+
<xsd:complexType name="exclusionsType">
|
421
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
422
|
+
<documentation>
|
423
|
+
A list of zero or more excluded module dependencies.
|
424
|
+
</documentation>
|
425
|
+
</annotation>
|
426
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
427
|
+
<xsd:element name="module" type="moduleExclusionType">
|
428
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
429
|
+
<documentation>
|
430
|
+
A specified module exclusion.
|
431
|
+
</documentation>
|
432
|
+
</annotation>
|
433
|
+
</xsd:element>
|
434
|
+
</xsd:choice>
|
435
|
+
</xsd:complexType>
|
436
|
+
|
437
|
+
<xsd:complexType name="moduleExclusionType">
|
438
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
439
|
+
<documentation>
|
440
|
+
A single module dependency exclusion.
|
441
|
+
</documentation>
|
442
|
+
</annotation>
|
443
|
+
<xsd:attribute name="name" type="moduleNameType" use="required">
|
444
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
445
|
+
<documentation>
|
446
|
+
The excluded module name (required).
|
447
|
+
</documentation>
|
448
|
+
</annotation>
|
449
|
+
</xsd:attribute>
|
450
|
+
<xsd:attribute name="slot" type="moduleSlotType" use="optional">
|
451
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
452
|
+
<documentation>
|
453
|
+
The excluded module version slot (optional).
|
454
|
+
</documentation>
|
455
|
+
</annotation>
|
456
|
+
</xsd:attribute>
|
457
|
+
</xsd:complexType>
|
458
|
+
|
459
|
+
<xsd:simpleType name="serviceDispositionType">
|
460
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
461
|
+
<documentation>
|
462
|
+
The requested behavior for service handling on a dependency.
|
463
|
+
</documentation>
|
464
|
+
</annotation>
|
465
|
+
<xsd:restriction base="xsd:token">
|
466
|
+
<xsd:enumeration value="none">
|
467
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
468
|
+
<documentation>
|
469
|
+
Do not import or export services from this dependency.
|
470
|
+
</documentation>
|
471
|
+
</annotation>
|
472
|
+
</xsd:enumeration>
|
473
|
+
<xsd:enumeration value="import">
|
474
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
475
|
+
<documentation>
|
476
|
+
Import, but do not re-export, services from this dependency.
|
477
|
+
</documentation>
|
478
|
+
</annotation>
|
479
|
+
</xsd:enumeration>
|
480
|
+
<xsd:enumeration value="export">
|
481
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
482
|
+
<documentation>
|
483
|
+
Import and re-export services found in this dependency.
|
484
|
+
</documentation>
|
485
|
+
</annotation>
|
486
|
+
</xsd:enumeration>
|
487
|
+
</xsd:restriction>
|
488
|
+
</xsd:simpleType>
|
489
|
+
|
490
|
+
<xsd:simpleType name="metaInfDispositionType">
|
491
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
492
|
+
<documentation>
|
493
|
+
The requested behavior for META-INF handling on a dependency.
|
494
|
+
</documentation>
|
495
|
+
</annotation>
|
496
|
+
<xsd:restriction base="xsd:token">
|
497
|
+
<xsd:enumeration value="none">
|
498
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
499
|
+
<documentation>
|
500
|
+
Do not import or export META-INF items from this dependency.
|
501
|
+
</documentation>
|
502
|
+
</annotation>
|
503
|
+
</xsd:enumeration>
|
504
|
+
<xsd:enumeration value="import">
|
505
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
506
|
+
<documentation>
|
507
|
+
Import, but do not re-export, META-INF items from this dependency.
|
508
|
+
</documentation>
|
509
|
+
</annotation>
|
510
|
+
</xsd:enumeration>
|
511
|
+
<xsd:enumeration value="export">
|
512
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
513
|
+
<documentation>
|
514
|
+
Import and re-export META-INF items found in this dependency.
|
515
|
+
</documentation>
|
516
|
+
</annotation>
|
517
|
+
</xsd:enumeration>
|
518
|
+
</xsd:restriction>
|
519
|
+
</xsd:simpleType>
|
520
|
+
|
521
|
+
<xsd:complexType name="classNameType">
|
522
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
523
|
+
<documentation>
|
524
|
+
A class name.
|
525
|
+
</documentation>
|
526
|
+
</annotation>
|
527
|
+
<xsd:attribute name="name" type="xsd:string" use="required">
|
528
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
529
|
+
<documentation>
|
530
|
+
The class name.
|
531
|
+
</documentation>
|
532
|
+
</annotation>
|
533
|
+
</xsd:attribute>
|
534
|
+
</xsd:complexType>
|
535
|
+
|
536
|
+
<xsd:complexType name="pathType">
|
537
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
538
|
+
<documentation>
|
539
|
+
A filesystem path name.
|
540
|
+
</documentation>
|
541
|
+
</annotation>
|
542
|
+
<xsd:attribute name="name" type="xsd:string" use="required">
|
543
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
544
|
+
<documentation>
|
545
|
+
The path name.
|
546
|
+
</documentation>
|
547
|
+
</annotation>
|
548
|
+
</xsd:attribute>
|
549
|
+
</xsd:complexType>
|
550
|
+
|
551
|
+
<xsd:complexType name="resourcesType">
|
552
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
553
|
+
<documentation>
|
554
|
+
A list of zero or more resource roots for this deployment.
|
555
|
+
</documentation>
|
556
|
+
</annotation>
|
557
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
558
|
+
<xsd:element name="resource-root" type="resourceType">
|
559
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
560
|
+
<documentation>
|
561
|
+
A resource root within this deployment.
|
562
|
+
</documentation>
|
563
|
+
</annotation>
|
564
|
+
</xsd:element>
|
565
|
+
</xsd:choice>
|
566
|
+
</xsd:complexType>
|
567
|
+
|
568
|
+
<xsd:complexType name="resourceType">
|
569
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
570
|
+
<documentation>
|
571
|
+
A resource root within a deployment.
|
572
|
+
</documentation>
|
573
|
+
</annotation>
|
574
|
+
<xsd:all>
|
575
|
+
<xsd:element name="filter" type="filterType">
|
576
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
577
|
+
<documentation>
|
578
|
+
A path filter specification for this resource root (optional). By default all paths are
|
579
|
+
accepted.
|
580
|
+
</documentation>
|
581
|
+
</annotation>
|
582
|
+
</xsd:element>
|
583
|
+
</xsd:all>
|
584
|
+
<xsd:attribute name="name" type="xsd:string" use="optional">
|
585
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
586
|
+
<documentation>
|
587
|
+
The name of this resource root (optional). If not specified, defaults to the value of the path
|
588
|
+
attribute.
|
589
|
+
</documentation>
|
590
|
+
</annotation>
|
591
|
+
</xsd:attribute>
|
592
|
+
<xsd:attribute name="path" type="xsd:string" use="required">
|
593
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
594
|
+
<documentation>
|
595
|
+
The path of this resource root, relative to the path in which the module.xml file is found.
|
596
|
+
</documentation>
|
597
|
+
</annotation>
|
598
|
+
</xsd:attribute>
|
599
|
+
<xsd:attribute name="use-physical-code-source" type="xsd:boolean" default="false" use="optional">
|
600
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
601
|
+
<documentation>
|
602
|
+
A boolean which signifies how the code source URL for this resource should be established.
|
603
|
+
If true, the physical location of the deployment is used; if false, the VFS location of the
|
604
|
+
deployment is used. Default is false.
|
605
|
+
</documentation>
|
606
|
+
</annotation>
|
607
|
+
</xsd:attribute>
|
608
|
+
</xsd:complexType>
|
609
|
+
|
610
|
+
<xsd:complexType name="filterType">
|
611
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
612
|
+
<documentation>
|
613
|
+
A filter specification, consisting of zero or more filter items.
|
614
|
+
</documentation>
|
615
|
+
</annotation>
|
616
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
617
|
+
<xsd:element name="include" type="pathSpecType" minOccurs="0">
|
618
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
619
|
+
<documentation>
|
620
|
+
A path to include. The path value can be a path name or a "glob" which may include the special
|
621
|
+
wildcards "*", "**", and "?".
|
622
|
+
</documentation>
|
623
|
+
</annotation>
|
624
|
+
</xsd:element>
|
625
|
+
<xsd:element name="exclude" type="pathSpecType" minOccurs="0">
|
626
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
627
|
+
<documentation>
|
628
|
+
A path to exclude. The path value can be a path name or a "glob" which may include the special
|
629
|
+
wildcards "*", "**", and "?".
|
630
|
+
</documentation>
|
631
|
+
</annotation>
|
632
|
+
</xsd:element>
|
633
|
+
<xsd:element name="include-set" type="pathSetType" minOccurs="0">
|
634
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
635
|
+
<documentation>
|
636
|
+
A set of literal path names to include. Wildcards are not supported.
|
637
|
+
</documentation>
|
638
|
+
</annotation>
|
639
|
+
</xsd:element>
|
640
|
+
<xsd:element name="exclude-set" type="pathSetType" minOccurs="0">
|
641
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
642
|
+
<documentation>
|
643
|
+
A set of literal path names to exclude. Wildcards are not supported.
|
644
|
+
</documentation>
|
645
|
+
</annotation>
|
646
|
+
</xsd:element>
|
647
|
+
</xsd:choice>
|
648
|
+
</xsd:complexType>
|
649
|
+
|
650
|
+
<xsd:complexType name="pathSpecType">
|
651
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
652
|
+
<documentation>
|
653
|
+
A path specification type, which may include wildcards.
|
654
|
+
</documentation>
|
655
|
+
</annotation>
|
656
|
+
<xsd:attribute name="path" type="xsd:string" use="required">
|
657
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
658
|
+
<documentation>
|
659
|
+
The path name, which can be a literal path name or it may include the special wildcards "*", "**",
|
660
|
+
and "?".
|
661
|
+
</documentation>
|
662
|
+
</annotation>
|
663
|
+
</xsd:attribute>
|
664
|
+
</xsd:complexType>
|
665
|
+
|
666
|
+
<xsd:complexType name="pathSetType">
|
667
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
668
|
+
<documentation>
|
669
|
+
A set of literal path names which can be used for efficient matching against multiple possible values.
|
670
|
+
</documentation>
|
671
|
+
</annotation>
|
672
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
673
|
+
<xsd:element name="path" type="pathType" minOccurs="0">
|
674
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
675
|
+
<documentation>
|
676
|
+
The path name to include in the set.
|
677
|
+
</documentation>
|
678
|
+
</annotation>
|
679
|
+
</xsd:element>
|
680
|
+
</xsd:choice>
|
681
|
+
</xsd:complexType>
|
682
|
+
|
683
|
+
<xsd:complexType name="transformerSetType">
|
684
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
685
|
+
<documentation>
|
686
|
+
A list of java.lang.instrument.ClassFileTransformer implementations that will be applied at classloading
|
687
|
+
</documentation>
|
688
|
+
</annotation>
|
689
|
+
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
690
|
+
<xsd:element name="transformer" type="transformerType">
|
691
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
692
|
+
<documentation>
|
693
|
+
The transformer class to include in the set.
|
694
|
+
</documentation>
|
695
|
+
</annotation>
|
696
|
+
</xsd:element>
|
697
|
+
</xsd:choice>
|
698
|
+
</xsd:complexType>
|
699
|
+
|
700
|
+
<xsd:complexType name="transformerType">
|
701
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
702
|
+
<documentation>
|
703
|
+
A java.lang.instrument.ClassFileTransformer that will be applied at classloading
|
704
|
+
</documentation>
|
705
|
+
</annotation>
|
706
|
+
<xsd:attribute name="class" type="xsd:string" use="required">
|
707
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
708
|
+
<documentation>
|
709
|
+
The class name of the transformer
|
710
|
+
</documentation>
|
711
|
+
</annotation>
|
712
|
+
</xsd:attribute>
|
713
|
+
</xsd:complexType>
|
714
|
+
|
715
|
+
|
716
|
+
<xsd:complexType name="localLast">
|
717
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
718
|
+
<documentation>
|
719
|
+
If set to true the modules local content will have the lowest priority in the
|
720
|
+
dependency list.
|
721
|
+
</documentation>
|
722
|
+
</annotation>
|
723
|
+
<xsd:attribute name="value" type="xsd:boolean" use="required">
|
724
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
725
|
+
</annotation>
|
726
|
+
</xsd:attribute>
|
727
|
+
</xsd:complexType>
|
728
|
+
|
729
|
+
<xsd:complexType name="moduleAliasType">
|
730
|
+
<xsd:attribute name="name" type="moduleNameType" use="required">
|
731
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
732
|
+
<documentation>
|
733
|
+
The name of this module alias (required).
|
734
|
+
</documentation>
|
735
|
+
</annotation>
|
736
|
+
</xsd:attribute>
|
737
|
+
<xsd:attribute name="slot" type="moduleSlotType" use="optional">
|
738
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
739
|
+
<documentation>
|
740
|
+
The version slot of this module alias (optional).
|
741
|
+
</documentation>
|
742
|
+
</annotation>
|
743
|
+
</xsd:attribute>
|
744
|
+
</xsd:complexType>
|
745
|
+
|
746
|
+
<xsd:complexType name="exclude-subsystemsType">
|
747
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
748
|
+
<documentation>
|
749
|
+
A list of zero or more subsystems that should not have their DeploymentUnitProcessor's run.
|
750
|
+
</documentation>
|
751
|
+
</annotation>
|
752
|
+
<xsd:sequence>
|
753
|
+
<ex:element name="subsystem" type="subsystemType" minOccurs="0" maxOccurs="unbounded" />
|
754
|
+
</xsd:sequence>
|
755
|
+
</xsd:complexType>
|
756
|
+
|
757
|
+
|
758
|
+
<xsd:complexType name="subsystemType">
|
759
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
760
|
+
<documentation>
|
761
|
+
A subsystem that should be excluded from processing the deployment.
|
762
|
+
</documentation>
|
763
|
+
</annotation>
|
764
|
+
<xsd:attribute name="name" type="xsd:string" use="required">
|
765
|
+
<annotation xmlns="http://www.w3.org/2001/XMLSchema">
|
766
|
+
<documentation>
|
767
|
+
The name of this subsystem (required).
|
768
|
+
</documentation>
|
769
|
+
</annotation>
|
770
|
+
</xsd:attribute>
|
771
|
+
</xsd:complexType>
|
772
|
+
</xsd:schema>
|
773
|
+
|