torquebox-lite 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (617) hide show
  1. data/bin/torquebox-lite +125 -0
  2. data/jboss/LICENSE.txt +502 -0
  3. data/jboss/README.txt +81 -0
  4. data/jboss/bin/add-user.bat +82 -0
  5. data/jboss/bin/add-user.sh +72 -0
  6. data/jboss/bin/init.d/jboss-as-standalone.sh +175 -0
  7. data/jboss/bin/init.d/jboss-as.conf +18 -0
  8. data/jboss/bin/jboss-cli.bat +71 -0
  9. data/jboss/bin/jboss-cli.sh +73 -0
  10. data/jboss/bin/jboss-cli.xml +23 -0
  11. data/jboss/bin/standalone.bat +157 -0
  12. data/jboss/bin/standalone.conf +70 -0
  13. data/jboss/bin/standalone.conf.bat +75 -0
  14. data/jboss/bin/standalone.sh +235 -0
  15. data/jboss/bin/vault.bat +55 -0
  16. data/jboss/bin/vault.sh +117 -0
  17. data/jboss/copyright.txt +64 -0
  18. data/jboss/docs/licenses/apache 2 - license-2.0.txt +202 -0
  19. data/jboss/docs/licenses/apache software license, version 2.0 - apache-2.0.txt +202 -0
  20. data/jboss/docs/licenses/bsd-style license - license.txt +69 -0
  21. data/jboss/docs/licenses/common development and distribution license - cddl.txt +384 -0
  22. data/jboss/docs/licenses/common public license, version 1.0 - cpl-1.0.txt +213 -0
  23. data/jboss/docs/licenses/creative commons attribution 2.5 - jcip-cc-by-2.5.txt +10 -0
  24. data/jboss/docs/licenses/eclipse distribution license, version 1.0 - edl-1.0.txt +13 -0
  25. data/jboss/docs/licenses/eclipse public license, version 1.0 - epl-1.0.txt +87 -0
  26. data/jboss/docs/licenses/gnu general public license, version 2 - gpl-2.0.txt +339 -0
  27. data/jboss/docs/licenses/gnu general public license, version 2 with the classpath exception - gpl-2.0-ce.txt +363 -0
  28. data/jboss/docs/licenses/gnu lesser general public license, version 2.1 - lgpl-2.1.txt +502 -0
  29. data/jboss/docs/licenses/gnu library general public license, version 2 - lgpl-2.0.txt +481 -0
  30. data/jboss/docs/licenses/h2 license, version 1.0 - h2.txt +155 -0
  31. data/jboss/docs/licenses/jdom license - jdom-1.0.txt +56 -0
  32. data/jboss/docs/licenses/lgpl - lgpl.txt +504 -0
  33. data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +841 -0
  34. data/jboss/docs/licenses/licenses.xml +3925 -0
  35. data/jboss/docs/licenses/mozilla public license, version 1.1 - mpl-1.1.txt +470 -0
  36. data/jboss/docs/licenses/the bsd license - bsd.txt +27 -0
  37. data/jboss/docs/licenses/the jython license - license.html +312 -0
  38. data/jboss/docs/licenses/the mit license - mit.txt +14 -0
  39. data/jboss/docs/licenses/the werken company license - license.html +41 -0
  40. data/jboss/jboss-modules.jar +0 -0
  41. data/jboss/modules/asm/asm/main/asm-3.3.1.jar +0 -0
  42. data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +4 -0
  43. data/jboss/modules/asm/asm/main/module.xml +37 -0
  44. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar +0 -0
  45. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +10 -0
  46. data/jboss/modules/ch/qos/cal10n/main/module.xml +37 -0
  47. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar +0 -0
  48. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index +59 -0
  49. data/jboss/modules/com/sun/jsf-impl/main/module.xml +42 -0
  50. data/jboss/modules/gnu/getopt/main/getopt-1.0.13.jar +0 -0
  51. data/jboss/modules/gnu/getopt/main/module.xml +35 -0
  52. data/jboss/modules/javaee/api/main/module.xml +61 -0
  53. data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar +0 -0
  54. data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +9 -0
  55. data/jboss/modules/javax/activation/api/main/module.xml +40 -0
  56. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar +0 -0
  57. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar.index +9 -0
  58. data/jboss/modules/javax/annotation/api/main/module.xml +30 -0
  59. data/jboss/modules/javax/api/main/module.xml +139 -0
  60. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar +0 -0
  61. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar.index +9 -0
  62. data/jboss/modules/javax/ejb/api/main/module.xml +39 -0
  63. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar +0 -0
  64. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar.index +7 -0
  65. data/jboss/modules/javax/el/api/main/module.xml +30 -0
  66. data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar +0 -0
  67. data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +14 -0
  68. data/jboss/modules/javax/enterprise/api/main/module.xml +36 -0
  69. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar +0 -0
  70. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar.index +16 -0
  71. data/jboss/modules/javax/enterprise/deploy/api/main/module.xml +36 -0
  72. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.2.Final.jar +0 -0
  73. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.2.Final.jar.index +26 -0
  74. data/jboss/modules/javax/faces/api/main/module.xml +38 -0
  75. data/jboss/modules/javax/inject/api/main/javax.inject-1.jar +0 -0
  76. data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +3 -0
  77. data/jboss/modules/javax/inject/api/main/module.xml +30 -0
  78. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar +0 -0
  79. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar.index +7 -0
  80. data/jboss/modules/javax/interceptor/api/main/module.xml +30 -0
  81. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar +0 -0
  82. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar.index +7 -0
  83. data/jboss/modules/javax/jms/api/main/module.xml +34 -0
  84. data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar +0 -0
  85. data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +5 -0
  86. data/jboss/modules/javax/jws/api/main/module.xml +30 -0
  87. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar +0 -0
  88. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +23 -0
  89. data/jboss/modules/javax/mail/api/main/module.xml +35 -0
  90. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +0 -0
  91. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar.index +9 -0
  92. data/jboss/modules/javax/management/j2ee/api/main/module.xml +36 -0
  93. data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar +0 -0
  94. data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +10 -0
  95. data/jboss/modules/javax/persistence/api/main/module.xml +35 -0
  96. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar +0 -0
  97. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar.index +12 -0
  98. data/jboss/modules/javax/resource/api/main/module.xml +39 -0
  99. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar +0 -0
  100. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +93 -0
  101. data/jboss/modules/javax/rmi/api/main/module.xml +46 -0
  102. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar +0 -0
  103. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar.index +12 -0
  104. data/jboss/modules/javax/security/auth/message/api/main/module.xml +36 -0
  105. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar +0 -0
  106. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar.index +8 -0
  107. data/jboss/modules/javax/security/jacc/api/main/module.xml +35 -0
  108. data/jboss/modules/javax/servlet/api/main/jbosgi-xservice.properties +2 -0
  109. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar +0 -0
  110. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar.index +10 -0
  111. data/jboss/modules/javax/servlet/api/main/module.xml +30 -0
  112. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar +0 -0
  113. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar.index +10 -0
  114. data/jboss/modules/javax/servlet/jsp/api/main/module.xml +35 -0
  115. data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar +0 -0
  116. data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar.index +45 -0
  117. data/jboss/modules/javax/servlet/jstl/api/main/module.xml +38 -0
  118. data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +3 -0
  119. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar +0 -0
  120. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar.index +8 -0
  121. data/jboss/modules/javax/transaction/api/main/module.xml +32 -0
  122. data/jboss/modules/javax/validation/api/main/module.xml +34 -0
  123. data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar +0 -0
  124. data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +12 -0
  125. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar +0 -0
  126. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar.index +10 -0
  127. data/jboss/modules/javax/ws/rs/api/main/module.xml +34 -0
  128. data/jboss/modules/javax/wsdl4j/api/main/module.xml +34 -0
  129. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar +0 -0
  130. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +25 -0
  131. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +0 -0
  132. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar.index +13 -0
  133. data/jboss/modules/javax/xml/bind/api/main/module.xml +39 -0
  134. data/jboss/modules/javax/xml/jaxp-provider/main/module.xml +29 -0
  135. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar +0 -0
  136. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar.index +9 -0
  137. data/jboss/modules/javax/xml/registry/api/main/module.xml +34 -0
  138. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +0 -0
  139. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar.index +14 -0
  140. data/jboss/modules/javax/xml/rpc/api/main/module.xml +39 -0
  141. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar +0 -0
  142. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar.index +8 -0
  143. data/jboss/modules/javax/xml/soap/api/main/module.xml +36 -0
  144. data/jboss/modules/javax/xml/stream/api/main/module.xml +36 -0
  145. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar +0 -0
  146. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar.index +15 -0
  147. data/jboss/modules/javax/xml/ws/api/main/module.xml +37 -0
  148. data/jboss/modules/jline/main/jline-0.9.94.jar +0 -0
  149. data/jboss/modules/jline/main/module.xml +37 -0
  150. data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar +0 -0
  151. data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar.index +5 -0
  152. data/jboss/modules/net/jcip/main/module.xml +37 -0
  153. data/jboss/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar +0 -0
  154. data/jboss/modules/org/apache/commons/beanutils/main/module.xml +39 -0
  155. data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar +0 -0
  156. data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +9 -0
  157. data/jboss/modules/org/apache/commons/cli/main/module.xml +37 -0
  158. data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar +0 -0
  159. data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +13 -0
  160. data/jboss/modules/org/apache/commons/codec/main/module.xml +37 -0
  161. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar +0 -0
  162. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +20 -0
  163. data/jboss/modules/org/apache/commons/collections/main/module.xml +37 -0
  164. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar +0 -0
  165. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index +17 -0
  166. data/jboss/modules/org/apache/commons/configuration/main/module.xml +37 -0
  167. data/jboss/modules/org/apache/commons/io/main/commons-io-2.1.jar +0 -0
  168. data/jboss/modules/org/apache/commons/io/main/module.xml +37 -0
  169. data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar +0 -0
  170. data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index +18 -0
  171. data/jboss/modules/org/apache/commons/lang/main/module.xml +37 -0
  172. data/jboss/modules/org/apache/commons/logging/main/module.xml +25 -0
  173. data/jboss/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar +0 -0
  174. data/jboss/modules/org/apache/commons/pool/main/module.xml +37 -0
  175. data/jboss/modules/org/apache/log4j/main/log4j-1.2.16.jar +0 -0
  176. data/jboss/modules/org/apache/log4j/main/module.xml +25 -0
  177. data/jboss/modules/org/apache/santuario/xmlsec/main/module.xml +40 -0
  178. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar +0 -0
  179. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index +47 -0
  180. data/jboss/modules/org/apache/xalan/main/module.xml +38 -0
  181. data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar +0 -0
  182. data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +8 -0
  183. data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar +0 -0
  184. data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +58 -0
  185. data/jboss/modules/org/apache/xerces/main/module.xml +37 -0
  186. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +0 -0
  187. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar.index +49 -0
  188. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar +0 -0
  189. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +33 -0
  190. data/jboss/modules/org/hibernate/validator/main/module.xml +44 -0
  191. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar +0 -0
  192. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar.index +14 -0
  193. data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +40 -0
  194. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar +0 -0
  195. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar.index +10 -0
  196. data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +40 -0
  197. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar +0 -0
  198. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar.index +19 -0
  199. data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +39 -0
  200. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar +0 -0
  201. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar.index +93 -0
  202. data/jboss/modules/org/infinispan/main/module.xml +41 -0
  203. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar +0 -0
  204. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar.index +132 -0
  205. data/jboss/modules/org/jacorb/main/module.xml +40 -0
  206. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar +0 -0
  207. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +22 -0
  208. data/jboss/modules/org/javassist/main/module.xml +37 -0
  209. data/jboss/modules/org/jboss/as/aggregate/main/module.xml +51 -0
  210. data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.x.incremental.1.jar +0 -0
  211. data/jboss/modules/org/jboss/as/appclient/main/module.xml +70 -0
  212. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.x.incremental.1.jar +0 -0
  213. data/jboss/modules/org/jboss/as/cli/main/module.xml +50 -0
  214. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar +0 -0
  215. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar.index +10 -0
  216. data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +39 -0
  217. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar +0 -0
  218. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar.index +11 -0
  219. data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +40 -0
  220. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar +0 -0
  221. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar.index +14 -0
  222. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +52 -0
  223. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar +0 -0
  224. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar.index +12 -0
  225. data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +46 -0
  226. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar +0 -0
  227. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar.index +16 -0
  228. data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +63 -0
  229. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar +0 -0
  230. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar.index +13 -0
  231. data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +50 -0
  232. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar +0 -0
  233. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar.index +10 -0
  234. data/jboss/modules/org/jboss/as/clustering/registry/main/module.xml +40 -0
  235. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.1.jar +0 -0
  236. data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +43 -0
  237. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.x.incremental.1.jar +0 -0
  238. data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +45 -0
  239. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar +0 -0
  240. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar.index +14 -0
  241. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +51 -0
  242. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar +0 -0
  243. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar.index +12 -0
  244. data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +45 -0
  245. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar +0 -0
  246. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar.index +12 -0
  247. data/jboss/modules/org/jboss/as/configadmin/main/module.xml +42 -0
  248. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar +0 -0
  249. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar.index +46 -0
  250. data/jboss/modules/org/jboss/as/connector/main/module.xml +68 -0
  251. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar +0 -0
  252. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar.index +27 -0
  253. data/jboss/modules/org/jboss/as/controller/main/module.xml +47 -0
  254. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.1.jar +0 -0
  255. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.1.jar.index +16 -0
  256. data/jboss/modules/org/jboss/as/controller-client/main/module.xml +45 -0
  257. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar +0 -0
  258. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar.index +9 -0
  259. data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +43 -0
  260. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar +0 -0
  261. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar.index +13 -0
  262. data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +47 -0
  263. data/jboss/modules/org/jboss/as/domain-add-user/main/module.xml +40 -0
  264. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.1.jar +0 -0
  265. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.1.jar.index +5 -0
  266. data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +39 -0
  267. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar +0 -0
  268. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar.index +13 -0
  269. data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +45 -0
  270. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar +0 -0
  271. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar.index +16 -0
  272. data/jboss/modules/org/jboss/as/domain-management/main/module.xml +45 -0
  273. data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.x.incremental.1.jar +0 -0
  274. data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +37 -0
  275. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.1.jar +0 -0
  276. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.1.jar.index +24 -0
  277. data/jboss/modules/org/jboss/as/ee/main/module.xml +55 -0
  278. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar +0 -0
  279. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar.index +11 -0
  280. data/jboss/modules/org/jboss/as/embedded/main/module.xml +42 -0
  281. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar +0 -0
  282. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar.index +27 -0
  283. data/jboss/modules/org/jboss/as/host-controller/main/module.xml +66 -0
  284. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.1.jar +0 -0
  285. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.1.jar.index +23 -0
  286. data/jboss/modules/org/jboss/as/jacorb/main/module.xml +54 -0
  287. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.1.jar +0 -0
  288. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.1.jar.index +12 -0
  289. data/jboss/modules/org/jboss/as/jaxr/main/module.xml +53 -0
  290. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar +0 -0
  291. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar.index +10 -0
  292. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.1.jar +0 -0
  293. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.1.jar.index +11 -0
  294. data/jboss/modules/org/jboss/as/jdr/main/module.xml +54 -0
  295. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.1.jar +0 -0
  296. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.1.jar.index +11 -0
  297. data/jboss/modules/org/jboss/as/jmx/main/module.xml +48 -0
  298. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.1.jar +0 -0
  299. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.1.jar.index +13 -0
  300. data/jboss/modules/org/jboss/as/jsr77/main/module.xml +54 -0
  301. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar +0 -0
  302. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar.index +18 -0
  303. data/jboss/modules/org/jboss/as/logging/main/module.xml +47 -0
  304. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.1.jar +0 -0
  305. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.1.jar.index +11 -0
  306. data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +41 -0
  307. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar +0 -0
  308. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar.index +12 -0
  309. data/jboss/modules/org/jboss/as/messaging/main/module.xml +60 -0
  310. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar +0 -0
  311. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar.index +10 -0
  312. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar +0 -0
  313. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar.index +10 -0
  314. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar +0 -0
  315. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar.index +11 -0
  316. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar +0 -0
  317. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar.index +9 -0
  318. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar +0 -0
  319. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar.index +18 -0
  320. data/jboss/modules/org/jboss/as/modcluster/main/module.xml +61 -0
  321. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar +0 -0
  322. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar.index +19 -0
  323. data/jboss/modules/org/jboss/as/naming/main/module.xml +48 -0
  324. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.1.jar +0 -0
  325. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.1.jar.index +9 -0
  326. data/jboss/modules/org/jboss/as/network/main/module.xml +40 -0
  327. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.1.jar +0 -0
  328. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.1.jar.index +10 -0
  329. data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +42 -0
  330. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar +0 -0
  331. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar.index +13 -0
  332. data/jboss/modules/org/jboss/as/pojo/main/module.xml +47 -0
  333. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar +0 -0
  334. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar.index +11 -0
  335. data/jboss/modules/org/jboss/as/process-controller/main/module.xml +46 -0
  336. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar +0 -0
  337. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar.index +11 -0
  338. data/jboss/modules/org/jboss/as/protocol/main/module.xml +44 -0
  339. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar +0 -0
  340. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar.index +11 -0
  341. data/jboss/modules/org/jboss/as/remoting/main/module.xml +53 -0
  342. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar +0 -0
  343. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar.index +11 -0
  344. data/jboss/modules/org/jboss/as/sar/main/module.xml +49 -0
  345. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar +0 -0
  346. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar.index +16 -0
  347. data/jboss/modules/org/jboss/as/security/main/module.xml +59 -0
  348. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar +0 -0
  349. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar.index +29 -0
  350. data/jboss/modules/org/jboss/as/server/main/module.xml +70 -0
  351. data/jboss/modules/org/jboss/as/standalone/main/module.xml +42 -0
  352. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.1.jar +0 -0
  353. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.1.jar.index +10 -0
  354. data/jboss/modules/org/jboss/as/threads/main/module.xml +43 -0
  355. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar +0 -0
  356. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar.index +15 -0
  357. data/jboss/modules/org/jboss/as/transactions/main/module.xml +52 -0
  358. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar +0 -0
  359. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +24 -0
  360. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar +0 -0
  361. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar.index +22 -0
  362. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.16.Final.jar +0 -0
  363. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.16.Final.jar.index +77 -0
  364. data/jboss/modules/org/jboss/as/web/main/module.xml +70 -0
  365. data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.2.Final.jar +0 -0
  366. data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.2.Final.jar.index +13 -0
  367. data/jboss/modules/org/jboss/classfilewriter/main/module.xml +37 -0
  368. data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar +0 -0
  369. data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar.index +15 -0
  370. data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +34 -0
  371. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar +0 -0
  372. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar.index +10 -0
  373. data/jboss/modules/org/jboss/common-beans/main/module.xml +34 -0
  374. data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar +0 -0
  375. data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +37 -0
  376. data/jboss/modules/org/jboss/common-core/main/module.xml +40 -0
  377. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar +0 -0
  378. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +8 -0
  379. data/jboss/modules/org/jboss/dmr/main/module.xml +32 -0
  380. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar +0 -0
  381. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar.index +13 -0
  382. data/jboss/modules/org/jboss/ejb-client/main/module.xml +40 -0
  383. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar +0 -0
  384. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index +9 -0
  385. data/jboss/modules/org/jboss/ejb3/main/module.xml +45 -0
  386. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar +0 -0
  387. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index +9 -0
  388. data/jboss/modules/org/jboss/iiop-client/main/module.xml +38 -0
  389. data/jboss/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar +0 -0
  390. data/jboss/modules/org/jboss/integration/ext-content/main/module.xml +36 -0
  391. data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar +0 -0
  392. data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +11 -0
  393. data/jboss/modules/org/jboss/invocation/main/module.xml +37 -0
  394. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.11.Final.jar +0 -0
  395. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.11.Final.jar.index +21 -0
  396. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.11.Final.jar +0 -0
  397. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.11.Final.jar.index +9 -0
  398. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.11.Final.jar +0 -0
  399. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.11.Final.jar.index +28 -0
  400. data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +44 -0
  401. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar +0 -0
  402. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar.index +24 -0
  403. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.11.Final.jar +0 -0
  404. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.11.Final.jar.index +30 -0
  405. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar +0 -0
  406. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar.index +7 -0
  407. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.11.Final.jar +0 -0
  408. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.11.Final.jar.index +13 -0
  409. data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +56 -0
  410. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.11.Final.jar +0 -0
  411. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.11.Final.jar.index +24 -0
  412. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +49 -0
  413. data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar +0 -0
  414. data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +8 -0
  415. data/jboss/modules/org/jboss/jandex/main/module.xml +37 -0
  416. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar +0 -0
  417. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +11 -0
  418. data/jboss/modules/org/jboss/jaxbintros/main/module.xml +42 -0
  419. data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar +0 -0
  420. data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index +10 -0
  421. data/jboss/modules/org/jboss/jboss-transaction-spi/main/module.xml +40 -0
  422. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.4.Final.jar +0 -0
  423. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.4.Final.jar.index +16 -0
  424. data/jboss/modules/org/jboss/jts/integration/main/module.xml +50 -0
  425. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.4.Final.jar +0 -0
  426. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.4.Final.jar.index +186 -0
  427. data/jboss/modules/org/jboss/jts/main/module.xml +42 -0
  428. data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar +0 -0
  429. data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar.index +29 -0
  430. data/jboss/modules/org/jboss/log4j/logmanager/main/module.xml +37 -0
  431. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar +0 -0
  432. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index +8 -0
  433. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/module.xml +34 -0
  434. data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.1.GA.jar +0 -0
  435. data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.1.GA.jar.index +8 -0
  436. data/jboss/modules/org/jboss/logging/main/module.xml +34 -0
  437. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar +0 -0
  438. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar.index +14 -0
  439. data/jboss/modules/org/jboss/logmanager/main/module.xml +32 -0
  440. data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.14.GA.jar +0 -0
  441. data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.14.GA.jar.index +11 -0
  442. data/jboss/modules/org/jboss/marshalling/main/module.xml +35 -0
  443. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.14.GA.jar +0 -0
  444. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.14.GA.jar.index +10 -0
  445. data/jboss/modules/org/jboss/marshalling/river/main/module.xml +38 -0
  446. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.3.Final.jar +0 -0
  447. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.3.Final.jar.index +15 -0
  448. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.3.Final.jar +0 -0
  449. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.3.Final.jar.index +35 -0
  450. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.3.Final.jar +0 -0
  451. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.3.Final.jar.index +19 -0
  452. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.3.Final.jar +0 -0
  453. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.3.Final.jar.index +22 -0
  454. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.3.Final.jar +0 -0
  455. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.3.Final.jar.index +21 -0
  456. data/jboss/modules/org/jboss/metadata/main/module.xml +54 -0
  457. data/jboss/modules/org/jboss/modules/main/module.xml +37 -0
  458. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar +0 -0
  459. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index +12 -0
  460. data/jboss/modules/org/jboss/msc/main/module.xml +45 -0
  461. data/jboss/modules/org/jboss/netty/main/module.xml +40 -0
  462. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar +0 -0
  463. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +46 -0
  464. data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.3.Final.jar +0 -0
  465. data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.3.Final.jar.index +14 -0
  466. data/jboss/modules/org/jboss/remote-naming/main/module.xml +38 -0
  467. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.8.GA.jar +0 -0
  468. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.8.GA.jar.index +11 -0
  469. data/jboss/modules/org/jboss/remoting3/main/module.xml +39 -0
  470. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +36 -0
  471. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.3.Final.jar +0 -0
  472. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.3.Final.jar.index +11 -0
  473. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +46 -0
  474. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final-jandex.jar +0 -0
  475. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final.jar +0 -0
  476. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +42 -0
  477. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar +0 -0
  478. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar.index +10 -0
  479. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +48 -0
  480. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final-jandex.jar +0 -0
  481. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final.jar +0 -0
  482. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +45 -0
  483. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final-jandex.jar +0 -0
  484. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final.jar +0 -0
  485. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final-jandex.jar +0 -0
  486. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar +0 -0
  487. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar.index +11 -0
  488. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +49 -0
  489. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar +0 -0
  490. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar.index +2 -0
  491. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar +0 -0
  492. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar.index +45 -0
  493. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +46 -0
  494. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.3.Final-jandex.jar +0 -0
  495. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.3.Final.jar +0 -0
  496. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +44 -0
  497. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.3.Final-jandex.jar +0 -0
  498. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.3.Final.jar +0 -0
  499. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +47 -0
  500. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.3.Final-jandex.jar +0 -0
  501. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.3.Final.jar +0 -0
  502. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +47 -0
  503. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.3.Final-jandex.jar +0 -0
  504. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.3.Final.jar +0 -0
  505. data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.1.Final.jar +0 -0
  506. data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.1.Final.jar.index +16 -0
  507. data/jboss/modules/org/jboss/sasl/main/module.xml +36 -0
  508. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar +0 -0
  509. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index +11 -0
  510. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar +0 -0
  511. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index +11 -0
  512. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar +0 -0
  513. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index +10 -0
  514. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar +0 -0
  515. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index +11 -0
  516. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar +0 -0
  517. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index +11 -0
  518. data/jboss/modules/org/jboss/security/negotiation/main/module.xml +47 -0
  519. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar +0 -0
  520. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar.index +34 -0
  521. data/jboss/modules/org/jboss/security/xacml/main/module.xml +40 -0
  522. data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +39 -0
  523. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar +0 -0
  524. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar.index +17 -0
  525. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar +0 -0
  526. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar.index +27 -0
  527. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar +0 -0
  528. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar.index +9 -0
  529. data/jboss/modules/org/jboss/staxmapper/main/module.xml +39 -0
  530. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar +0 -0
  531. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index +8 -0
  532. data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar +0 -0
  533. data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +8 -0
  534. data/jboss/modules/org/jboss/stdio/main/module.xml +38 -0
  535. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar +0 -0
  536. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +9 -0
  537. data/jboss/modules/org/jboss/threads/main/module.xml +34 -0
  538. data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar +0 -0
  539. data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index +15 -0
  540. data/jboss/modules/org/jboss/vfs/main/module.xml +35 -0
  541. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar +0 -0
  542. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +31 -0
  543. data/jboss/modules/org/jboss/xb/main/module.xml +42 -0
  544. data/jboss/modules/org/jboss/xnio/main/module.xml +36 -0
  545. data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.4.GA.jar +0 -0
  546. data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.4.GA.jar.index +11 -0
  547. data/jboss/modules/org/jboss/xnio/nio/main/module.xml +40 -0
  548. data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.4.GA.jar +0 -0
  549. data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.4.GA.jar.index +9 -0
  550. data/jboss/modules/org/jgroups/main/jgroups-3.0.10.Final.jar +0 -0
  551. data/jboss/modules/org/jgroups/main/jgroups-3.0.10.Final.jar.index +26 -0
  552. data/jboss/modules/org/jgroups/main/module.xml +35 -0
  553. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar +0 -0
  554. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +29 -0
  555. data/jboss/modules/org/joda/time/main/module.xml +35 -0
  556. data/jboss/modules/org/omg/api/main/module.xml +106 -0
  557. data/jboss/modules/org/osgi/core/main/module.xml +34 -0
  558. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar +0 -0
  559. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +28 -0
  560. data/jboss/modules/org/picketbox/main/module.xml +47 -0
  561. data/jboss/modules/org/picketbox/main/picketbox-4.0.9.Final.jar +0 -0
  562. data/jboss/modules/org/picketbox/main/picketbox-4.0.9.Final.jar.index +83 -0
  563. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar +0 -0
  564. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index +10 -0
  565. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.9.Final.jar +0 -0
  566. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.9.Final.jar.index +9 -0
  567. data/jboss/modules/org/scannotation/scannotation/main/module.xml +40 -0
  568. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar +0 -0
  569. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +8 -0
  570. data/jboss/modules/org/slf4j/ext/main/module.xml +36 -0
  571. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar +0 -0
  572. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +12 -0
  573. data/jboss/modules/org/slf4j/impl/main/module.xml +40 -0
  574. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar +0 -0
  575. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +8 -0
  576. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar +0 -0
  577. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +11 -0
  578. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/module.xml +34 -0
  579. data/jboss/modules/org/slf4j/main/module.xml +34 -0
  580. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar +0 -0
  581. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +9 -0
  582. data/jboss/modules/org/torquebox/bootstrap/main/module.xml +57 -0
  583. data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  584. data/jboss/modules/org/torquebox/core/main/module.xml +79 -0
  585. data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
  586. data/jboss/modules/org/torquebox/core/main/snakeyaml.jar +0 -0
  587. data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
  588. data/jboss/modules/org/torquebox/core/main/yaml-schema.jar +0 -0
  589. data/jboss/modules/org/torquebox/web/main/module.xml +57 -0
  590. data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
  591. data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
  592. data/jboss/modules/sun/jdk/main/module.xml +60 -0
  593. data/jboss/modules/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory +1 -0
  594. data/jboss/modules/sun/jdk/main/service-loader-resources.index +3 -0
  595. data/jboss/standalone/configuration/application-roles.properties +22 -0
  596. data/jboss/standalone/configuration/application-users.properties +23 -0
  597. data/jboss/standalone/configuration/logging.properties +52 -0
  598. data/jboss/standalone/configuration/mgmt-users.properties +22 -0
  599. data/jboss/standalone/configuration/standalone-full-ha.xml +616 -0
  600. data/jboss/standalone/configuration/standalone-full.xml +492 -0
  601. data/jboss/standalone/configuration/standalone-ha.xml +616 -0
  602. data/jboss/standalone/configuration/standalone.xml +139 -0
  603. data/jboss/standalone/configuration/standalone_xml_history/standalone.boot.xml +492 -0
  604. data/jboss/standalone/configuration/standalone_xml_history/standalone.initial.xml +492 -0
  605. data/jboss/standalone/configuration/standalone_xml_history/standalone.last.xml +492 -0
  606. data/jboss/standalone/data/messagingbindings/hornetq-bindings-1.bindings +0 -0
  607. data/jboss/standalone/data/messagingbindings/hornetq-bindings-2.bindings +0 -0
  608. data/jboss/standalone/data/messagingbindings/hornetq-jms-1.jms +0 -0
  609. data/jboss/standalone/data/messagingbindings/hornetq-jms-2.jms +0 -0
  610. data/jboss/standalone/data/messagingjournal/hornetq-data-1.hq +0 -0
  611. data/jboss/standalone/data/messagingjournal/hornetq-data-2.hq +0 -0
  612. data/jboss/standalone/data/messagingjournal/server.lock +1 -0
  613. data/jboss/standalone/deployments/README.txt +190 -0
  614. data/jboss/standalone/log/boot.log +148 -0
  615. data/jboss/standalone/log/server.log +47 -0
  616. data/licenses/lgpl-2.1.txt +502 -0
  617. metadata +726 -0
