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,117 @@
1
+ #!/bin/sh
2
+
3
+ DIRNAME=`dirname "$0"`
4
+ PROGNAME=`basename "$0"`
5
+ GREP="grep"
6
+
7
+ # Use the maximum available, or set MAX_FD != -1 to use that
8
+ MAX_FD="maximum"
9
+
10
+ #
11
+ # Helper to complain.
12
+ #
13
+ warn() {
14
+ echo "${PROGNAME}: $*"
15
+ }
16
+
17
+ #
18
+ # Helper to puke.
19
+ #
20
+ die() {
21
+ warn $*
22
+ exit 1
23
+ }
24
+
25
+ # OS specific support (must be 'true' or 'false').
26
+ cygwin=false;
27
+ darwin=false;
28
+ linux=false;
29
+ case "`uname`" in
30
+ CYGWIN*)
31
+ cygwin=true
32
+ ;;
33
+
34
+ Darwin*)
35
+ darwin=true
36
+ ;;
37
+
38
+ Linux)
39
+ linux=true
40
+ ;;
41
+ esac
42
+
43
+ # For Cygwin, ensure paths are in UNIX format before anything is touched
44
+ if $cygwin ; then
45
+ [ -n "$JBOSS_HOME" ] &&
46
+ JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"`
47
+ [ -n "$JAVA_HOME" ] &&
48
+ JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
49
+ [ -n "$JAVAC_JAR" ] &&
50
+ JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"`
51
+ fi
52
+
53
+ # Setup JBOSS_HOME
54
+ # Setup JBOSS_HOME
55
+ RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd`
56
+ if [ "x$JBOSS_HOME" = "x" ]; then
57
+ # get the full path (without any relative bits)
58
+ JBOSS_HOME=$RESOLVED_JBOSS_HOME
59
+ else
60
+ SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME/.."; pwd`
61
+ if [ "$RESOLVED_JBOSS" != "$SANITIZED_JBOSS_HOME" ]; then
62
+ echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur."
63
+ echo ""
64
+ fi
65
+ fi
66
+ export JBOSS_HOME
67
+
68
+ # Setup the JVM
69
+ if [ "x$JAVA" = "x" ]; then
70
+ if [ "x$JAVA_HOME" != "x" ]; then
71
+ JAVA="$JAVA_HOME/bin/java"
72
+ else
73
+ JAVA="java"
74
+ fi
75
+ fi
76
+
77
+ if [ "x$JBOSS_MODULEPATH" = "x" ]; then
78
+ JBOSS_MODULEPATH="$JBOSS_HOME/modules"
79
+ fi
80
+
81
+ ###
82
+ # Setup the JBoss Vault Tool classpath
83
+ ###
84
+
85
+ # Shared libs
86
+ JBOSS_VAULT_CLASSPATH="$JBOSS_MODULEPATH/org/picketbox/main/*"
87
+ JBOSS_VAULT_CLASSPATH="$JBOSS_VAULT_CLASSPATH:$JBOSS_MODULEPATH/org/jboss/logging/main/*"
88
+ JBOSS_VAULT_CLASSPATH="$JBOSS_VAULT_CLASSPATH:$JBOSS_MODULEPATH/org/jboss/common-core/main/*"
89
+ JBOSS_VAULT_CLASSPATH="$JBOSS_VAULT_CLASSPATH:$JBOSS_MODULEPATH/org/jboss/as/security/main/*"
90
+
91
+ export JBOSS_VAULT_CLASSPATH
92
+
93
+ # For Cygwin, switch paths to Windows format before running java
94
+ if $cygwin; then
95
+ JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"`
96
+ JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
97
+ JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"`
98
+ JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
99
+ JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"`
100
+ JBOSS_VAULT_CLASSPATH=`cygpath --path --windows "$JBOSS_VAULT_CLASSPATH"`
101
+ fi
102
+
103
+ # Display our environment
104
+ echo "========================================================================="
105
+ echo ""
106
+ echo " JBoss Vault"
107
+ echo ""
108
+ echo " JBOSS_HOME: $JBOSS_HOME"
109
+ echo ""
110
+ echo " JAVA: $JAVA"
111
+ echo ""
112
+ echo " VAULT Classpath: $JBOSS_VAULT_CLASSPATH"
113
+ echo "========================================================================="
114
+ echo ""
115
+
116
+ "$JAVA" -classpath "$JBOSS_VAULT_CLASSPATH" \
117
+ org.jboss.as.security.vault.VaultTool
@@ -0,0 +1,64 @@
1
+ Ales Justin <ales.justin@gmail.com>
2
+ Alessio Soldano <alessio.soldano@jboss.com>
3
+ Alexey Loubyansky <alex@jboss.org>
4
+ Alexey Loubyansky <olubyans@tstudio.(none)>
5
+ Andrew Dinn <adinn@redhat.com>
6
+ Andrew Lee Rubinger <alr@jboss.org>
7
+ Andy Taylor <ataylor@redhat.com>
8
+ Anil Saldhana <anil.saldhana@jboss.com>
9
+ Aslak Knutsen <aslak@redhat.com>
10
+ Bob McWhirter <bob@mcwhirter.org>
11
+ Brian Stansberry <brian.stansberry@jboss.com>
12
+ Brian Stansberry <brian.stansberry@redhat.com>
13
+ Brian Stansberry <bstansberry@jboss.com>
14
+ Carlo de Wolf <carlo@nerdnet.nl>
15
+ Carlo de Wolf <cdewolf@redhat.com>
16
+ Darran Lofthouse <darran.lofthouse@jboss.com>
17
+ David Bosschaert <david.bosschaert@gmail.com>
18
+ David M. Lloyd <david.lloyd@redhat.com>
19
+ David M. Lloyd <dmlloyd@flurg.com>
20
+ Dimitris Andreadis <dandread@redhat.com>
21
+ Dimitris Andreadis <dimitris@redhat.com>
22
+ Emanuel Muckenhuber <emuckenh@redhat.com>
23
+ Flavia Rainone <flavia.rainone@jboss.com>
24
+ Heiko Braun <ike.braun@googlemail.com>
25
+ Howard Gao <hgao@redhat.com>
26
+ Jaikiran Pai <jaikiran.pai@gmail.com>
27
+ James Perkins <jperkins@redhat.com>
28
+ James Perkins <jrperkinsjr@gmail.com>
29
+ Jason T. Greene <jason.greene@redhat.com>
30
+ Jason T. Greene <jason@stacksmash.com>
31
+ Jean-Frederic Clere <jfclere@gmail.com>
32
+ Jean-Frederic Clere <jfclere@jfcpc.(none)>
33
+ Jeff Zhang <jeff.zhang@jboss.org>
34
+ Jesper Pedersen <jesper.pedersen@redhat.com>
35
+ Jim Ma <ema@redhat.com>
36
+ John Bailey <baileyje@gmail.com>
37
+ John E. Bailey <baileyje@gmail.com>
38
+ John E. Bailey <jbailey@redhat.com>
39
+ Jonathan Pearlin <jdp.grails.dev@gmail.com>
40
+ Kabir Kahn <kkhan@redhat.com>
41
+ Marcus Moyses <marcus.moyses@gmail.com>
42
+ Marcus Moyses <mmoyses@redhat.com>
43
+ Marius Bogoevici <marius.bogoevici@gmail.com>
44
+ Max Rydahl Andersen <max@jboss.org>
45
+ Paul Ferraro <paul.ferraro@redhat.com>
46
+ Paul Gier <pgier@redhat.com>
47
+ Pete Muir <pmuir@bleepbleep.org.uk>
48
+ Richard Opalka <ropalka@redhat.com>
49
+ Rémy Maucherat <remm@ws.remm.hd.free.fr>
50
+ Rémy Maucherat <rmaucher@redhat.com>
51
+ Scott M Stark <scott.stark@jboss.org>
52
+ Scott Marlow <smarlow@redhat.com>
53
+ Shelly McGowan <smcgowan@redhat.com>
54
+ Stan Silvert <ssilvert@jboss.com>
55
+ Stan Silvert <ssilvert@redhat.com>
56
+ Stefan Guilhen <sguilhen@redhat.com>
57
+ Stefano Maestri <stefano.maestri@javalinux.it>
58
+ Steve Ebersole <steve@hibernate.org>
59
+ Stuart Douglas <stuart.w.douglas@gmail.com>
60
+ Stuart Douglas <stuart@stuart-thinkpad.localdomain>
61
+ Thomas Diesler <thomas.diesler@jboss.com>
62
+ Tomaz Cerar <tomaz.cerar@gmail.com>
63
+ Vladimir Dosoudil <dosoudil@redhat.com>
64
+ Weston Price <wmprice@redhat.com>
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,69 @@
1
+ FreeMarker 1.x was released under the LGPL license. Later, by community
2
+ consensus, we have switched over to a BSD-style license. As of FreeMarker
3
+ 2.2pre1, the original author, Benjamin Geer, has relinquished the copyright in
4
+ behalf of Visigoth Software Society. The current copyright holder is the
5
+ Visigoth Software Society.
6
+
7
+ ------------------------------------------------------------------------------
8
+ Copyright (c) 2003 The Visigoth Software Society. All rights reserved.
9
+
10
+ Redistribution and use in source and binary forms, with or without
11
+ modification, are permitted provided that the following conditions are met:
12
+
13
+ 1. Redistributions of source code must retain the above copyright notice,
14
+ this list of conditions and the following disclaimer.
15
+
16
+ 2. The end-user documentation included with the redistribution, if any, must
17
+ include the following acknowlegement:
18
+ "This product includes software developed by the
19
+ Visigoth Software Society (http://www.visigoths.org/)."
20
+ Alternately, this acknowlegement may appear in the software itself, if and
21
+ wherever such third-party acknowlegements normally appear.
22
+
23
+ 3. Neither the name "FreeMarker", "Visigoth", nor any of the names of the
24
+ project contributors may be used to endorse or promote products derived
25
+ from this software without prior written permission. For written
26
+ permission, please contact visigoths@visigoths.org.
27
+
28
+ 4. Products derived from this software may not be called "FreeMarker" or
29
+ "Visigoth" nor may "FreeMarker" or "Visigoth" appear in their names
30
+ without prior written permission of the Visigoth Software Society.
31
+
32
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
33
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
34
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
35
+ VISIGOTH SOFTWARE SOCIETY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
36
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
37
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
39
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
40
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
41
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
+ ------------------------------------------------------------------------------
43
+
44
+ This software consists of voluntary contributions made by many individuals on
45
+ behalf of the Visigoth Software Society. For more information on the Visigoth
46
+ Software Society, please see http://www.visigoths.org/
47
+
48
+ ------------------------------------------------------------------------------
49
+
50
+ FREEMARKER SUBCOMPONENTS UNDER DIFFERENT LICENSE:
51
+
52
+ FreeMarker includes a number of subcomponents that are licensed by the Apache
53
+ Software Foundation under the Apache License, Version 2.0. Your use of these
54
+ subcomponents is subject to the terms and conditions of the Apache License,
55
+ Version 2.0. You may obtain a copy of the License at
56
+
57
+ http://www.apache.org/licenses/LICENSE-2.0
58
+
59
+ The subcomponents under this licence are the following files, which are
60
+ included both in freemarker.jar and in the source code:
61
+
62
+ freemarker/ext/jsp/web-app_2_2.dtd
63
+ freemarker/ext/jsp/web-app_2_3.dtd
64
+ freemarker/ext/jsp/web-app_2_4.xsd
65
+ freemarker/ext/jsp/web-app_2_5.xsd
66
+ freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd
67
+ freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd
68
+ freemarker/ext/jsp/web-jsptaglibrary_2_0.xsd
69
+ freemarker/ext/jsp/web-jsptaglibrary_2_1.xsd