torquebox-server 2.0.0.beta1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/jboss/LICENSE.txt +189 -0
- data/jboss/README.txt +38 -0
- data/jboss/appclient/configuration/appclient.xml +157 -0
- data/jboss/appclient/configuration/logging.properties +52 -0
- data/jboss/bin/add-user.bat +68 -0
- data/jboss/bin/add-user.sh +64 -0
- data/jboss/bin/appclient.bat +89 -0
- data/jboss/bin/appclient.conf +59 -0
- data/jboss/bin/appclient.conf.bat +67 -0
- data/jboss/bin/appclient.sh +139 -0
- data/jboss/bin/domain.bat +114 -0
- data/jboss/bin/domain.conf +68 -0
- data/jboss/bin/domain.conf.bat +73 -0
- data/jboss/bin/domain.sh +214 -0
- data/jboss/bin/init.d/jboss-as-standalone.sh +167 -0
- data/jboss/bin/init.d/jboss-as.conf +18 -0
- data/jboss/bin/jboss-admin.bat +59 -0
- data/jboss/bin/jboss-admin.sh +58 -0
- data/jboss/bin/standalone.bat +108 -0
- data/jboss/bin/standalone.conf +60 -0
- data/jboss/bin/standalone.conf.bat +64 -0
- data/jboss/bin/standalone.sh +205 -0
- data/jboss/bin/util/jdr.bat +69 -0
- data/jboss/bin/util/jdr.sh +64 -0
- data/jboss/bin/util/vault.sh +106 -0
- data/jboss/bin/wsconsume.bat +28 -0
- data/jboss/bin/wsconsume.sh +74 -0
- data/jboss/bin/wsprovide.bat +27 -0
- data/jboss/bin/wsprovide.sh +69 -0
- data/jboss/bundles/org/apache/aries/jmx/main/org.apache.aries.jmx-0.3.jar +0 -0
- data/jboss/bundles/org/apache/aries/util/main/org.apache.aries.util-0.3.jar +0 -0
- data/jboss/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar +0 -0
- data/jboss/bundles/org/apache/felix/eventadmin/main/org.apache.felix.eventadmin-1.2.6.jar +0 -0
- data/jboss/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar +0 -0
- data/jboss/bundles/org/apache/felix/metatype/main/org.apache.felix.metatype-1.0.4.jar +0 -0
- data/jboss/bundles/org/apache/felix/scr/main/org.apache.felix.scr-1.6.0.jar +0 -0
- data/jboss/bundles/org/apache/felix/webconsole/main/org.apache.felix.webconsole-3.1.6.SP1.jar +0 -0
- data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.0.Beta1.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/blueprint/main/jbosgi-blueprint-1.0.3.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/http/main/jbosgi-http-1.0.5.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/jmx/main/jboss-osgi-jmx-1.0.10.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/webapp/main/jbosgi-webapp-1.0.5.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/webconsole/main/jbosgi-webconsole-1.0.6.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/xerces/main/jboss-osgi-xerces-2.9.1.SP7.jar +0 -0
- data/jboss/bundles/org/osgi/compendium/main/org.osgi.compendium-4.2.0.jar +0 -0
- data/jboss/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.20.jar +0 -0
- data/jboss/copyright.txt +64 -0
- data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +428 -0
- data/jboss/docs/licenses/apache license, version 2.0 - apache-2.0.txt +202 -0
- data/jboss/docs/licenses/common development and distribution license - cddl.txt +384 -0
- data/jboss/docs/licenses/common public license, version 1.0 - cpl-1.0.txt +213 -0
- data/jboss/docs/licenses/eclipse distribution license, version 1.0 - edl-1.0.txt +13 -0
- data/jboss/docs/licenses/eclipse public license, version 1.0 - epl-1.0.txt +87 -0
- data/jboss/docs/licenses/gnu general public license, version 2 - gpl-2.0.txt +339 -0
- data/jboss/docs/licenses/gnu general public license, version 2 with the classpath exception - gpl-2.0-ce.txt +363 -0
- data/jboss/docs/licenses/gnu lesser general public license - lesser.html +427 -0
- data/jboss/docs/licenses/gnu lesser general public license, version 2.1 - lgpl-2.1.txt +502 -0
- data/jboss/docs/licenses/gnu library general public license, version 2 - lgpl-2.0.txt +481 -0
- data/jboss/docs/licenses/h2 license, version 1.0 - h2.txt +155 -0
- data/jboss/docs/licenses/lgpl - lgpl.txt +504 -0
- data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +867 -0
- data/jboss/docs/licenses/licenses.xml +3721 -0
- data/jboss/docs/licenses/mozilla public license, version 1.1 - mpl-1.1.txt +470 -0
- data/jboss/docs/licenses/mpl 1.1 - mpl-1.1.html +389 -0
- data/jboss/docs/licenses/similar to apache license but with the acknowledgment clause removed - license.txt +54 -0
- data/jboss/docs/licenses/the apache software license, version 2.0 - license-2.0.txt +202 -0
- data/jboss/docs/licenses/the bsd license - bsd.txt +27 -0
- data/jboss/docs/licenses/the jython license - license.html +312 -0
- data/jboss/docs/licenses/the mit license - mit.txt +14 -0
- data/jboss/docs/licenses/the werken company license - license.html +41 -0
- data/jboss/docs/licenses/w3c software notice and license - w3c.txt +77 -0
- data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-as-config_1_0.xsd +1574 -0
- data/jboss/docs/schema/jboss-as-config_1_1.xsd +1895 -0
- data/jboss/docs/schema/jboss-as-datasources_1_0.xsd +957 -0
- data/jboss/docs/schema/jboss-as-deployment-scanner_1_0.xsd +108 -0
- data/jboss/docs/schema/jboss-as-ee_1_0.xsd +80 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_0.xsd +36 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_1.xsd +139 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_2.xsd +187 -0
- data/jboss/docs/schema/jboss-as-infinispan_1_0.xsd +801 -0
- data/jboss/docs/schema/jboss-as-infinispan_1_1.xsd +796 -0
- data/jboss/docs/schema/jboss-as-jacorb_1_0.xsd +257 -0
- data/jboss/docs/schema/jboss-as-jacorb_1_1.xsd +289 -0
- data/jboss/docs/schema/jboss-as-jaxrs_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-as-jca_1_0.xsd +140 -0
- data/jboss/docs/schema/jboss-as-jca_1_1.xsd +185 -0
- data/jboss/docs/schema/jboss-as-jdr_1_0.xsd +31 -0
- data/jboss/docs/schema/jboss-as-jgroups_1_0.xsd +140 -0
- data/jboss/docs/schema/jboss-as-jmx_1_0.xsd +44 -0
- data/jboss/docs/schema/jboss-as-jmx_1_1.xsd +45 -0
- data/jboss/docs/schema/jboss-as-jpa_1_0.xsd +47 -0
- data/jboss/docs/schema/jboss-as-logging_1_0.xsd +386 -0
- data/jboss/docs/schema/jboss-as-logging_1_1.xsd +405 -0
- data/jboss/docs/schema/jboss-as-mail.xsd +52 -0
- data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +744 -0
- data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +781 -0
- data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +194 -0
- data/jboss/docs/schema/jboss-as-naming_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-as-naming_1_1.xsd +121 -0
- data/jboss/docs/schema/jboss-as-osgi_1_0.xsd +91 -0
- data/jboss/docs/schema/jboss-as-osgi_1_1.xsd +96 -0
- data/jboss/docs/schema/jboss-as-pojo_1_0.xsd +36 -0
- data/jboss/docs/schema/jboss-as-remoting_1_0.xsd +286 -0
- data/jboss/docs/schema/jboss-as-remoting_1_1.xsd +336 -0
- data/jboss/docs/schema/jboss-as-resource-adapters_1_0.xsd +686 -0
- data/jboss/docs/schema/jboss-as-sar_1_0.xsd +36 -0
- data/jboss/docs/schema/jboss-as-security_1_0.xsd +441 -0
- data/jboss/docs/schema/jboss-as-security_1_1.xsd +414 -0
- data/jboss/docs/schema/jboss-as-threads_1_0.xsd +292 -0
- data/jboss/docs/schema/jboss-as-txn_1_0.xsd +168 -0
- data/jboss/docs/schema/jboss-as-txn_1_1.xsd +179 -0
- data/jboss/docs/schema/jboss-as-web_1_0.xsd +358 -0
- data/jboss/docs/schema/jboss-as-web_1_1.xsd +427 -0
- data/jboss/docs/schema/jboss-as-webservices_1_0.xsd +79 -0
- data/jboss/docs/schema/jboss-as-weld_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-deployment-structure-1_0.xsd +581 -0
- data/jboss/docs/schema/jboss-deployment-structure-1_1.xsd +690 -0
- data/jboss/docs/schema/jboss-ejb-client_1_0.xsd +93 -0
- data/jboss/docs/schema/jboss-pojo_7_0.xsd +189 -0
- data/jboss/docs/schema/jboss-service_7_0.xsd +123 -0
- data/jboss/docs/schema/jboss-xts.xsd +66 -0
- data/jboss/docs/schema/jbossws-jaxws-config_4_0.xsd +89 -0
- data/jboss/domain/configuration/domain.xml +574 -0
- data/jboss/domain/configuration/host.xml +54 -0
- data/jboss/domain/configuration/logging.properties +49 -0
- data/jboss/domain/configuration/mgmt-users.properties +25 -0
- data/jboss/jboss-modules.jar +0 -0
- data/jboss/modules/asm/asm/main/asm-3.3.1.jar +0 -0
- data/jboss/modules/asm/asm/main/module.xml +33 -0
- data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar +0 -0
- data/jboss/modules/ch/qos/cal10n/main/module.xml +33 -0
- data/jboss/modules/com/google/guava/main/guava-10.0.1.jar +0 -0
- data/jboss/modules/com/google/guava/main/module.xml +33 -0
- data/jboss/modules/com/h2database/h2/main/h2-1.3.161.jar +0 -0
- data/jboss/modules/com/h2database/h2/main/module.xml +34 -0
- data/jboss/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar +0 -0
- data/jboss/modules/com/sun/jsf-impl/1.2/module.xml +37 -0
- data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.3-b02-jbossorg-2.jar +0 -0
- data/jboss/modules/com/sun/jsf-impl/main/module.xml +38 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.jar +0 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.jar +0 -0
- data/jboss/modules/com/sun/xml/bind/main/module.xml +38 -0
- data/jboss/modules/com/sun/xml/messaging/saaj/main/module.xml +38 -0
- data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar +0 -0
- data/jboss/modules/gnu/getopt/main/getopt-1.0.13.jar +0 -0
- data/jboss/modules/gnu/getopt/main/module.xml +32 -0
- data/jboss/modules/javaee/api/main/module.xml +72 -0
- data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar +0 -0
- data/jboss/modules/javax/activation/api/main/module.xml +39 -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/annotation/api/main/module.xml +30 -0
- data/jboss/modules/javax/api/main/module.xml +132 -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/ejb/api/main/module.xml +39 -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/el/api/main/module.xml +30 -0
- data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar +0 -0
- data/jboss/modules/javax/enterprise/api/main/module.xml +36 -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/enterprise/deploy/api/main/module.xml +36 -0
- data/jboss/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar +0 -0
- data/jboss/modules/javax/faces/api/1.2/module.xml +38 -0
- data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar +0 -0
- data/jboss/modules/javax/faces/api/main/module.xml +38 -0
- data/jboss/modules/javax/inject/api/main/javax.inject-1.jar +0 -0
- data/jboss/modules/javax/inject/api/main/module.xml +30 -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/interceptor/api/main/module.xml +30 -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/jms/api/main/module.xml +34 -0
- data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar +0 -0
- data/jboss/modules/javax/jws/api/main/module.xml +30 -0
- data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar +0 -0
- data/jboss/modules/javax/mail/api/main/module.xml +35 -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/management/j2ee/api/main/module.xml +30 -0
- data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/persistence/api/main/module.xml +35 -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/resource/api/main/module.xml +39 -0
- data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/rmi/api/main/module.xml +46 -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/auth/message/api/main/module.xml +36 -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/security/jacc/api/main/module.xml +35 -0
- data/jboss/modules/javax/servlet/api/main/jbosgi-xservice.properties +2 -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/api/main/module.xml +30 -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/servlet/jsp/api/main/module.xml +35 -0
- data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/jstl/api/main/module.xml +38 -0
- data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +2 -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/transaction/api/main/module.xml +32 -0
- data/jboss/modules/javax/validation/api/main/module.xml +34 -0
- data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.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/ws/rs/api/main/module.xml +34 -0
- data/jboss/modules/javax/wsdl4j/api/main/module.xml +34 -0
- data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.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/bind/api/main/module.xml +39 -0
- data/jboss/modules/javax/xml/jaxp-provider/main/module.xml +29 -0
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/xml/registry/api/main/module.xml +34 -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/rpc/api/main/module.xml +39 -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/soap/api/main/module.xml +36 -0
- data/jboss/modules/javax/xml/stream/api/main/module.xml +36 -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/javax/xml/ws/api/main/module.xml +37 -0
- data/jboss/modules/jline/main/jline-0.9.94.jar +0 -0
- data/jboss/modules/jline/main/module.xml +33 -0
- data/jboss/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar +0 -0
- data/jboss/modules/net/sourceforge/cssparser/main/module.xml +35 -0
- data/jboss/modules/net/sourceforge/htmlunit/main/htmlunit-2.8.jar +0 -0
- data/jboss/modules/net/sourceforge/htmlunit/main/htmlunit-core-js-2.8.jar +0 -0
- data/jboss/modules/net/sourceforge/htmlunit/main/module.xml +47 -0
- data/jboss/modules/net/sourceforge/nekohtml/main/module.xml +34 -0
- data/jboss/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar +0 -0
- data/jboss/modules/nu/xom/main/module.xml +36 -0
- data/jboss/modules/nu/xom/main/xom-1.2.5.jar +0 -0
- data/jboss/modules/org/antlr/main/antlr-2.7.7.jar +0 -0
- data/jboss/modules/org/antlr/main/module.xml +33 -0
- data/jboss/modules/org/apache/ant/main/ant-1.7.1.jar +0 -0
- data/jboss/modules/org/apache/ant/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.0.jar +0 -0
- data/jboss/modules/org/apache/commons/beanutils/main/module.xml +35 -0
- data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar +0 -0
- data/jboss/modules/org/apache/commons/codec/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar +0 -0
- data/jboss/modules/org/apache/commons/collections/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/io/main/commons-io-1.4.jar +0 -0
- data/jboss/modules/org/apache/commons/io/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.4.jar +0 -0
- data/jboss/modules/org/apache/commons/lang/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/logging/main/module.xml +25 -0
- data/jboss/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar +0 -0
- data/jboss/modules/org/apache/commons/pool/main/module.xml +33 -0
- data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-common-utilities-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-core-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-management-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-common-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-validator-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-bug671-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/module.xml +85 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar +0 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.2.jar +0 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar +0 -0
- data/jboss/modules/org/apache/httpcomponents/main/module.xml +39 -0
- data/jboss/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar +0 -0
- data/jboss/modules/org/apache/james/mime4j/main/module.xml +35 -0
- data/jboss/modules/org/apache/log4j/main/log4j-1.2.16.jar +0 -0
- data/jboss/modules/org/apache/log4j/main/module.xml +30 -0
- data/jboss/modules/org/apache/neethi/main/module.xml +36 -0
- data/jboss/modules/org/apache/neethi/main/neethi-3.0.1.jar +0 -0
- data/jboss/modules/org/apache/santuario/xmlsec/main/module.xml +37 -0
- data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.4.5.jar +0 -0
- data/jboss/modules/org/apache/velocity/main/module.xml +38 -0
- data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar +0 -0
- data/jboss/modules/org/apache/ws/scout/main/module.xml +40 -0
- data/jboss/modules/org/apache/ws/scout/main/scout-1.1.1.jar +0 -0
- data/jboss/modules/org/apache/ws/security/main/module.xml +39 -0
- data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.3.jar +0 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +35 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar +0 -0
- data/jboss/modules/org/apache/xalan/main/module.xml +38 -0
- data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar +0 -0
- data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar +0 -0
- data/jboss/modules/org/apache/xerces/main/module.xml +37 -0
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml +33 -0
- data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml +37 -0
- data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml +35 -0
- data/jboss/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-xc/main/module.xml +37 -0
- data/jboss/modules/org/codehaus/woodstox/main/module.xml +35 -0
- data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar +0 -0
- data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar +0 -0
- data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar +0 -0
- data/jboss/modules/org/dom4j/main/module.xml +37 -0
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/envers/main/module.xml +40 -0
- data/jboss/modules/org/hibernate/main/hibernate-commons-annotations-4.0.0.CR2.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-core-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/main/module.xml +51 -0
- data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar +0 -0
- data/jboss/modules/org/hibernate/validator/main/module.xml +44 -0
- data/jboss/modules/org/hornetq/main/hornetq-core-2.2.7.Final.jar +0 -0
- data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.7.Final.jar +0 -0
- data/jboss/modules/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so +0 -0
- data/jboss/modules/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so +0 -0
- data/jboss/modules/org/hornetq/main/module.xml +40 -0
- data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.7.Final.jar +0 -0
- data/jboss/modules/org/hornetq/ra/main/module.xml +41 -0
- data/jboss/modules/org/infinispan/main/infinispan-api-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-cachestore-jdbc-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-cachestore-remote-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-client-hotrod-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-commons-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/module.xml +46 -0
- data/jboss/modules/org/jacorb/main/jacorb-2.3.1jboss.patch01-brew.jar +0 -0
- data/jboss/modules/org/jacorb/main/module.xml +36 -0
- data/jboss/modules/org/javassist/main/javassist-3.12.1.GA.jar +0 -0
- data/jboss/modules/org/javassist/main/module.xml +33 -0
- data/jboss/modules/org/jaxen/main/jaxen-1.1.3.jar +0 -0
- data/jboss/modules/org/jaxen/main/module.xml +37 -0
- data/jboss/modules/org/jboss/as/aggregate/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/appclient/main/module.xml +66 -0
- data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/cli/main/module.xml +44 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +41 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +46 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +46 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/cmp/main/module.xml +60 -0
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/connector/main/module.xml +63 -0
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.0.0.Beta24-resources.jar +0 -0
- data/jboss/modules/org/jboss/as/console/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/controller-client/main/module.xml +45 -0
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/controller/main/module.xml +44 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/domain-add-user/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/domain-controller/main/jboss-as-domain-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-controller/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-management/main/module.xml +40 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +34 -0
- data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/main/module.xml +52 -0
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/ejb3/main/module.xml +83 -0
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/embedded/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/host-controller/main/module.xml +60 -0
- data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jacorb/main/module.xml +50 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/module.xml +47 -0
- data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jmx/main/module.xml +41 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +46 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +49 -0
- data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/main/module.xml +67 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/logging/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/mail/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/messaging/main/module.xml +52 -0
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-1.1.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/module.xml +54 -0
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/naming/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/network/main/module.xml +37 -0
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/osgi/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/pojo/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/process-controller/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/protocol/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/remoting/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/sar/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/security/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/server/main/module.xml +64 -0
- data/jboss/modules/org/jboss/as/standalone/main/module.xml +37 -0
- data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/threads/main/module.xml +40 -0
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/transactions/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/module.xml +64 -0
- data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.0.CR1-jboss700.jar +0 -0
- data/jboss/modules/org/jboss/as/webservices/main/module.xml +64 -0
- data/jboss/modules/org/jboss/as/webservices/server/integration/main/module.xml +86 -0
- data/jboss/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/weld/main/module.xml +75 -0
- data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/xts/main/module.xml +53 -0
- data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/classfilewriter/main/module.xml +33 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Beta2.jar +0 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +34 -0
- data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar +0 -0
- data/jboss/modules/org/jboss/common-core/main/module.xml +36 -0
- data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/dmr/main/module.xml +32 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.0.Beta7.jar +0 -0
- data/jboss/modules/org/jboss/ejb-client/main/module.xml +40 -0
- data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0-beta-1.jar +0 -0
- data/jboss/modules/org/jboss/ejb3/main/module.xml +42 -0
- data/jboss/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar +0 -0
- data/jboss/modules/org/jboss/integration/ext-content/main/module.xml +32 -0
- data/jboss/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Alpha3.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/main/module.xml +39 -0
- data/jboss/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Alpha3.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/spi/main/module.xml +36 -0
- data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/invocation/main/module.xml +37 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +40 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +52 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +45 -0
- data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/jandex/main/module.xml +33 -0
- data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar +0 -0
- data/jboss/modules/org/jboss/jaxbintros/main/module.xml +39 -0
- data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/jboss-transaction-spi/main/module.xml +36 -0
- data/jboss/modules/org/jboss/jsfunit/core/main/jboss-jsfunit-core-2.0.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/jsfunit/core/main/module.xml +41 -0
- data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/jts/integration/main/module.xml +46 -0
- data/jboss/modules/org/jboss/jts/main/jbossjts-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/jts/main/module.xml +42 -0
- data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.0.CR2.jar +0 -0
- data/jboss/modules/org/jboss/logging/main/module.xml +34 -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/log4j/main/module.xml +35 -0
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/main/module.xml +32 -0
- data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.4.GA.jar +0 -0
- data/jboss/modules/org/jboss/marshalling/main/module.xml +35 -0
- data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.4.GA.jar +0 -0
- data/jboss/modules/org/jboss/marshalling/river/main/module.xml +34 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/module.xml +51 -0
- data/jboss/modules/org/jboss/modules/main/module.xml +37 -0
- data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.1.GA.jar +0 -0
- data/jboss/modules/org/jboss/msc/main/module.xml +45 -0
- data/jboss/modules/org/jboss/netty/main/module.xml +36 -0
- data/jboss/modules/org/jboss/netty/main/netty-3.2.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/deployment/main/jbosgi-deployment-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/deployment/main/module.xml +38 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.0.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/module.xml +48 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-metadata-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-spi-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/module.xml +40 -0
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-1.0.28.jar +0 -0
- data/jboss/modules/org/jboss/osgi/spi/main/module.xml +39 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.6.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.6.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +37 -0
- data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.0.CR3.jar +0 -0
- data/jboss/modules/org/jboss/remoting3/main/module.xml +38 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +42 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +38 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +44 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +41 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +45 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +40 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +43 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Beta6.jar +0 -0
- data/jboss/modules/org/jboss/sasl/main/module.xml +36 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-2.2.0.Beta3.jar +0 -0
- data/jboss/modules/org/jboss/security/negotiation/main/module.xml +39 -0
- data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.6.Final.jar +0 -0
- data/jboss/modules/org/jboss/security/xacml/main/module.xml +35 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +35 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-beta-5.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-beta-5.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-beta-5.jar +0 -0
- data/jboss/modules/org/jboss/staxmapper/main/module.xml +35 -0
- data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar +0 -0
- data/jboss/modules/org/jboss/stdio/main/module.xml +34 -0
- data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/threads/main/module.xml +34 -0
- data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/vfs/main/module.xml +35 -0
- data/jboss/modules/org/jboss/weld/api/main/module.xml +40 -0
- data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/weld/core/main/module.xml +54 -0
- data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.4.Final.jar +0 -0
- data/jboss/modules/org/jboss/weld/spi/main/module.xml +42 -0
- data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/api/main/module.xml +40 -0
- data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/common/main/module.xml +48 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +46 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml +35 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml +64 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml +46 -0
- data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/jaxws-client/main/module.xml +59 -0
- data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml +36 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml +61 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/module.xml +31 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml +31 -0
- data/jboss/modules/org/jboss/ws/saaj-impl/main/module.xml +35 -0
- data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/spi/main/module.xml +41 -0
- data/jboss/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/tools/common/main/module.xml +43 -0
- data/jboss/modules/org/jboss/ws/tools/wsconsume/main/module.xml +33 -0
- data/jboss/modules/org/jboss/ws/tools/wsprovide/main/module.xml +33 -0
- data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/xb/main/module.xml +38 -0
- data/jboss/modules/org/jboss/xnio/main/module.xml +36 -0
- data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.0.CR4.jar +0 -0
- data/jboss/modules/org/jboss/xnio/nio/main/module.xml +36 -0
- data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.0.CR4.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/jbosstxbridge-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/jbossxts-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/jbossxts-api-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/module.xml +58 -0
- data/jboss/modules/org/jdom/main/jdom-1.1.2.jar +0 -0
- data/jboss/modules/org/jdom/main/module.xml +35 -0
- data/jboss/modules/org/jgroups/main/jgroups-3.0.0.Final.jar +0 -0
- data/jboss/modules/org/jgroups/main/module.xml +35 -0
- data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar +0 -0
- data/jboss/modules/org/joda/time/main/module.xml +34 -0
- data/jboss/modules/org/junit/main/junit-4.10.jar +0 -0
- data/jboss/modules/org/junit/main/module.xml +33 -0
- data/jboss/modules/org/omg/api/main/module.xml +106 -0
- data/jboss/modules/org/osgi/core/main/module.xml +34 -0
- data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar +0 -0
- data/jboss/modules/org/picketbox/main/module.xml +46 -0
- data/jboss/modules/org/picketbox/main/picketbox-4.0.6.Beta1.jar +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.CR1.jar +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.6.Beta1.jar +0 -0
- data/jboss/modules/org/picketlink/main/module.xml +30 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.1.final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.1.final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.1.final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-trust-jbossws-2.0.1.final.jar +0 -0
- data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar +0 -0
- data/jboss/modules/org/python/jython/standalone/main/module.xml +33 -0
- data/jboss/modules/org/scannotation/scannotation/main/module.xml +36 -0
- data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar +0 -0
- data/jboss/modules/org/slf4j/ext/main/module.xml +36 -0
- data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar +0 -0
- data/jboss/modules/org/slf4j/impl/main/module.xml +35 -0
- data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar +0 -0
- data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar +0 -0
- data/jboss/modules/org/slf4j/jcl-over-slf4j/main/module.xml +34 -0
- data/jboss/modules/org/slf4j/main/module.xml +34 -0
- data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar +0 -0
- data/jboss/modules/org/torquebox/bootstrap/main/module.xml +57 -0
- data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/avro.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.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/module.xml +107 -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/torquebox/cdi/main/module.xml +48 -0
- data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
- data/jboss/modules/org/torquebox/core/main/module.xml +78 -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/hasingleton/main/module.xml +48 -0
- data/jboss/modules/org/torquebox/hasingleton/main/torquebox-hasingleton.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/module.xml +50 -0
- data/jboss/modules/org/torquebox/jobs/main/quartz.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
- data/jboss/modules/org/torquebox/messaging/main/module.xml +52 -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/module.xml +47 -0
- data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
- data/jboss/modules/org/torquebox/services/main/module.xml +46 -0
- data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/module.xml +62 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-conduit-server-core.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-conduit-server-spi.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-api.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-common.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-server-core.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-server-spi.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomplet-api.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomplet-server-core.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
- data/jboss/modules/org/torquebox/web/main/module.xml +57 -0
- 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/org/w3c/css/sac/main/module.xml +34 -0
- data/jboss/modules/org/w3c/css/sac/main/sac-1.3.jar +0 -0
- data/jboss/modules/sun/jdk/main/module.xml +54 -0
- data/jboss/modules/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory +1 -0
- data/jboss/standalone/configuration/logging.properties +52 -0
- data/jboss/standalone/configuration/mgmt-users.properties +25 -0
- data/jboss/standalone/configuration/standalone-full.xml +460 -0
- data/jboss/standalone/configuration/standalone-ha.xml +587 -0
- data/jboss/standalone/configuration/standalone.xml +460 -0
- data/jboss/standalone/deployments/README.txt +190 -0
- data/jboss/welcome-content/as7_logo.png +0 -0
- data/jboss/welcome-content/as7_style.css +63 -0
- data/jboss/welcome-content/bkg.gif +0 -0
- data/jboss/welcome-content/documentation.html +75 -0
- data/jboss/welcome-content/favicon.ico +0 -0
- data/jboss/welcome-content/index.html +57 -0
- data/jboss/welcome-content/index_noconsole.html +57 -0
- data/jboss/welcome-content/jboss_community.png +0 -0
- data/jboss/welcome-content/noconsole.html +47 -0
- data/jboss/welcome-content/noredirect.html +46 -0
- data/lib/gem_hook.rb +18 -0
- data/lib/torquebox-server.jar +0 -0
- data/lib/torquebox-server.rb +13 -0
- data/licenses/lgpl-2.1.txt +502 -0
- data/share/init/TorqueBoxAgent.plist.template +9 -0
- data/share/init/torquebox.conf +14 -0
- data/share/javascript/stilts-stomp.js +244 -0
- data/share/rails/openshift_app_builder.rb +24 -0
- data/share/rails/template.rb +86 -0
- metadata +833 -0
@@ -0,0 +1,867 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
|
5
|
+
<head>
|
6
|
+
<!-- start of server/head-include-1.html -->
|
7
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
8
|
+
<link rev="made" href="mailto:webmasters@gnu.org" />
|
9
|
+
<link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png" />
|
10
|
+
<meta name="ICBM" content="42.256233,-71.006581" />
|
11
|
+
<meta name="DC.title" content="gnu.org" />
|
12
|
+
<!-- end of server/head-include-1.html -->
|
13
|
+
|
14
|
+
<!-- end of server/header.html -->
|
15
|
+
|
16
|
+
<title>GNU Lesser General Public License v2.1 - GNU Project - Free Software Foundation (FSF)</title>
|
17
|
+
<link rel="alternate" type="application/rdf+xml" href="lgpl-2.1.rdf" />
|
18
|
+
|
19
|
+
<!-- start of server/banner.html -->
|
20
|
+
<!-- start of head-include-2.html -->
|
21
|
+
|
22
|
+
<link rel="stylesheet" href="/combo.css" media="screen" />
|
23
|
+
<link rel="stylesheet" href="/layout.css" media="screen" />
|
24
|
+
|
25
|
+
<link rel="stylesheet" href="/mini.css" media="handheld" />
|
26
|
+
|
27
|
+
<link rel="stylesheet" href="/print.css" media="print" />
|
28
|
+
<!-- end of head-include-2.html -->
|
29
|
+
|
30
|
+
</head>
|
31
|
+
<body>
|
32
|
+
<!-- start of server/body-include-1.html -->
|
33
|
+
<div id="toplinks"><span class="netscape4"><a href="#content">Skip to content</a> | <a href="#navigation">Skip to navigation</a> | <a href="#searcher">Skip to search</a>| </span><a href="#translations">Translations of this page</a> | <a href="/accessibility/">Accessibility</a></div>
|
34
|
+
<!-- end of server/body-include-1.html -->
|
35
|
+
|
36
|
+
|
37
|
+
<div id="null-wrapper">
|
38
|
+
|
39
|
+
<!-- start of server/body-include-2 -->
|
40
|
+
<div id="header">
|
41
|
+
<div class="inner" style="position: relative;">
|
42
|
+
|
43
|
+
<h1 id="logo"><a href="/">The GNU Operating System</a></h1>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
<div id="fssbox">
|
48
|
+
<h4>Sign up for the <a href="http://www.fsf.org/fss">Free Software Supporter</a></h4>
|
49
|
+
<p>A monthly email newsletter about GNU and Free Software</p>
|
50
|
+
<form action="https://crm.fsf.org/civicrm/profile/create&reset=1&gid=31" method="post">
|
51
|
+
<div><input name="postURL" type="hidden" value="" />
|
52
|
+
<input type="hidden" name="group[25]" value="1" />
|
53
|
+
|
54
|
+
<input name="cancelURL" type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&gid=31" />
|
55
|
+
<input name="_qf_default" type="hidden" value="Edit:cancel" />
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<p><label>Enter your email address (e.g. richard@example.com)</label></p><p><input type="text" id="frmEmail" name="email-Primary" size="15" maxlength="80" /> <input type="submit" name="_qf_Edit_next" value="Ok" /></p>
|
59
|
+
</form>
|
60
|
+
</div>
|
61
|
+
</div>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<div id="navigation">
|
65
|
+
<div class="inner">
|
66
|
+
|
67
|
+
<div id="searcher">
|
68
|
+
<form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi">
|
69
|
+
<div><label class="netscape4" for="phrase">Search:</label>
|
70
|
+
<input name="phrase" id="phrase" type="text" size="18" accesskey="s"
|
71
|
+
value="Why GNU/Linux?" onfocus="this.value=''" />
|
72
|
+
<input type="submit" value="Search" /></div><!-- unnamed label -->
|
73
|
+
</form>
|
74
|
+
</div><!-- /searcher -->
|
75
|
+
|
76
|
+
<ul>
|
77
|
+
<li id="tabPhilosophy"><a href=
|
78
|
+
"/philosophy/philosophy.html">Philosophy</a></li>
|
79
|
+
<li id="tabLicenses"><a href="/licenses/licenses.html">Licenses</a></li>
|
80
|
+
<li id="tabEducation"><a href="/education/education.html">Education</a></li>
|
81
|
+
<li id="tabSoftware"><a href="/software/software.html">Downloads</a></li>
|
82
|
+
<li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
|
83
|
+
<li id="tabHelp"><a href="/help/help.html">Help GNU</a></li>
|
84
|
+
<li id="joinfsftab"><a href="https://www.fsf.org/associate/support_freedom?referrer=4052">Join the FSF!</a></li>
|
85
|
+
</ul>
|
86
|
+
|
87
|
+
</div><!-- /inner -->
|
88
|
+
</div><!-- /navigation -->
|
89
|
+
<!-- end of server/body-include-2 -->
|
90
|
+
|
91
|
+
|
92
|
+
<div id="content" class="inner">
|
93
|
+
<!-- end of server/banner.html -->
|
94
|
+
|
95
|
+
<!-- begin translinks file -->
|
96
|
+
<div id="translations">
|
97
|
+
<ul class="translations-list">
|
98
|
+
<!-- German -->
|
99
|
+
<li><a href="/licenses/old-licenses/lgpl-2.1.de.html">Deutsch</a> [de]</li>
|
100
|
+
<!-- English -->
|
101
|
+
<li><a href="/licenses/old-licenses/lgpl-2.1.html">English</a> [en]</li>
|
102
|
+
<!-- Japanese -->
|
103
|
+
<li><a href="/licenses/old-licenses/lgpl-2.1.ja.html">日本語</a> [ja]</li>
|
104
|
+
</ul>
|
105
|
+
</div> <!-- id="translations" -->
|
106
|
+
<!-- end translinks file -->
|
107
|
+
|
108
|
+
<h2>GNU Lesser General Public License, version 2.1</h2>
|
109
|
+
|
110
|
+
|
111
|
+
<ul>
|
112
|
+
<li><a href="/licenses/why-not-lgpl.html">Why you shouldn't use the
|
113
|
+
Lesser GPL for your next library</a></li>
|
114
|
+
<li><a href="/licenses/gpl-violation.html">What to do if you see a
|
115
|
+
possible LGPL violation</a></li>
|
116
|
+
<li><a href="/licenses/old-licenses/lgpl-2.1-translations.html">Translations
|
117
|
+
of LGPLv2.1</a></li>
|
118
|
+
<li>The GNU Lesser General Public License version 2.1 (LGPLv2.1) in
|
119
|
+
other formats:
|
120
|
+
<a href="lgpl-2.1.txt">plain text</a>,
|
121
|
+
<a href="lgpl-2.1.texi">Texinfo</a>,
|
122
|
+
<a href="lgpl-2.1-standalone.html">standalone HTML</a>,
|
123
|
+
<a href="lgpl-2.1.dbk">Docbook</a>
|
124
|
+
</li>
|
125
|
+
<li><a href="/licenses/old-licenses/old-licenses.html#LGPL">Old versions
|
126
|
+
of the LGPL</a></li>
|
127
|
+
</ul>
|
128
|
+
|
129
|
+
<hr />
|
130
|
+
|
131
|
+
<p>
|
132
|
+
This GNU Lesser General Public License counts as the successor of the
|
133
|
+
GNU Library General Public License. For an explaination of why this
|
134
|
+
change was necessary, read the <a href="/licenses/why-not-lgpl.html">
|
135
|
+
Why you shouldn't use the Lesser GPL for your next library</a>
|
136
|
+
article.</p>
|
137
|
+
|
138
|
+
|
139
|
+
<h3>Table of Contents</h3>
|
140
|
+
<ul>
|
141
|
+
<li><a name="TOC1" href="#SEC1">GNU LESSER GENERAL PUBLIC
|
142
|
+
LICENSE<!--TRANSLATORS: Don't translate the license; copy msgid's verbatim!--></a>
|
143
|
+
<ul>
|
144
|
+
<li><a name="TOC2" href="#SEC2">Preamble</a></li>
|
145
|
+
<li><a name="TOC3" href="#SEC3">TERMS AND CONDITIONS FOR COPYING,
|
146
|
+
DISTRIBUTION AND MODIFICATION</a></li>
|
147
|
+
<li><a name="TOC4" href="#SEC4">How to Apply These Terms to Your New
|
148
|
+
Libraries</a></li>
|
149
|
+
</ul></li>
|
150
|
+
</ul>
|
151
|
+
|
152
|
+
<hr />
|
153
|
+
|
154
|
+
<h3><a name="SEC1" href="#TOC1">GNU LESSER GENERAL PUBLIC LICENSE</a></h3>
|
155
|
+
<p>
|
156
|
+
Version 2.1, February 1999
|
157
|
+
</p>
|
158
|
+
|
159
|
+
<pre>
|
160
|
+
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
161
|
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
162
|
+
Everyone is permitted to copy and distribute verbatim copies
|
163
|
+
of this license document, but changing it is not allowed.
|
164
|
+
|
165
|
+
[This is the first released version of the Lesser GPL. It also counts
|
166
|
+
as the successor of the GNU Library Public License, version 2, hence
|
167
|
+
the version number 2.1.]
|
168
|
+
</pre>
|
169
|
+
|
170
|
+
|
171
|
+
<h3><a name="SEC2" href="#TOC2">Preamble</a></h3>
|
172
|
+
|
173
|
+
<p>
|
174
|
+
The licenses for most software are designed to take away your
|
175
|
+
freedom to share and change it. By contrast, the GNU General Public
|
176
|
+
Licenses are intended to guarantee your freedom to share and change
|
177
|
+
free software--to make sure the software is free for all its users.
|
178
|
+
</p>
|
179
|
+
<p>
|
180
|
+
This license, the Lesser General Public License, applies to some
|
181
|
+
specially designated software packages--typically libraries--of the
|
182
|
+
Free Software Foundation and other authors who decide to use it. You
|
183
|
+
can use it too, but we suggest you first think carefully about whether
|
184
|
+
this license or the ordinary General Public License is the better
|
185
|
+
strategy to use in any particular case, based on the explanations below.
|
186
|
+
</p>
|
187
|
+
<p>
|
188
|
+
When we speak of free software, we are referring to freedom of use,
|
189
|
+
not price. Our General Public Licenses are designed to make sure that
|
190
|
+
you have the freedom to distribute copies of free software (and charge
|
191
|
+
for this service if you wish); that you receive source code or can get
|
192
|
+
it if you want it; that you can change the software and use pieces of
|
193
|
+
it in new free programs; and that you are informed that you can do
|
194
|
+
these things.
|
195
|
+
</p>
|
196
|
+
<p>
|
197
|
+
To protect your rights, we need to make restrictions that forbid
|
198
|
+
distributors to deny you these rights or to ask you to surrender these
|
199
|
+
rights. These restrictions translate to certain responsibilities for
|
200
|
+
you if you distribute copies of the library or if you modify it.
|
201
|
+
</p>
|
202
|
+
<p>
|
203
|
+
For example, if you distribute copies of the library, whether gratis
|
204
|
+
or for a fee, you must give the recipients all the rights that we gave
|
205
|
+
you. You must make sure that they, too, receive or can get the source
|
206
|
+
code. If you link other code with the library, you must provide
|
207
|
+
complete object files to the recipients, so that they can relink them
|
208
|
+
with the library after making changes to the library and recompiling
|
209
|
+
it. And you must show them these terms so they know their rights.
|
210
|
+
</p>
|
211
|
+
<p>
|
212
|
+
We protect your rights with a two-step method: (1) we copyright the
|
213
|
+
library, and (2) we offer you this license, which gives you legal
|
214
|
+
permission to copy, distribute and/or modify the library.
|
215
|
+
</p>
|
216
|
+
<p>
|
217
|
+
To protect each distributor, we want to make it very clear that
|
218
|
+
there is no warranty for the free library. Also, if the library is
|
219
|
+
modified by someone else and passed on, the recipients should know
|
220
|
+
that what they have is not the original version, so that the original
|
221
|
+
author's reputation will not be affected by problems that might be
|
222
|
+
introduced by others.
|
223
|
+
</p>
|
224
|
+
<p>
|
225
|
+
Finally, software patents pose a constant threat to the existence of
|
226
|
+
any free program. We wish to make sure that a company cannot
|
227
|
+
effectively restrict the users of a free program by obtaining a
|
228
|
+
restrictive license from a patent holder. Therefore, we insist that
|
229
|
+
any patent license obtained for a version of the library must be
|
230
|
+
consistent with the full freedom of use specified in this license.
|
231
|
+
</p>
|
232
|
+
<p>
|
233
|
+
Most GNU software, including some libraries, is covered by the
|
234
|
+
ordinary GNU General Public License. This license, the GNU Lesser
|
235
|
+
General Public License, applies to certain designated libraries, and
|
236
|
+
is quite different from the ordinary General Public License. We use
|
237
|
+
this license for certain libraries in order to permit linking those
|
238
|
+
libraries into non-free programs.
|
239
|
+
</p>
|
240
|
+
<p>
|
241
|
+
When a program is linked with a library, whether statically or using
|
242
|
+
a shared library, the combination of the two is legally speaking a
|
243
|
+
combined work, a derivative of the original library. The ordinary
|
244
|
+
General Public License therefore permits such linking only if the
|
245
|
+
entire combination fits its criteria of freedom. The Lesser General
|
246
|
+
Public License permits more lax criteria for linking other code with
|
247
|
+
the library.
|
248
|
+
</p>
|
249
|
+
<p>
|
250
|
+
We call this license the "Lesser" General Public License because it
|
251
|
+
does Less to protect the user's freedom than the ordinary General
|
252
|
+
Public License. It also provides other free software developers Less
|
253
|
+
of an advantage over competing non-free programs. These disadvantages
|
254
|
+
are the reason we use the ordinary General Public License for many
|
255
|
+
libraries. However, the Lesser license provides advantages in certain
|
256
|
+
special circumstances.
|
257
|
+
</p>
|
258
|
+
<p>
|
259
|
+
For example, on rare occasions, there may be a special need to
|
260
|
+
encourage the widest possible use of a certain library, so that it becomes
|
261
|
+
a de-facto standard. To achieve this, non-free programs must be
|
262
|
+
allowed to use the library. A more frequent case is that a free
|
263
|
+
library does the same job as widely used non-free libraries. In this
|
264
|
+
case, there is little to gain by limiting the free library to free
|
265
|
+
software only, so we use the Lesser General Public License.
|
266
|
+
</p>
|
267
|
+
<p>
|
268
|
+
In other cases, permission to use a particular library in non-free
|
269
|
+
programs enables a greater number of people to use a large body of
|
270
|
+
free software. For example, permission to use the GNU C Library in
|
271
|
+
non-free programs enables many more people to use the whole GNU
|
272
|
+
operating system, as well as its variant, the GNU/Linux operating
|
273
|
+
system.
|
274
|
+
</p>
|
275
|
+
<p>
|
276
|
+
Although the Lesser General Public License is Less protective of the
|
277
|
+
users' freedom, it does ensure that the user of a program that is
|
278
|
+
linked with the Library has the freedom and the wherewithal to run
|
279
|
+
that program using a modified version of the Library.
|
280
|
+
</p>
|
281
|
+
<p>
|
282
|
+
The precise terms and conditions for copying, distribution and
|
283
|
+
modification follow. Pay close attention to the difference between a
|
284
|
+
"work based on the library" and a "work that uses the library". The
|
285
|
+
former contains code derived from the library, whereas the latter must
|
286
|
+
be combined with the library in order to run.
|
287
|
+
</p>
|
288
|
+
|
289
|
+
<h3><a name="SEC3" href="#TOC3">TERMS AND CONDITIONS FOR COPYING,
|
290
|
+
DISTRIBUTION AND MODIFICATION</a></h3>
|
291
|
+
|
292
|
+
|
293
|
+
<p>
|
294
|
+
<strong>0.</strong>
|
295
|
+
This License Agreement applies to any software library or other
|
296
|
+
program which contains a notice placed by the copyright holder or
|
297
|
+
other authorized party saying it may be distributed under the terms of
|
298
|
+
this Lesser General Public License (also called "this License").
|
299
|
+
Each licensee is addressed as "you".
|
300
|
+
</p>
|
301
|
+
<p>
|
302
|
+
A "library" means a collection of software functions and/or data
|
303
|
+
prepared so as to be conveniently linked with application programs
|
304
|
+
(which use some of those functions and data) to form executables.
|
305
|
+
</p>
|
306
|
+
<p>
|
307
|
+
The "Library", below, refers to any such software library or work
|
308
|
+
which has been distributed under these terms. A "work based on the
|
309
|
+
Library" means either the Library or any derivative work under
|
310
|
+
copyright law: that is to say, a work containing the Library or a
|
311
|
+
portion of it, either verbatim or with modifications and/or translated
|
312
|
+
straightforwardly into another language. (Hereinafter, translation is
|
313
|
+
included without limitation in the term "modification".)
|
314
|
+
</p>
|
315
|
+
<p>
|
316
|
+
"Source code" for a work means the preferred form of the work for
|
317
|
+
making modifications to it. For a library, complete source code means
|
318
|
+
all the source code for all modules it contains, plus any associated
|
319
|
+
interface definition files, plus the scripts used to control compilation
|
320
|
+
and installation of the library.
|
321
|
+
</p>
|
322
|
+
<p>
|
323
|
+
Activities other than copying, distribution and modification are not
|
324
|
+
covered by this License; they are outside its scope. The act of
|
325
|
+
running a program using the Library is not restricted, and output from
|
326
|
+
such a program is covered only if its contents constitute a work based
|
327
|
+
on the Library (independent of the use of the Library in a tool for
|
328
|
+
writing it). Whether that is true depends on what the Library does
|
329
|
+
and what the program that uses the Library does.
|
330
|
+
</p>
|
331
|
+
<p>
|
332
|
+
<strong>1.</strong>
|
333
|
+
You may copy and distribute verbatim copies of the Library's
|
334
|
+
complete source code as you receive it, in any medium, provided that
|
335
|
+
you conspicuously and appropriately publish on each copy an
|
336
|
+
appropriate copyright notice and disclaimer of warranty; keep intact
|
337
|
+
all the notices that refer to this License and to the absence of any
|
338
|
+
warranty; and distribute a copy of this License along with the
|
339
|
+
Library.
|
340
|
+
</p>
|
341
|
+
<p>
|
342
|
+
You may charge a fee for the physical act of transferring a copy,
|
343
|
+
and you may at your option offer warranty protection in exchange for a
|
344
|
+
fee.
|
345
|
+
</p>
|
346
|
+
<p>
|
347
|
+
<strong>2.</strong>
|
348
|
+
You may modify your copy or copies of the Library or any portion
|
349
|
+
of it, thus forming a work based on the Library, and copy and
|
350
|
+
distribute such modifications or work under the terms of Section 1
|
351
|
+
above, provided that you also meet all of these conditions:
|
352
|
+
</p>
|
353
|
+
|
354
|
+
<ul>
|
355
|
+
<li><strong>a)</strong>
|
356
|
+
The modified work must itself be a software library.</li>
|
357
|
+
<li><strong>b)</strong>
|
358
|
+
You must cause the files modified to carry prominent notices
|
359
|
+
stating that you changed the files and the date of any change.</li>
|
360
|
+
|
361
|
+
<li><strong>c)</strong>
|
362
|
+
You must cause the whole of the work to be licensed at no
|
363
|
+
charge to all third parties under the terms of this License.</li>
|
364
|
+
|
365
|
+
<li><strong>d)</strong>
|
366
|
+
If a facility in the modified Library refers to a function or a
|
367
|
+
table of data to be supplied by an application program that uses
|
368
|
+
the facility, other than as an argument passed when the facility
|
369
|
+
is invoked, then you must make a good faith effort to ensure that,
|
370
|
+
in the event an application does not supply such function or
|
371
|
+
table, the facility still operates, and performs whatever part of
|
372
|
+
its purpose remains meaningful.
|
373
|
+
<p>
|
374
|
+
(For example, a function in a library to compute square roots has
|
375
|
+
a purpose that is entirely well-defined independent of the
|
376
|
+
application. Therefore, Subsection 2d requires that any
|
377
|
+
application-supplied function or table used by this function must
|
378
|
+
be optional: if the application does not supply it, the square
|
379
|
+
root function must still compute square roots.)</p></li>
|
380
|
+
</ul>
|
381
|
+
|
382
|
+
<p>
|
383
|
+
These requirements apply to the modified work as a whole. If identifiable
|
384
|
+
sections of that work are not derived from the Library, and can be
|
385
|
+
reasonably considered independent and separate works in themselves, then
|
386
|
+
this License, and its terms, do not apply to those sections when you
|
387
|
+
distribute them as separate works. But when you distribute the same
|
388
|
+
sections as part of a whole which is a work based on the Library, the
|
389
|
+
distribution of the whole must be on the terms of this License, whose
|
390
|
+
permissions for other licensees extend to the entire whole, and thus to
|
391
|
+
each and every part regardless of who wrote it.
|
392
|
+
</p>
|
393
|
+
<p>
|
394
|
+
Thus, it is not the intent of this section to claim rights or contest your
|
395
|
+
rights to work written entirely by you; rather, the intent is to exercise
|
396
|
+
the right to control the distribution of derivative or collective works
|
397
|
+
based on the Library.
|
398
|
+
</p>
|
399
|
+
<p>
|
400
|
+
In addition, mere aggregation of another work not based on the Library with
|
401
|
+
the Library (or with a work based on the Library) on a volume of a storage
|
402
|
+
or distribution medium does not bring the other work under the scope of
|
403
|
+
this License.
|
404
|
+
</p>
|
405
|
+
<p>
|
406
|
+
<strong>3.</strong>
|
407
|
+
You may opt to apply the terms of the ordinary GNU General Public
|
408
|
+
License instead of this License to a given copy of the Library. To do
|
409
|
+
this, you must alter all the notices that refer to this License, so
|
410
|
+
that they refer to the ordinary GNU General Public License, version 2,
|
411
|
+
instead of to this License. (If a newer version than version 2 of the
|
412
|
+
ordinary GNU General Public License has appeared, then you can specify
|
413
|
+
that version instead if you wish.) Do not make any other change in
|
414
|
+
these notices.
|
415
|
+
</p>
|
416
|
+
<p>
|
417
|
+
Once this change is made in a given copy, it is irreversible for
|
418
|
+
that copy, so the ordinary GNU General Public License applies to all
|
419
|
+
subsequent copies and derivative works made from that copy.
|
420
|
+
</p>
|
421
|
+
<p>
|
422
|
+
This option is useful when you wish to copy part of the code of
|
423
|
+
the Library into a program that is not a library.
|
424
|
+
</p>
|
425
|
+
<p>
|
426
|
+
<strong>4.</strong>
|
427
|
+
You may copy and distribute the Library (or a portion or
|
428
|
+
derivative of it, under Section 2) in object code or executable form
|
429
|
+
under the terms of Sections 1 and 2 above provided that you accompany
|
430
|
+
it with the complete corresponding machine-readable source code, which
|
431
|
+
must be distributed under the terms of Sections 1 and 2 above on a
|
432
|
+
medium customarily used for software interchange.
|
433
|
+
</p>
|
434
|
+
<p>
|
435
|
+
If distribution of object code is made by offering access to copy
|
436
|
+
from a designated place, then offering equivalent access to copy the
|
437
|
+
source code from the same place satisfies the requirement to
|
438
|
+
distribute the source code, even though third parties are not
|
439
|
+
compelled to copy the source along with the object code.
|
440
|
+
</p>
|
441
|
+
<p>
|
442
|
+
<strong>5.</strong>
|
443
|
+
A program that contains no derivative of any portion of the
|
444
|
+
Library, but is designed to work with the Library by being compiled or
|
445
|
+
linked with it, is called a "work that uses the Library". Such a
|
446
|
+
work, in isolation, is not a derivative work of the Library, and
|
447
|
+
therefore falls outside the scope of this License.
|
448
|
+
</p>
|
449
|
+
<p>
|
450
|
+
However, linking a "work that uses the Library" with the Library
|
451
|
+
creates an executable that is a derivative of the Library (because it
|
452
|
+
contains portions of the Library), rather than a "work that uses the
|
453
|
+
library". The executable is therefore covered by this License.
|
454
|
+
Section 6 states terms for distribution of such executables.
|
455
|
+
</p>
|
456
|
+
<p>
|
457
|
+
When a "work that uses the Library" uses material from a header file
|
458
|
+
that is part of the Library, the object code for the work may be a
|
459
|
+
derivative work of the Library even though the source code is not.
|
460
|
+
Whether this is true is especially significant if the work can be
|
461
|
+
linked without the Library, or if the work is itself a library. The
|
462
|
+
threshold for this to be true is not precisely defined by law.
|
463
|
+
</p>
|
464
|
+
<p>
|
465
|
+
If such an object file uses only numerical parameters, data
|
466
|
+
structure layouts and accessors, and small macros and small inline
|
467
|
+
functions (ten lines or less in length), then the use of the object
|
468
|
+
file is unrestricted, regardless of whether it is legally a derivative
|
469
|
+
work. (Executables containing this object code plus portions of the
|
470
|
+
Library will still fall under Section 6.)
|
471
|
+
</p>
|
472
|
+
<p>
|
473
|
+
Otherwise, if the work is a derivative of the Library, you may
|
474
|
+
distribute the object code for the work under the terms of Section 6.
|
475
|
+
Any executables containing that work also fall under Section 6,
|
476
|
+
whether or not they are linked directly with the Library itself.
|
477
|
+
</p>
|
478
|
+
<p>
|
479
|
+
<strong>6.</strong>
|
480
|
+
As an exception to the Sections above, you may also combine or
|
481
|
+
link a "work that uses the Library" with the Library to produce a
|
482
|
+
work containing portions of the Library, and distribute that work
|
483
|
+
under terms of your choice, provided that the terms permit
|
484
|
+
modification of the work for the customer's own use and reverse
|
485
|
+
engineering for debugging such modifications.
|
486
|
+
</p>
|
487
|
+
<p>
|
488
|
+
You must give prominent notice with each copy of the work that the
|
489
|
+
Library is used in it and that the Library and its use are covered by
|
490
|
+
this License. You must supply a copy of this License. If the work
|
491
|
+
during execution displays copyright notices, you must include the
|
492
|
+
copyright notice for the Library among them, as well as a reference
|
493
|
+
directing the user to the copy of this License. Also, you must do one
|
494
|
+
of these things:
|
495
|
+
</p>
|
496
|
+
|
497
|
+
<ul>
|
498
|
+
<li><strong>a)</strong> Accompany the work with the complete
|
499
|
+
corresponding machine-readable source code for the Library
|
500
|
+
including whatever changes were used in the work (which must be
|
501
|
+
distributed under Sections 1 and 2 above); and, if the work is an
|
502
|
+
executable linked with the Library, with the complete
|
503
|
+
machine-readable "work that uses the Library", as object code
|
504
|
+
and/or source code, so that the user can modify the Library and
|
505
|
+
then relink to produce a modified executable containing the
|
506
|
+
modified Library. (It is understood that the user who changes the
|
507
|
+
contents of definitions files in the Library will not necessarily
|
508
|
+
be able to recompile the application to use the modified
|
509
|
+
definitions.)</li>
|
510
|
+
|
511
|
+
<li><strong>b)</strong> Use a suitable shared library mechanism
|
512
|
+
for linking with the Library. A suitable mechanism is one that
|
513
|
+
(1) uses at run time a copy of the library already present on the
|
514
|
+
user's computer system, rather than copying library functions into
|
515
|
+
the executable, and (2) will operate properly with a modified
|
516
|
+
version of the library, if the user installs one, as long as the
|
517
|
+
modified version is interface-compatible with the version that the
|
518
|
+
work was made with.</li>
|
519
|
+
|
520
|
+
<li><strong>c)</strong> Accompany the work with a written offer,
|
521
|
+
valid for at least three years, to give the same user the
|
522
|
+
materials specified in Subsection 6a, above, for a charge no more
|
523
|
+
than the cost of performing this distribution.</li>
|
524
|
+
|
525
|
+
<li><strong>d)</strong> If distribution of the work is made by
|
526
|
+
offering access to copy from a designated place, offer equivalent
|
527
|
+
access to copy the above specified materials from the same
|
528
|
+
place.</li>
|
529
|
+
|
530
|
+
<li><strong>e)</strong> Verify that the user has already received
|
531
|
+
a copy of these materials or that you have already sent this user
|
532
|
+
a copy.</li>
|
533
|
+
</ul>
|
534
|
+
|
535
|
+
<p>
|
536
|
+
For an executable, the required form of the "work that uses the
|
537
|
+
Library" must include any data and utility programs needed for
|
538
|
+
reproducing the executable from it. However, as a special exception,
|
539
|
+
the materials to be distributed need not include anything that is
|
540
|
+
normally distributed (in either source or binary form) with the major
|
541
|
+
components (compiler, kernel, and so on) of the operating system on
|
542
|
+
which the executable runs, unless that component itself accompanies
|
543
|
+
the executable.
|
544
|
+
</p>
|
545
|
+
<p>
|
546
|
+
It may happen that this requirement contradicts the license
|
547
|
+
restrictions of other proprietary libraries that do not normally
|
548
|
+
accompany the operating system. Such a contradiction means you cannot
|
549
|
+
use both them and the Library together in an executable that you
|
550
|
+
distribute.
|
551
|
+
</p>
|
552
|
+
<p>
|
553
|
+
<strong>7.</strong> You may place library facilities that are a work
|
554
|
+
based on the Library side-by-side in a single library together with
|
555
|
+
other library facilities not covered by this License, and distribute
|
556
|
+
such a combined library, provided that the separate distribution of
|
557
|
+
the work based on the Library and of the other library facilities is
|
558
|
+
otherwise permitted, and provided that you do these two things:
|
559
|
+
</p>
|
560
|
+
|
561
|
+
<ul>
|
562
|
+
<li><strong>a)</strong> Accompany the combined library with a copy
|
563
|
+
of the same work based on the Library, uncombined with any other
|
564
|
+
library facilities. This must be distributed under the terms of
|
565
|
+
the Sections above.</li>
|
566
|
+
|
567
|
+
<li><strong>b)</strong> Give prominent notice with the combined
|
568
|
+
library of the fact that part of it is a work based on the
|
569
|
+
Library, and explaining where to find the accompanying uncombined
|
570
|
+
form of the same work.</li>
|
571
|
+
</ul>
|
572
|
+
|
573
|
+
<p>
|
574
|
+
<strong>8.</strong> You may not copy, modify, sublicense, link with,
|
575
|
+
or distribute the Library except as expressly provided under this
|
576
|
+
License. Any attempt otherwise to copy, modify, sublicense, link
|
577
|
+
with, or distribute the Library is void, and will automatically
|
578
|
+
terminate your rights under this License. However, parties who have
|
579
|
+
received copies, or rights, from you under this License will not have
|
580
|
+
their licenses terminated so long as such parties remain in full
|
581
|
+
compliance.
|
582
|
+
</p>
|
583
|
+
<p>
|
584
|
+
<strong>9.</strong>
|
585
|
+
You are not required to accept this License, since you have not
|
586
|
+
signed it. However, nothing else grants you permission to modify or
|
587
|
+
distribute the Library or its derivative works. These actions are
|
588
|
+
prohibited by law if you do not accept this License. Therefore, by
|
589
|
+
modifying or distributing the Library (or any work based on the
|
590
|
+
Library), you indicate your acceptance of this License to do so, and
|
591
|
+
all its terms and conditions for copying, distributing or modifying
|
592
|
+
the Library or works based on it.
|
593
|
+
</p>
|
594
|
+
<p>
|
595
|
+
<strong>10.</strong>
|
596
|
+
Each time you redistribute the Library (or any work based on the
|
597
|
+
Library), the recipient automatically receives a license from the
|
598
|
+
original licensor to copy, distribute, link with or modify the Library
|
599
|
+
subject to these terms and conditions. You may not impose any further
|
600
|
+
restrictions on the recipients' exercise of the rights granted herein.
|
601
|
+
You are not responsible for enforcing compliance by third parties with
|
602
|
+
this License.
|
603
|
+
</p>
|
604
|
+
<p>
|
605
|
+
<strong>11.</strong>
|
606
|
+
If, as a consequence of a court judgment or allegation of patent
|
607
|
+
infringement or for any other reason (not limited to patent issues),
|
608
|
+
conditions are imposed on you (whether by court order, agreement or
|
609
|
+
otherwise) that contradict the conditions of this License, they do not
|
610
|
+
excuse you from the conditions of this License. If you cannot
|
611
|
+
distribute so as to satisfy simultaneously your obligations under this
|
612
|
+
License and any other pertinent obligations, then as a consequence you
|
613
|
+
may not distribute the Library at all. For example, if a patent
|
614
|
+
license would not permit royalty-free redistribution of the Library by
|
615
|
+
all those who receive copies directly or indirectly through you, then
|
616
|
+
the only way you could satisfy both it and this License would be to
|
617
|
+
refrain entirely from distribution of the Library.
|
618
|
+
</p>
|
619
|
+
<p>
|
620
|
+
If any portion of this section is held invalid or unenforceable under any
|
621
|
+
particular circumstance, the balance of the section is intended to apply,
|
622
|
+
and the section as a whole is intended to apply in other circumstances.
|
623
|
+
</p>
|
624
|
+
<p>
|
625
|
+
It is not the purpose of this section to induce you to infringe any
|
626
|
+
patents or other property right claims or to contest validity of any
|
627
|
+
such claims; this section has the sole purpose of protecting the
|
628
|
+
integrity of the free software distribution system which is
|
629
|
+
implemented by public license practices. Many people have made
|
630
|
+
generous contributions to the wide range of software distributed
|
631
|
+
through that system in reliance on consistent application of that
|
632
|
+
system; it is up to the author/donor to decide if he or she is willing
|
633
|
+
to distribute software through any other system and a licensee cannot
|
634
|
+
impose that choice.
|
635
|
+
</p>
|
636
|
+
<p>
|
637
|
+
This section is intended to make thoroughly clear what is believed to
|
638
|
+
be a consequence of the rest of this License.
|
639
|
+
</p>
|
640
|
+
<p>
|
641
|
+
<strong>12.</strong>
|
642
|
+
If the distribution and/or use of the Library is restricted in
|
643
|
+
certain countries either by patents or by copyrighted interfaces, the
|
644
|
+
original copyright holder who places the Library under this License may add
|
645
|
+
an explicit geographical distribution limitation excluding those countries,
|
646
|
+
so that distribution is permitted only in or among countries not thus
|
647
|
+
excluded. In such case, this License incorporates the limitation as if
|
648
|
+
written in the body of this License.
|
649
|
+
</p>
|
650
|
+
<p>
|
651
|
+
<strong>13.</strong>
|
652
|
+
The Free Software Foundation may publish revised and/or new
|
653
|
+
versions of the Lesser General Public License from time to time.
|
654
|
+
Such new versions will be similar in spirit to the present version,
|
655
|
+
but may differ in detail to address new problems or concerns.
|
656
|
+
</p>
|
657
|
+
<p>
|
658
|
+
Each version is given a distinguishing version number. If the Library
|
659
|
+
specifies a version number of this License which applies to it and
|
660
|
+
"any later version", you have the option of following the terms and
|
661
|
+
conditions either of that version or of any later version published by
|
662
|
+
the Free Software Foundation. If the Library does not specify a
|
663
|
+
license version number, you may choose any version ever published by
|
664
|
+
the Free Software Foundation.
|
665
|
+
</p>
|
666
|
+
<p>
|
667
|
+
<strong>14.</strong>
|
668
|
+
If you wish to incorporate parts of the Library into other free
|
669
|
+
programs whose distribution conditions are incompatible with these,
|
670
|
+
write to the author to ask for permission. For software which is
|
671
|
+
copyrighted by the Free Software Foundation, write to the Free
|
672
|
+
Software Foundation; we sometimes make exceptions for this. Our
|
673
|
+
decision will be guided by the two goals of preserving the free status
|
674
|
+
of all derivatives of our free software and of promoting the sharing
|
675
|
+
and reuse of software generally.
|
676
|
+
</p>
|
677
|
+
<p>
|
678
|
+
<strong>NO WARRANTY</strong>
|
679
|
+
</p>
|
680
|
+
<p>
|
681
|
+
<strong>15.</strong>
|
682
|
+
BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
683
|
+
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
684
|
+
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
685
|
+
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
686
|
+
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
687
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
688
|
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
689
|
+
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
690
|
+
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
691
|
+
</p>
|
692
|
+
<p>
|
693
|
+
<strong>16.</strong>
|
694
|
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
695
|
+
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
696
|
+
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
697
|
+
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
698
|
+
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
699
|
+
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
700
|
+
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
701
|
+
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
702
|
+
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
703
|
+
DAMAGES.
|
704
|
+
</p>
|
705
|
+
|
706
|
+
<h3>END OF TERMS AND CONDITIONS</h3>
|
707
|
+
|
708
|
+
<h3><a name="SEC4" href="#TOC4">How to Apply These Terms to Your New
|
709
|
+
Libraries</a></h3>
|
710
|
+
<p>
|
711
|
+
If you develop a new library, and you want it to be of the greatest
|
712
|
+
possible use to the public, we recommend making it free software that
|
713
|
+
everyone can redistribute and change. You can do so by permitting
|
714
|
+
redistribution under these terms (or, alternatively, under the terms of the
|
715
|
+
ordinary General Public License).
|
716
|
+
</p>
|
717
|
+
<p>
|
718
|
+
To apply these terms, attach the following notices to the library. It is
|
719
|
+
safest to attach them to the start of each source file to most effectively
|
720
|
+
convey the exclusion of warranty; and each file should have at least the
|
721
|
+
"copyright" line and a pointer to where the full notice is found.
|
722
|
+
</p>
|
723
|
+
|
724
|
+
<pre>
|
725
|
+
<var>one line to give the library's name and an idea of what it does.</var>
|
726
|
+
Copyright (C) <var>year</var> <var>name of author</var>
|
727
|
+
|
728
|
+
This library is free software; you can redistribute it and/or
|
729
|
+
modify it under the terms of the GNU Lesser General Public
|
730
|
+
License as published by the Free Software Foundation; either
|
731
|
+
version 2.1 of the License, or (at your option) any later version.
|
732
|
+
|
733
|
+
This library is distributed in the hope that it will be useful,
|
734
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
735
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
736
|
+
Lesser General Public License for more details.
|
737
|
+
|
738
|
+
You should have received a copy of the GNU Lesser General Public
|
739
|
+
License along with this library; if not, write to the Free Software
|
740
|
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
741
|
+
</pre>
|
742
|
+
|
743
|
+
<p>
|
744
|
+
Also add information on how to contact you by electronic and paper mail.
|
745
|
+
</p>
|
746
|
+
<p>
|
747
|
+
You should also get your employer (if you work as a programmer) or your
|
748
|
+
school, if any, to sign a "copyright disclaimer" for the library, if
|
749
|
+
necessary. Here is a sample; alter the names:
|
750
|
+
</p>
|
751
|
+
|
752
|
+
<pre>
|
753
|
+
Yoyodyne, Inc., hereby disclaims all copyright interest in
|
754
|
+
the library `Frob' (a library for tweaking knobs) written
|
755
|
+
by James Random Hacker.
|
756
|
+
|
757
|
+
<var>signature of Ty Coon</var>, 1 April 1990
|
758
|
+
Ty Coon, President of Vice
|
759
|
+
</pre>
|
760
|
+
|
761
|
+
<p>
|
762
|
+
That's all there is to it!</p>
|
763
|
+
|
764
|
+
</div>
|
765
|
+
|
766
|
+
<!-- begin server/footer-text.html -->
|
767
|
+
<div class="inner">
|
768
|
+
|
769
|
+
<div class="yui-g" id="fsf-links">
|
770
|
+
<ul>
|
771
|
+
<li><a href="/">GNU home page</a></li>
|
772
|
+
<li><a href="http://www.fsf.org/">FSF home page</a></li>
|
773
|
+
<li><a href="/graphics/graphics.html">GNU Art</a></li>
|
774
|
+
<li><a href="/fun/fun.html">GNU Fun</a></li>
|
775
|
+
<li><a href="/people/people.html">GNU's Who?</a></li>
|
776
|
+
<li><a href="http://directory.fsf.org">Free Software Directory</a></li>
|
777
|
+
<li><a href="/server/sitemap.html">Site map</a></li>
|
778
|
+
</ul>
|
779
|
+
</div>
|
780
|
+
|
781
|
+
<div class="yui-g" id="mission-statement">
|
782
|
+
|
783
|
+
<p><small>The <a href="http://www.fsf.org">Free Software
|
784
|
+
Foundation</a> is the principal organizational sponsor of the <a
|
785
|
+
href="http://www.gnu.org/">GNU Operating System</a>. <strong>Our
|
786
|
+
mission is to preserve, protect and promote the freedom to use, study,
|
787
|
+
copy, modify, and redistribute computer software, and to defend the
|
788
|
+
rights of Free Software users.</strong> Support GNU and the FSF by <a
|
789
|
+
href="http://shop.fsf.org/">buying manuals and gear</a>, <a
|
790
|
+
href="http://www.fsf.org/join">joining the FSF as an associate
|
791
|
+
member</a> or by making a
|
792
|
+
donation, either <a href="http://donate.fsf.org/">directly to the FSF</a>
|
793
|
+
or <a href="http://flattr.com/thing/313733/gnuproject-on-Flattr">via Flattr</a>.</small></p>
|
794
|
+
|
795
|
+
<p id="backtotop"><a href="#header">back to top</a></p>
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
|
800
|
+
</div>
|
801
|
+
|
802
|
+
|
803
|
+
</div>
|
804
|
+
<!-- end server/footer-text.html -->
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
<div id="footer">
|
809
|
+
|
810
|
+
<p>
|
811
|
+
Please send FSF & GNU inquiries to
|
812
|
+
<a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>.
|
813
|
+
There are also <a href="/contact/">other ways to contact</a>
|
814
|
+
the FSF.
|
815
|
+
<br />
|
816
|
+
Please send broken links and other corrections or suggestions to
|
817
|
+
<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
|
818
|
+
</p>
|
819
|
+
|
820
|
+
<p>
|
821
|
+
Please see the
|
822
|
+
<a href="/server/standards/README.translations.html">Translations
|
823
|
+
README</a> for information on coordinating and submitting
|
824
|
+
translations of this article.
|
825
|
+
</p>
|
826
|
+
|
827
|
+
<p>
|
828
|
+
Copyright notice above.</p>
|
829
|
+
<address>Free Software Foundation, Inc., 51 Franklin Street, Fifth
|
830
|
+
Floor, Boston, MA 02110, USA</address>
|
831
|
+
|
832
|
+
<p>
|
833
|
+
Updated:
|
834
|
+
<!-- timestamp start -->
|
835
|
+
$Date: 2011/09/20 08:15:11 $
|
836
|
+
<!-- timestamp end -->
|
837
|
+
</p>
|
838
|
+
</div>
|
839
|
+
|
840
|
+
<!-- <div id="translations"> -->
|
841
|
+
<!-- <h4>Translations of this page</h4> -->
|
842
|
+
<!-- -->
|
843
|
+
<!-- Please keep this list alphabetical by language code. -->
|
844
|
+
<!-- Comment what the language is for each type, i.e. de is German. -->
|
845
|
+
<!-- Write the language name in its own language (Deutsch) in the text. -->
|
846
|
+
<!-- If you add a new language here, please -->
|
847
|
+
<!-- advise web-translators@gnu.org and add it to -->
|
848
|
+
<!-- - /home/www/html/server/standards/README.translations.html -->
|
849
|
+
<!-- - one of the lists under the section "Translations Underway" -->
|
850
|
+
<!-- - if there is a translation team, you also have to add an alias -->
|
851
|
+
<!-- to mail.gnu.org:/com/mailer/aliases -->
|
852
|
+
<!-- Please also check you have the language code right; see: -->
|
853
|
+
<!-- http://www.loc.gov/standards/iso639-2/php/code_list.php -->
|
854
|
+
<!-- If the 2-letter ISO 639-1 code is not available, -->
|
855
|
+
<!-- use the 3-letter ISO 639-2. -->
|
856
|
+
<!-- Please use W3C normative character entities. -->
|
857
|
+
<!-- -->
|
858
|
+
<!-- <ul class="translations-list"> -->
|
859
|
+
<!-- English -->
|
860
|
+
<!-- <li><a href="/licenses/old-licenses/lgpl-2.1.html">English</a> [en]</li> -->
|
861
|
+
<!-- Japanese -->
|
862
|
+
<!-- <li><a href="/licenses/old-licenses/lgpl-2.1.ja.html">日本語</a> [ja]</li> -->
|
863
|
+
<!-- </ul> -->
|
864
|
+
<!-- </div> -->
|
865
|
+
</div>
|
866
|
+
</body>
|
867
|
+
</html>
|