@@ -0,0 +1,384 @@
1
+ COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
2
+
3
+
4
+ 1. Definitions.
5
+
6
+ 1.1. "Contributor" means each individual or entity that
7
+ creates or contributes to the creation of Modifications.
8
+
9
+ 1.2. "Contributor Version" means the combination of the
10
+ Original Software, prior Modifications used by a
11
+ Contributor (if any), and the Modifications made by that
12
+ particular Contributor.
13
+
14
+ 1.3. "Covered Software" means (a) the Original Software, or
15
+ (b) Modifications, or (c) the combination of files
16
+ containing Original Software with files containing
17
+ Modifications, in each case including portions thereof.
18
+
19
+ 1.4. "Executable" means the Covered Software in any form
20
+ other than Source Code.
21
+
22
+ 1.5. "Initial Developer" means the individual or entity
23
+ that first makes Original Software available under this
24
+ License.
25
+
26
+ 1.6. "Larger Work" means a work which combines Covered
27
+ Software or portions thereof with code not governed by the
28
+ terms of this License.
29
+
30
+ 1.7. "License" means this document.
31
+
32
+ 1.8. "Licensable" means having the right to grant, to the
33
+ maximum extent possible, whether at the time of the initial
34
+ grant or subsequently acquired, any and all of the rights
35
+ conveyed herein.
36
+
37
+ 1.9. "Modifications" means the Source Code and Executable
38
+ form of any of the following:
39
+
40
+ A. Any file that results from an addition to,
41
+ deletion from or modification of the contents of a
42
+ file containing Original Software or previous
43
+ Modifications;
44
+
45
+ B. Any new file that contains any part of the
46
+ Original Software or previous Modification; or
47
+
48
+ C. Any new file that is contributed or otherwise made
49
+ available under the terms of this License.
50
+
51
+ 1.10. "Original Software" means the Source Code and
52
+ Executable form of computer software code that is
53
+ originally released under this License.
54
+
55
+ 1.11. "Patent Claims" means any patent claim(s), now owned
56
+ or hereafter acquired, including without limitation,
57
+ method, process, and apparatus claims, in any patent
58
+ Licensable by grantor.
59
+
60
+ 1.12. "Source Code" means (a) the common form of computer
61
+ software code in which modifications are made and (b)
62
+ associated documentation included in or with such code.
63
+
64
+ 1.13. "You" (or "Your") means an individual or a legal
65
+ entity exercising rights under, and complying with all of
66
+ the terms of, this License. For legal entities, "You"
67
+ includes any entity which controls, is controlled by, or is
68
+ under common control with You. For purposes of this
69
+ definition, "control" means (a) the power, direct or
70
+ indirect, to cause the direction or management of such
71
+ entity, whether by contract or otherwise, or (b) ownership
72
+ of more than fifty percent (50%) of the outstanding shares
73
+ or beneficial ownership of such entity.
74
+
75
+ 2. License Grants.
76
+
77
+ 2.1. The Initial Developer Grant.
78
+
79
+ Conditioned upon Your compliance with Section 3.1 below and
80
+ subject to third party intellectual property claims, the
81
+ Initial Developer hereby grants You a world-wide,
82
+ royalty-free, non-exclusive license:
83
+
84
+ (a) under intellectual property rights (other than
85
+ patent or trademark) Licensable by Initial Developer,
86
+ to use, reproduce, modify, display, perform,
87
+ sublicense and distribute the Original Software (or
88
+ portions thereof), with or without Modifications,
89
+ and/or as part of a Larger Work; and
90
+
91
+ (b) under Patent Claims infringed by the making,
92
+ using or selling of Original Software, to make, have
93
+ made, use, practice, sell, and offer for sale, and/or
94
+ otherwise dispose of the Original Software (or
95
+ portions thereof).
96
+
97
+ (c) The licenses granted in Sections 2.1(a) and (b)
98
+ are effective on the date Initial Developer first
99
+ distributes or otherwise makes the Original Software
100
+ available to a third party under the terms of this
101
+ License.
102
+
103
+ (d) Notwithstanding Section 2.1(b) above, no patent
104
+ license is granted: (1) for code that You delete from
105
+ the Original Software, or (2) for infringements
106
+ caused by: (i) the modification of the Original
107
+ Software, or (ii) the combination of the Original
108
+ Software with other software or devices.
109
+
110
+ 2.2. Contributor Grant.
111
+
112
+ Conditioned upon Your compliance with Section 3.1 below and
113
+ subject to third party intellectual property claims, each
114
+ Contributor hereby grants You a world-wide, royalty-free,
115
+ non-exclusive license:
116
+
117
+ (a) under intellectual property rights (other than
118
+ patent or trademark) Licensable by Contributor to
119
+ use, reproduce, modify, display, perform, sublicense
120
+ and distribute the Modifications created by such
121
+ Contributor (or portions thereof), either on an
122
+ unmodified basis, with other Modifications, as
123
+ Covered Software and/or as part of a Larger Work; and
124
+
125
+
126
+ (b) under Patent Claims infringed by the making,
127
+ using, or selling of Modifications made by that
128
+ Contributor either alone and/or in combination with
129
+ its Contributor Version (or portions of such
130
+ combination), to make, use, sell, offer for sale,
131
+ have made, and/or otherwise dispose of: (1)
132
+ Modifications made by that Contributor (or portions
133
+ thereof); and (2) the combination of Modifications
134
+ made by that Contributor with its Contributor Version
135
+ (or portions of such combination).
136
+
137
+ (c) The licenses granted in Sections 2.2(a) and
138
+ 2.2(b) are effective on the date Contributor first
139
+ distributes or otherwise makes the Modifications
140
+ available to a third party.
141
+
142
+ (d) Notwithstanding Section 2.2(b) above, no patent
143
+ license is granted: (1) for any code that Contributor
144
+ has deleted from the Contributor Version; (2) for
145
+ infringements caused by: (i) third party
146
+ modifications of Contributor Version, or (ii) the
147
+ combination of Modifications made by that Contributor
148
+ with other software (except as part of the
149
+ Contributor Version) or other devices; or (3) under
150
+ Patent Claims infringed by Covered Software in the
151
+ absence of Modifications made by that Contributor.
152
+
153
+ 3. Distribution Obligations.
154
+
155
+ 3.1. Availability of Source Code.
156
+
157
+ Any Covered Software that You distribute or otherwise make
158
+ available in Executable form must also be made available in
159
+ Source Code form and that Source Code form must be
160
+ distributed only under the terms of this License. You must
161
+ include a copy of this License with every copy of the
162
+ Source Code form of the Covered Software You distribute or
163
+ otherwise make available. You must inform recipients of any
164
+ such Covered Software in Executable form as to how they can
165
+ obtain such Covered Software in Source Code form in a
166
+ reasonable manner on or through a medium customarily used
167
+ for software exchange.
168
+
169
+ 3.2. Modifications.
170
+
171
+ The Modifications that You create or to which You
172
+ contribute are governed by the terms of this License. You
173
+ represent that You believe Your Modifications are Your
174
+ original creation(s) and/or You have sufficient rights to
175
+ grant the rights conveyed by this License.
176
+
177
+ 3.3. Required Notices.
178
+
179
+ You must include a notice in each of Your Modifications
180
+ that identifies You as the Contributor of the Modification.
181
+ You may not remove or alter any copyright, patent or
182
+ trademark notices contained within the Covered Software, or
183
+ any notices of licensing or any descriptive text giving
184
+ attribution to any Contributor or the Initial Developer.
185
+
186
+ 3.4. Application of Additional Terms.
187
+
188
+ You may not offer or impose any terms on any Covered
189
+ Software in Source Code form that alters or restricts the
190
+ applicable version of this License or the recipients"
191
+ rights hereunder. You may choose to offer, and to charge a
192
+ fee for, warranty, support, indemnity or liability
193
+ obligations to one or more recipients of Covered Software.
194
+ However, you may do so only on Your own behalf, and not on
195
+ behalf of the Initial Developer or any Contributor. You
196
+ must make it absolutely clear that any such warranty,
197
+ support, indemnity or liability obligation is offered by
198
+ You alone, and You hereby agree to indemnify the Initial
199
+ Developer and every Contributor for any liability incurred
200
+ by the Initial Developer or such Contributor as a result of
201
+ warranty, support, indemnity or liability terms You offer.
202
+
203
+
204
+ 3.5. Distribution of Executable Versions.
205
+
206
+ You may distribute the Executable form of the Covered
207
+ Software under the terms of this License or under the terms
208
+ of a license of Your choice, which may contain terms
209
+ different from this License, provided that You are in
210
+ compliance with the terms of this License and that the
211
+ license for the Executable form does not attempt to limit
212
+ or alter the recipient"s rights in the Source Code form
213
+ from the rights set forth in this License. If You
214
+ distribute the Covered Software in Executable form under a
215
+ different license, You must make it absolutely clear that
216
+ any terms which differ from this License are offered by You
217
+ alone, not by the Initial Developer or Contributor. You
218
+ hereby agree to indemnify the Initial Developer and every
219
+ Contributor for any liability incurred by the Initial
220
+ Developer or such Contributor as a result of any such terms
221
+ You offer.
222
+
223
+ 3.6. Larger Works.
224
+
225
+ You may create a Larger Work by combining Covered Software
226
+ with other code not governed by the terms of this License
227
+ and distribute the Larger Work as a single product. In such
228
+ a case, You must make sure the requirements of this License
229
+ are fulfilled for the Covered Software.
230
+
231
+ 4. Versions of the License.
232
+
233
+ 4.1. New Versions.
234
+
235
+ Sun Microsystems, Inc. is the initial license steward and
236
+ may publish revised and/or new versions of this License
237
+ from time to time. Each version will be given a
238
+ distinguishing version number. Except as provided in
239
+ Section 4.3, no one other than the license steward has the
240
+ right to modify this License.
241
+
242
+ 4.2. Effect of New Versions.
243
+
244
+ You may always continue to use, distribute or otherwise
245
+ make the Covered Software available under the terms of the
246
+ version of the License under which You originally received
247
+ the Covered Software. If the Initial Developer includes a
248
+ notice in the Original Software prohibiting it from being
249
+ distributed or otherwise made available under any
250
+ subsequent version of the License, You must distribute and
251
+ make the Covered Software available under the terms of the
252
+ version of the License under which You originally received
253
+ the Covered Software. Otherwise, You may also choose to
254
+ use, distribute or otherwise make the Covered Software
255
+ available under the terms of any subsequent version of the
256
+ License published by the license steward.
257
+
258
+ 4.3. Modified Versions.
259
+
260
+ When You are an Initial Developer and You want to create a
261
+ new license for Your Original Software, You may create and
262
+ use a modified version of this License if You: (a) rename
263
+ the license and remove any references to the name of the
264
+ license steward (except to note that the license differs
265
+ from this License); and (b) otherwise make it clear that
266
+ the license contains terms which differ from this License.
267
+
268
+
269
+ 5. DISCLAIMER OF WARRANTY.
270
+
271
+ COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
272
+ BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
273
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
274
+ SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
275
+ PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
276
+ PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
277
+ COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
278
+ INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
279
+ ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
280
+ WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
281
+ ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
282
+ DISCLAIMER.
283
+
284
+ 6. TERMINATION.
285
+
286
+ 6.1. This License and the rights granted hereunder will
287
+ terminate automatically if You fail to comply with terms
288
+ herein and fail to cure such breach within 30 days of
289
+ becoming aware of the breach. Provisions which, by their
290
+ nature, must remain in effect beyond the termination of
291
+ this License shall survive.
292
+
293
+ 6.2. If You assert a patent infringement claim (excluding
294
+ declaratory judgment actions) against Initial Developer or
295
+ a Contributor (the Initial Developer or Contributor against
296
+ whom You assert such claim is referred to as "Participant")
297
+ alleging that the Participant Software (meaning the
298
+ Contributor Version where the Participant is a Contributor
299
+ or the Original Software where the Participant is the
300
+ Initial Developer) directly or indirectly infringes any
301
+ patent, then any and all rights granted directly or
302
+ indirectly to You by such Participant, the Initial
303
+ Developer (if the Initial Developer is not the Participant)
304
+ and all Contributors under Sections 2.1 and/or 2.2 of this
305
+ License shall, upon 60 days notice from Participant
306
+ terminate prospectively and automatically at the expiration
307
+ of such 60 day notice period, unless if within such 60 day
308
+ period You withdraw Your claim with respect to the
309
+ Participant Software against such Participant either
310
+ unilaterally or pursuant to a written agreement with
311
+ Participant.
312
+
313
+ 6.3. In the event of termination under Sections 6.1 or 6.2
314
+ above, all end user licenses that have been validly granted
315
+ by You or any distributor hereunder prior to termination
316
+ (excluding licenses granted to You by any distributor)
317
+ shall survive termination.
318
+
319
+ 7. LIMITATION OF LIABILITY.
320
+
321
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
322
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
323
+ INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
324
+ COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
325
+ LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
326
+ CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
327
+ LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
328
+ STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
329
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
330
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
331
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
332
+ INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
333
+ APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
334
+ NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
335
+ CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
336
+ APPLY TO YOU.
337
+
338
+ 8. U.S. GOVERNMENT END USERS.
339
+
340
+ The Covered Software is a "commercial item," as that term is
341
+ defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
342
+ computer software" (as that term is defined at 48 C.F.R. "
343
+ 252.227-7014(a)(1)) and "commercial computer software
344
+ documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
345
+ 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
346
+ through 227.7202-4 (June 1995), all U.S. Government End Users
347
+ acquire Covered Software with only those rights set forth herein.
348
+ This U.S. Government Rights clause is in lieu of, and supersedes,
349
+ any other FAR, DFAR, or other clause or provision that addresses
350
+ Government rights in computer software under this License.
351
+
352
+ 9. MISCELLANEOUS.
353
+
354
+ This License represents the complete agreement concerning subject
355
+ matter hereof. If any provision of this License is held to be
356
+ unenforceable, such provision shall be reformed only to the
357
+ extent necessary to make it enforceable. This License shall be
358
+ governed by the law of the jurisdiction specified in a notice
359
+ contained within the Original Software (except to the extent
360
+ applicable law, if any, provides otherwise), excluding such
361
+ jurisdiction"s conflict-of-law provisions. Any litigation
362
+ relating to this License shall be subject to the jurisdiction of
363
+ the courts located in the jurisdiction and venue specified in a
364
+ notice contained within the Original Software, with the losing
365
+ party responsible for costs, including, without limitation, court
366
+ costs and reasonable attorneys" fees and expenses. The
367
+ application of the United Nations Convention on Contracts for the
368
+ International Sale of Goods is expressly excluded. Any law or
369
+ regulation which provides that the language of a contract shall
370
+ be construed against the drafter shall not apply to this License.
371
+ You agree that You alone are responsible for compliance with the
372
+ United States export administration regulations (and the export
373
+ control laws and regulation of any other countries) when You use,
374
+ distribute or otherwise make available any Covered Software.
375
+
376
+ 10. RESPONSIBILITY FOR CLAIMS.
377
+
378
+ As between Initial Developer and the Contributors, each party is
379
+ responsible for claims and damages arising, directly or
380
+ indirectly, out of its utilization of rights under this License
381
+ and You agree to work with Initial Developer and Contributors to
382
+ distribute such responsibility on an equitable basis. Nothing
383
+ herein is intended or shall be deemed to constitute any admission
384
+ of liability.
@@ -0,0 +1,213 @@
1
+ Common Public License Version 1.0
2
+
3
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
4
+ LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
5
+ CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
6
+
7
+ 1. DEFINITIONS
8
+
9
+ "Contribution" means:
10
+
11
+ a) in the case of the initial Contributor, the initial code and documentation
12
+ distributed under this Agreement, and
13
+
14
+ b) in the case of each subsequent Contributor:
15
+
16
+ i) changes to the Program, and
17
+
18
+ ii) additions to the Program;
19
+
20
+ where such changes and/or additions to the Program originate from and are
21
+ distributed by that particular Contributor. A Contribution 'originates' from
22
+ a Contributor if it was added to the Program by such Contributor itself or
23
+ anyone acting on such Contributor's behalf. Contributions do not include
24
+ additions to the Program which: (i) are separate modules of software
25
+ distributed in conjunction with the Program under their own license
26
+ agreement, and (ii) are not derivative works of the Program.
27
+
28
+ "Contributor" means any person or entity that distributes the Program.
29
+
30
+ "Licensed Patents " mean patent claims licensable by a Contributor which are
31
+ necessarily infringed by the use or sale of its Contribution alone or when
32
+ combined with the Program.
33
+
34
+ "Program" means the Contributions distributed in accordance with this Agreement.
35
+
36
+ "Recipient" means anyone who receives the Program under this Agreement, including
37
+ all Contributors.
38
+
39
+ 2. GRANT OF RIGHTS
40
+
41
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
42
+ Recipient a non-exclusive, worldwide, royalty-free copyright license to
43
+ reproduce, prepare derivative works of, publicly display, publicly perform,
44
+ distribute and sublicense the Contribution of such Contributor, if any, and
45
+ such derivative works, in source code and object code form.
46
+
47
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
48
+ Recipient a non-exclusive, worldwide, royalty-free patent license under
49
+ Licensed Patents to make, use, sell, offer to sell, import and otherwise
50
+ transfer the Contribution of such Contributor, if any, in source code and
51
+ object code form. This patent license shall apply to the combination of the
52
+ Contribution and the Program if, at the time the Contribution is added by
53
+ the Contributor, such addition of the Contribution causes such combination
54
+ to be covered by the Licensed Patents. The patent license shall not apply to
55
+ any other combinations which include the Contribution. No hardware per se is
56
+ licensed hereunder.
57
+
58
+ c) Recipient understands that although each Contributor grants the licenses
59
+ to its Contributions set forth herein, no assurances are provided by any
60
+ Contributor that the Program does not infringe the patent or other
61
+ intellectual property rights of any other entity. Each Contributor disclaims
62
+ any liability to Recipient for claims brought by any other entity based on
63
+ infringement of intellectual property rights or otherwise. As a condition to
64
+ exercising the rights and licenses granted hereunder, each Recipient hereby
65
+ assumes sole responsibility to secure any other intellectual property rights
66
+ needed, if any. For example, if a third party patent license is required to
67
+ allow Recipient to distribute the Program, it is Recipient's responsibility
68
+ to acquire that license before distributing the Program.
69
+
70
+ d) Each Contributor represents that to its knowledge it has sufficient
71
+ copyright rights in its Contribution, if any, to grant the copyright license
72
+ set forth in this Agreement.
73
+
74
+ 3. REQUIREMENTS
75
+
76
+ A Contributor may choose to distribute the Program in object code form under its
77
+ own license agreement, provided that:
78
+
79
+ a) it complies with the terms and conditions of this Agreement; and
80
+
81
+ b) its license agreement:
82
+
83
+ i) effectively disclaims on behalf of all Contributors all warranties and
84
+ conditions, express and implied, including warranties or conditions of title
85
+ and non-infringement, and implied warranties or conditions of merchantability
86
+ and fitness for a particular purpose;
87
+
88
+ ii) effectively excludes on behalf of all Contributors all liability for
89
+ damages, including direct, indirect, special, incidental and consequential
90
+ damages, such as lost profits;
91
+
92
+ iii) states that any provisions which differ from this Agreement are offered
93
+ by that Contributor alone and not by any other party; and
94
+
95
+ iv) states that source code for the Program is available from such Contributor,
96
+ and informs licensees how to obtain it in a reasonable manner on or through
97
+ a medium customarily used for software exchange.
98
+
99
+ When the Program is made available in source code form:
100
+
101
+ a) it must be made available under this Agreement; and
102
+
103
+ b) a copy of this Agreement must be included with each copy of the Program.
104
+
105
+ Contributors may not remove or alter any copyright notices contained within the Program.
106
+
107
+ Each Contributor must identify itself as the originator of its Contribution, if
108
+ any, in a manner that reasonably allows subsequent Recipients to identify the
109
+ originator of the Contribution.
110
+
111
+ 4. COMMERCIAL DISTRIBUTION
112
+
113
+ Commercial distributors of software may accept certain responsibilities with
114
+ respect to end users, business partners and the like. While this license is
115
+ intended to facilitate the commercial use of the Program, the Contributor who
116
+ includes the Program in a commercial product offering should do so in a manner
117
+ which does not create potential liability for other Contributors. Therefore, if
118
+ a Contributor includes the Program in a commercial product offering, such
119
+ Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
120
+ every other Contributor ("Indemnified Contributor") against any losses, damages
121
+ and costs (collectively "Losses") arising from claims, lawsuits and other legal
122
+ actions brought by a third party against the Indemnified Contributor to the
123
+ extent caused by the acts or omissions of such Commercial Contributor in
124
+ connection with its distribution of the Program in a commercial product offering.
125
+ The obligations in this section do not apply to any claims or Losses relating to
126
+ any actual or alleged intellectual property infringement. In order to qualify,
127
+ an Indemnified Contributor must: a) promptly notify the Commercial Contributor
128
+ n writing of such claim, and b) allow the Commercial Contributor to control,
129
+ and cooperate with the Commercial Contributor in, the defense and any related
130
+ settlement negotiations. The Indemnified Contributor may participate in any such
131
+ claim at its own expense.
132
+
133
+ For example, a Contributor might include the Program in a commercial product
134
+ offering, Product X. That Contributor is then a Commercial Contributor. If that
135
+ Commercial Contributor then makes performance claims, or offers warranties
136
+ related to Product X, those performance claims and warranties are such Commercial
137
+ Contributor's responsibility alone. Under this section, the Commercial
138
+ Contributor would have to defend claims against the other Contributors related
139
+ to those performance claims and warranties, and if a court requires any other
140
+ Contributor to pay any damages as a result, the Commercial Contributor must pay
141
+ those damages.
142
+
143
+ 5. NO WARRANTY
144
+
145
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
146
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
147
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
148
+ NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
149
+ Recipient is solely responsible for determining the appropriateness of using
150
+ and distributing the Program and assumes all risks associated with its exercise
151
+ of rights under this Agreement, including but not limited to the risks and costs
152
+ of program errors, compliance with applicable laws, damage to or loss of data,
153
+ programs or equipment, and unavailability or interruption of operations.
154
+
155
+ 6. DISCLAIMER OF LIABILITY
156
+
157
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
158
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
159
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
160
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
161
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
162
+ WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
163
+ GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
164
+
165
+ 7. GENERAL
166
+
167
+ If any provision of this Agreement is invalid or unenforceable under applicable
168
+ law, it shall not affect the validity or enforceability of the remainder of the
169
+ terms of this Agreement, and without further action by the parties hereto, such
170
+ provision shall be reformed to the minimum extent necessary to make such
171
+ provision valid and enforceable.
172
+
173
+ If Recipient institutes patent litigation against a Contributor with respect to
174
+ a patent applicable to software (including a cross-claim or counterclaim in a
175
+ lawsuit), then any patent licenses granted by that Contributor to such Recipient
176
+ under this Agreement shall terminate as of the date such litigation is filed.
177
+ In addition, if Recipient institutes patent litigation against any entity
178
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the Program
179
+ itself (excluding combinations of the Program with other software or hardware)
180
+ infringes such Recipient's patent(s), then such Recipient's rights granted under
181
+ Section 2(b) shall terminate as of the date such litigation is filed.
182
+
183
+ All Recipient's rights under this Agreement shall terminate if it fails to comply
184
+ with any of the material terms or conditions of this Agreement and does not cure
185
+ such failure in a reasonable period of time after becoming aware of such
186
+ noncompliance. If all Recipient's rights under this Agreement terminate, Recipient
187
+ agrees to cease use and distribution of the Program as soon as reasonably
188
+ practicable. However, Recipient's obligations under this Agreement and any
189
+ licenses granted by Recipient relating to the Program shall continue and survive.
190
+
191
+ Everyone is permitted to copy and distribute copies of this Agreement, but in
192
+ order to avoid inconsistency the Agreement is copyrighted and may only be modified
193
+ in the following manner. The Agreement Steward reserves the right to publish new
194
+ versions (including revisions) of this Agreement from time to time. No one other
195
+ than the Agreement Steward has the right to modify this Agreement. IBM is the
196
+ initial Agreement Steward. IBM may assign the responsibility to serve as the
197
+ Agreement Steward to a suitable separate entity. Each new version of the Agreement
198
+ will be given a distinguishing version number. The Program (including Contributions)
199
+ may always be distributed subject to the version of the Agreement under which it
200
+ was received. In addition, after a new version of the Agreement is published,
201
+ Contributor may elect to distribute the Program (including its Contributions)
202
+ under the new version. Except as expressly stated in Sections 2(a) and 2(b) above,
203
+ Recipient receives no rights or licenses to the intellectual property of any
204
+ Contributor under this Agreement, whether expressly, by implication, estoppel or
205
+ otherwise. All rights in the Program not expressly granted under this Agreement
206
+ are reserved.
207
+
208
+ This Agreement is governed by the laws of the State of New York and the
209
+ intellectual property laws of the United States of America. No party to this
210
+ Agreement will bring a legal action under this Agreement more than one year after
211
+ the cause of action arose. Each party waives its rights to a jury trial in any
212
+ resulting litigation.
213
+
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Copyright (c) 2005 Brian Goetz and Tim Peierls
3
+ * Released under the Creative Commons Attribution License
4
+ * (http://creativecommons.org/licenses/by/2.5)
5
+ * Official home: http://www.jcip.net
6
+ *
7
+ * Any republication or derived work distributed in source code form
8
+ * must include this copyright and license notice.
9
+ */
10
+
@@ -0,0 +1,13 @@
1
+ Eclipse Distribution License - v 1.0
2
+
3
+ Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
4
+
5
+ All rights reserved.
6
+
7
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
8
+
9
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
10
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
+ Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
12
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13
+