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,312 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" />
7
+ <title>The Jython License</title>
8
+ <link rel="stylesheet" href="../cssold/html4css1.css" type="text/css" />
9
+ <link type="text/css" href="css/newstyle.css" rel="stylesheet">
10
+ <!--[if lt IE 7]>
11
+ <script defer type="text/javascript" src="css/pngfix.js"></script>
12
+ <![endif]-->
13
+ <script src="css/twitter-1.12.2.js" type="text/javascript" charset="utf-8"></script>
14
+ <script type="text/javascript" charset="utf-8">
15
+ getSearchTwitters('tweet', {
16
+ id: 'jython',
17
+ count: 10,
18
+ enableLinks: true,
19
+ ignoreReplies: false,
20
+ clearContents: true,
21
+ template: '%text%'
22
+ });
23
+ </script>
24
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
25
+ <script type="text/javascript" src="css/ddaccordion.js">
26
+ /***********************************************
27
+ * Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
28
+ * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
29
+ * This notice must stay intact for legal use
30
+ ***********************************************/
31
+ </script>
32
+ <script type="text/javascript">
33
+ ddaccordion.init({
34
+ headerclass: "silverheader", //Shared CSS class name of headers group
35
+ contentclass: "submenu", //Shared CSS class name of contents group
36
+ revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
37
+ mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
38
+ collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
39
+ defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc] [] denotes no content
40
+ onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed)
41
+ animatedefault: false, //Should contents open by default be animated into view?
42
+ persiststate: true, //persist state of opened contents within browser session?
43
+ toggleclass: ["", "selected"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
44
+ togglehtml: ["", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
45
+ animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
46
+ oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
47
+ //do nothing
48
+ },
49
+ onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
50
+ //do nothing
51
+ }
52
+ })
53
+ </script>
54
+ </head>
55
+ <body>
56
+ <div id="container">
57
+ <div id="top">
58
+ <div id="header">
59
+ <div id="grouplogo">
60
+ <a href="./" ><img class="logoImage" alt="Jython" style="border: 0px; padding-top: 20px; position:absolute; left: 35px" src="css/jython.png" title="Jython"></a>
61
+ </div>
62
+ <div class="latest_release" style="position:absolute; color:#000; width:180px; top: 15px; right: 30px; padding:0px 10px 10px 30px; font-size:11px; background:url('css/latest_release_bg.png') no-repeat">
63
+ <p style="top: 25px; color:#000">Latest release - 2.5.3b1<br/>
64
+ <a style="color:#000" href="latest.html">View Release Notes</a><br/>
65
+ Download: <a style="color:#000" href="http://sourceforge.net/projects/jython/files/jython-dev/2.5.3b1/jython_installer-2.5.3b1.jar/download">.jar</a>
66
+ </div>
67
+ <div class="searchbox">
68
+ <form action="http://www.google.com/search" method="get" class="roundtopsmall">
69
+ <input value="www.jython.org" name="sitesearch" type="hidden"><input size="25" id="searchbox" name="q" id="query" type="text">&nbsp;
70
+ <input name="Search" value="Search" type="submit">
71
+ </form></p>
72
+ </div>
73
+ </div></div>
74
+ <h2 id="topper">Jython: Python for the Java Platform</h2>
75
+ <div id="wrapper">
76
+ <div id="content"><div class="document" id="the-jython-license">
77
+ <h1 class="title">The Jython License</h1>
78
+
79
+ <div class="section" id="a-terms-and-conditions-for-accessing-or-otherwise-using-jython">
80
+ <h1>A. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING JYTHON</h1>
81
+ <div class="section" id="python-software-foundation-license-version-2">
82
+ <h2>PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2</h2>
83
+ <p>1. This LICENSE AGREEMENT is between the Python Software Foundation
84
+ (&quot;PSF&quot;), and the Individual or Organization (&quot;Licensee&quot;) accessing and
85
+ otherwise using this software (&quot;Jython&quot;) in source or binary form and
86
+ its associated documentation.</p>
87
+ <p>2. Subject to the terms and conditions of this License Agreement, PSF
88
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
89
+ license to reproduce, analyze, test, perform and/or display publicly,
90
+ prepare derivative works, distribute, and otherwise use Jython alone
91
+ or in any derivative version, provided, however, that PSF's License
92
+ Agreement and PSF's notice of copyright, i.e., &quot;Copyright (c) 2007
93
+ Python Software Foundation; All Rights Reserved&quot; are retained in
94
+ Jython alone or in any derivative version prepared by Licensee.</p>
95
+ <p>3. In the event Licensee prepares a derivative work that is based on
96
+ or incorporates Jython or any part thereof, and wants to make
97
+ the derivative work available to others as provided herein, then
98
+ Licensee hereby agrees to include in any such work a brief summary of
99
+ the changes made to Jython.</p>
100
+ <p>4. PSF is making Jython available to Licensee on an &quot;AS IS&quot;
101
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
102
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
103
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
104
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF JYTHON WILL NOT
105
+ INFRINGE ANY THIRD PARTY RIGHTS.</p>
106
+ <p>5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF JYTHON
107
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
108
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING JYTHON,
109
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.</p>
110
+ <p>6. This License Agreement will automatically terminate upon a material
111
+ breach of its terms and conditions.</p>
112
+ <p>7. Nothing in this License Agreement shall be deemed to create any
113
+ relationship of agency, partnership, or joint venture between PSF and
114
+ Licensee. This License Agreement does not grant permission to use PSF
115
+ trademarks or trade name in a trademark sense to endorse or promote
116
+ products or services of Licensee, or any third party.</p>
117
+ <p>8. By copying, installing or otherwise using Jython, Licensee
118
+ agrees to be bound by the terms and conditions of this License
119
+ Agreement.</p>
120
+ </div>
121
+ <div class="section" id="jython-2-0-2-1-license">
122
+ <h2>Jython 2.0, 2.1 License</h2>
123
+ <p>Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers
124
+ All rights reserved.</p>
125
+ <p>Redistribution and use in source and binary forms, with or without
126
+ modification, are permitted provided that the following conditions
127
+ are met:</p>
128
+ <blockquote>
129
+ <ul class="simple">
130
+ <li>Redistributions of source code must retain the above copyright
131
+ notice, this list of conditions and the following disclaimer.</li>
132
+ <li>Redistributions in binary form must reproduce the above copyright
133
+ notice, this list of conditions and the following disclaimer in
134
+ the documentation and/or other materials provided with the distribution.</li>
135
+ <li>Neither the name of the Jython Developers nor the names of
136
+ its contributors may be used to endorse or promote products
137
+ derived from this software without specific prior written permission.</li>
138
+ </ul>
139
+ </blockquote>
140
+ <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
141
+ &quot;AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
142
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
143
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
144
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
145
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
146
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
147
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
148
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
149
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
150
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
151
+ <div class="section" id="jpython-1-1-x-software-license">
152
+ <h3>JPython 1.1.x Software License.</h3>
153
+ <blockquote>
154
+ <ol class="arabic">
155
+ <li><p class="first">This LICENSE AGREEMENT is between the Corporation for National Research
156
+ Initiatives, having an office at 1895 Preston White Drive, Reston, VA
157
+ 20191 (&quot;CNRI&quot;), and the Individual or Organization (&quot;Licensee&quot;)
158
+ accessing and using JPython version 1.1.x in source or binary form and
159
+ its associated documentation as provided herein (&quot;Software&quot;).</p>
160
+ </li>
161
+ <li><p class="first">Subject to the terms and conditions of this License Agreement, CNRI
162
+ hereby grants Licensee a non-exclusive, non-transferable, royalty-free,
163
+ world-wide license to reproduce, analyze, test, perform and/or display
164
+ publicly, prepare derivative works, distribute, and otherwise use the
165
+ Software alone or in any derivative version, provided, however, that
166
+ CNRI's License Agreement and CNRI's notice of copyright, i.e.,
167
+ &quot;Copyright ©1996-1999 Corporation for National Research Initiatives;
168
+ All Rights Reserved&quot; are both retained in the Software, alone or in any
169
+ derivative version prepared by Licensee.</p>
170
+ <p>Alternatively, in lieu of CNRI's License Agreement, Licensee may
171
+ substitute the following text (omitting the quotes), provided, however,
172
+ that such text is displayed prominently in the Software alone or in any
173
+ derivative version prepared by Licensee: &quot;JPython (Version 1.1.x) is
174
+ made available subject to the terms and conditions in CNRI's License
175
+ Agreement. This Agreement may be located on the Internet using the
176
+ following unique, persistent identifier (known as a handle):
177
+ 1895.22/1006. The License may also be obtained from a proxy server on
178
+ the Web using the following URL: <a class="reference external" href="http://hdl.handle.net/1895.22/1006">http://hdl.handle.net/1895.22/1006</a>.&quot;</p>
179
+ </li>
180
+ <li><p class="first">In the event Licensee prepares a derivative work that is based on or
181
+ incorporates the Software or any part thereof, and wants to make the
182
+ derivative work available to the public as provided herein, then
183
+ Licensee hereby agrees to indicate in any such work, in a prominently
184
+ visible way, the nature of the modifications made to CNRI's Software.</p>
185
+ </li>
186
+ <li><p class="first">Licensee may not use CNRI trademarks or trade name, including JPython
187
+ or CNRI, in a trademark sense to endorse or promote products or
188
+ services of Licensee, or any third party. Licensee may use the mark
189
+ JPython in connection with Licensee's derivative versions that are
190
+ based on or incorporate the Software, but only in the form
191
+ &quot;JPython-based ___________________,&quot; or equivalent.</p>
192
+ </li>
193
+ <li><p class="first">CNRI is making the Software available to Licensee on an &quot;AS IS&quot; basis.
194
+ CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY
195
+ OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY
196
+ REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY
197
+ PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE
198
+ ANY THIRD PARTY RIGHTS.</p>
199
+ </li>
200
+ <li><p class="first">CNRI SHALL NOT BE LIABLE TO LICENSEE OR OTHER USERS OF THE SOFTWARE FOR
201
+ ANY INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
202
+ USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE
203
+ THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. SOME STATES DO NOT
204
+ ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY SO THE ABOVE DISCLAIMER
205
+ MAY NOT APPLY TO LICENSEE.</p>
206
+ </li>
207
+ <li><p class="first">This License Agreement may be terminated by CNRI (i) immediately upon
208
+ written notice from CNRI of any material breach by the Licensee, if the
209
+ nature of the breach is such that it cannot be promptly remedied; or
210
+ (ii) sixty (60) days following notice from CNRI to Licensee of a
211
+ material remediable breach, if Licensee has not remedied such breach
212
+ within that sixty-day period.</p>
213
+ </li>
214
+ <li><p class="first">This License Agreement shall be governed by and interpreted in all
215
+ respects by the law of the State of Virginia, excluding conflict of law
216
+ provisions. Nothing in this Agreement shall be deemed to create any
217
+ relationship of agency, partnership, or joint venture between CNRI and
218
+ Licensee.</p>
219
+ </li>
220
+ <li><p class="first">By clicking on the &quot;ACCEPT&quot; button where indicated, or by installing,
221
+ copying or otherwise using the Software, Licensee agrees to be bound by
222
+ the terms and conditions of this License Agreement.</p>
223
+ <blockquote>
224
+ <p>[ACCEPT BUTTON]</p>
225
+ </blockquote>
226
+ </li>
227
+ </ol>
228
+ </blockquote>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ <div class="section" id="b-history-of-the-software">
233
+ <h1>B. HISTORY OF THE SOFTWARE</h1>
234
+ <p>JPython was created in late 1997 by Jim Hugunin. Jim was also the
235
+ primary developer while he was at CNRI. In February 1999 Barry Warsaw
236
+ took over as primary developer and released JPython version 1.1.</p>
237
+ <p>In October 2000 Barry helped move the software to SourceForge
238
+ where it was renamed to Jython. Jython 2.0 and 2.1 were developed
239
+ under the Jython specific license below.</p>
240
+ <p>From the 2.2 release on, Jython contributors have signed
241
+ Python Software Foundation contributor agreements and releases are
242
+ covered under the Python Software Foundation license version 2.</p>
243
+ <p>The standard library is covered by the Python Software Foundation
244
+ license as well. See the Lib/LICENSE file for details.</p>
245
+ <p>The zxJDBC package was written by Brian Zimmer and originally licensed
246
+ under the GNU Public License. The package is now covered by the Jython
247
+ Software License.</p>
248
+ <p>The command line interpreter is covered by the Apache Software
249
+ License. See the org/apache/LICENSE file for details.</p>
250
+ </div>
251
+ </div>
252
+ <div class="footer">
253
+ <hr class="footer" />
254
+ <a class="reference external" href="license.txt">View document source</a>.
255
+
256
+ </div>
257
+ </div>
258
+ </div>
259
+ <div id="navigation"><div class="navcontainer"><ul class="navlist">
260
+ <li class="menutitle">About</li>
261
+ <li class="menupageitem"><a href="index.html">Welcome</a></li>
262
+ <li class="menupageitem"><a href="downloads.html">Download</a></li>
263
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/InstallationInstructions">Installation</a></li>
264
+ <li class="menupageitem"><a href="http://sourceforge.net/mail/?group_id=12867">Mailing Lists</a></li>
265
+ <li class="menupageitem"><a href="license.html">License</a></li>
266
+ <li class="menupageitem"><a href="http://www.python.org/psf/">Foundation</a></li>
267
+ <li class="menupageitem"><a href="oldsites.html">Archived Sites</a></li>
268
+ <li class="menupageitem"><a href="acknowledgments.html">Acknowledgments</a></li>
269
+ <li class="menutitle">Documentation</li>
270
+ <li class="menupageitem"><a href="currentdocs.html">Current Docs</a></li>
271
+ <li class="menupageitem"><a href="http://www.jython.org/jythonbook/en/1.0">Jython Book</a></li>
272
+ <li class="menutitle">Wiki links</li>
273
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/">Front page/News</a></li>
274
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/JythonFaq">FAQ</a></li>
275
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/WhyJython">Why Jython?</a></li>
276
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/UserGuide">User Guide</a></li>
277
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/JythonBibliography">Books and Articles</a></li>
278
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/JythonMonthly/Newsletters">Jython Monthly</a></li>
279
+ <li class="menupageitem"><a href="http://wiki.python.org/jython/ReportingBugs">Reporting Bugs</a></li>
280
+ </ul>
281
+ </div>
282
+ </div>
283
+ <div id="extra">
284
+ <div class="applemenu">
285
+ <div class="silverheader"><a>Twitter Updates</a></div>
286
+ <div class="submenu" style="height: 375px;">
287
+ <a style="font-size:8pt; color: green;" href="http://www.twitter.com/jython">Follow Jython</a><br/><br/>
288
+ <div id="tweet">
289
+ <br/>
290
+ </div></div>
291
+ <div class="silverheader"><a>Using Jython</a></div>
292
+ <div class="submenu">
293
+ <iframe src="faq.htm" style="border: 0px; width:100%;height:100%"></iframe>
294
+ </div>
295
+ <div class="silverheader"><a>IRC Chat</a></div>
296
+ <div class="submenu">
297
+ <iframe style="border: 0px; width: 100%; height: 100%" src="JythonIrcLogin.html"></iframe>
298
+ </div>
299
+ <div class="silverheader"><a>Developer Information</a></div>
300
+ <div class="submenu">
301
+ <iframe src="developer.htm" style="border: 0px; width:100%; height:100%"></iframe>
302
+ </div>
303
+ </div>
304
+ <br/><br/>
305
+ </div>
306
+ <div id="footer">
307
+ <ul><li><a href="http://wiki.python.org/jython/JythonFaq">About</a></li>
308
+ <li><a href="http://www.jythonpodcast.com">Jython Podcast</a></li>
309
+ <li><a href="license.html">License</a>
310
+ </ul>
311
+ </div>
312
+ </div></body>
@@ -0,0 +1,14 @@
1
+ The MIT License
2
+
3
+ Copyright (c) <year> <copyright holders>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
6
+ to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
7
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8
+
9
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
+
11
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
13
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
14
+ OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,41 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>jaxen: universal Java XPath engine - Project License</title><style type="text/css" media="all">
2
+ @import url("./style/maven-base.css");
3
+
4
+ @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta></head><body class="composite"><div id="banner"><a href="http://codehaus.org" id="organizationLogo"><img alt="Codehaus" src="http://codehaus.org/codehaus-small.gif"></img></a><a href="http://jaxen.codehaus.org/" id="projectLogo"><img alt="jaxen" src="././jaxen.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">Last published: 12 May 2012
5
+ <span class="separator">|</span> Doc for 1.1.4
6
+ </div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menujaxen"><h5>jaxen</h5><ul><li class="none"><a href="index.html">Overview</a></li><li class="none"><a href="releases.html">Download Jaxen</a></li><li class="none"><a href="apidocs/index.html">API Documentation</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="extensions.html">Writing Extension Functions</a></li><li class="none"><a href="building.html">Build Instructions</a></li><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="status.html">Status</a></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="expanded"><a href="maven-reports.html">Project Reports</a><ul><li class="none"><a href="jdepend-report.html">Metrics</a></li><li class="none"><a href="checkstyle/index.html">Checkstyle</a></li><li class="none"><a href="cobertura/index.html" class="newWindow" title="New Window" target="_blank">Cobertura</a></li><li class="none"><a href="changelog-report.html">Change Log</a></li><li class="none"><a href="developer-activity-report.html">Developer Activity</a></li><li class="none"><strong><a href="license.html">Project License</a></strong></li><li class="none"><a href="apidocs/index.html" class="newWindow" title="New Window" target="_blank">JavaDocs</a></li><li class="none"><a href="javadoc.html">JavaDoc Report</a></li><li class="none"><a href="javadoc-warnings-report.html">JavaDoc Warnings Report</a></li><li class="none"><a href="xref/index.html" class="newWindow" title="New Window" target="_blank">Source Xref</a></li><li class="none"><a href="xref-test/index.html" class="newWindow" title="New Window" target="_blank">Test Xref</a></li><li class="none"><a href="junit-report.html">Unit Tests</a></li><li class="none"><a href="linkcheck.html">Link Check Report</a></li><li class="none"><a href="pmd-report.html">PMD Report</a></li><li class="none"><a href="findbugs-report.html">FindBugs Report</a></li></ul></li><li class="none"><a href="development-process.html">Development Process</a></li></ul></div><div id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li class="newWindow">Opens in a new window</li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/mavenlogo_builtby_w.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Project_License"></a><h2>Project License</h2><p></p>
7
+ <div class="source"><pre>/*
8
+ $Id: LICENSE.txt 1128 2006-02-05 21:49:04Z elharo $
9
+
10
+ Copyright 2003-2006 The Werken Company. All Rights Reserved.
11
+
12
+ Redistribution and use in source and binary forms, with or without
13
+ modification, are permitted provided that the following conditions are
14
+ met:
15
+
16
+ * Redistributions of source code must retain the above copyright
17
+ notice, this list of conditions and the following disclaimer.
18
+
19
+ * Redistributions in binary form must reproduce the above copyright
20
+ notice, this list of conditions and the following disclaimer in the
21
+ documentation and/or other materials provided with the distribution.
22
+
23
+ * Neither the name of the Jaxen Project nor the names of its
24
+ contributors may be used to endorse or promote products derived
25
+ from this software without specific prior written permission.
26
+
27
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
28
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
30
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
31
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
32
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
33
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
34
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
35
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
+
39
+ */
40
+ </pre></div>
41
+ </div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2001-2012, Codehaus</div><div class="clear"><hr></hr></div></div></body></html>
Binary file
@@ -0,0 +1,4 @@
1
+
2
+ org/objectweb/asm/signature
3
+ org/objectweb/asm
4
+ META-INF
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ ~ JBoss, Home of Professional Open Source.
5
+ ~ Copyright 2010, Red Hat, Inc., and individual contributors
6
+ ~ as indicated by the @author tags. See the copyright.txt file in the
7
+ ~ distribution for a full listing of individual contributors.
8
+ ~
9
+ ~ This is free software; you can redistribute it and/or modify it
10
+ ~ under the terms of the GNU Lesser General Public License as
11
+ ~ published by the Free Software Foundation; either version 2.1 of
12
+ ~ the License, or (at your option) any later version.
13
+ ~
14
+ ~ This software is distributed in the hope that it will be useful,
15
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ ~ Lesser General Public License for more details.
18
+ ~
19
+ ~ You should have received a copy of the GNU Lesser General Public
20
+ ~ License along with this software; if not, write to the Free
21
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
23
+ -->
24
+
25
+ <module xmlns="urn:jboss:module:1.1" name="asm.asm">
26
+ <properties>
27
+ <property name="jboss.api" value="private"/>
28
+ </properties>
29
+
30
+ <resources>
31
+ <resource-root path="asm-3.3.1.jar"/>
32
+ <!-- Insert resources here -->
33
+ </resources>
34
+
35
+ <dependencies>
36
+ </dependencies>
37
+ </module>
@@ -0,0 +1,10 @@
1
+ META-INF/maven/ch.qos.cal10n
2
+
3
+ ch/qos/cal10n/util
4
+ ch/qos/cal10n
5
+ META-INF/maven
6
+ ch/qos/cal10n/verifier
7
+ META-INF/maven/ch.qos.cal10n/cal10n-api
8
+ ch
9
+ META-INF
10
+ ch/qos
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ ~ JBoss, Home of Professional Open Source.
5
+ ~ Copyright 2010, Red Hat, Inc., and individual contributors
6
+ ~ as indicated by the @author tags. See the copyright.txt file in the
7
+ ~ distribution for a full listing of individual contributors.
8
+ ~
9
+ ~ This is free software; you can redistribute it and/or modify it
10
+ ~ under the terms of the GNU Lesser General Public License as
11
+ ~ published by the Free Software Foundation; either version 2.1 of
12
+ ~ the License, or (at your option) any later version.
13
+ ~
14
+ ~ This software is distributed in the hope that it will be useful,
15
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ ~ Lesser General Public License for more details.
18
+ ~
19
+ ~ You should have received a copy of the GNU Lesser General Public
20
+ ~ License along with this software; if not, write to the Free
21
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
23
+ -->
24
+
25
+ <module xmlns="urn:jboss:module:1.1" name="ch.qos.cal10n">
26
+ <properties>
27
+ <property name="jboss.api" value="private"/>
28
+ </properties>
29
+
30
+ <resources>
31
+ <resource-root path="cal10n-api-0.7.3.jar"/>
32
+ <!-- Insert resources here -->
33
+ </resources>
34
+
35
+ <dependencies>
36
+ </dependencies>
37
+ </module>
@@ -0,0 +1,59 @@
1
+
2
+ com/sun/faces/metadata/taglib
3
+ com/sun/faces/config
4
+ com/sun/faces/ext/component
5
+ com
6
+ com/sun/faces/facelets/component
7
+ com/sun/faces/xhtml
8
+ com/sun/faces/vendor
9
+ com/sun/faces/facelets/tag/ui
10
+ com/sun/faces/component/visit
11
+ com/sun/faces/facelets/tag/jsf/core
12
+ com/sun/faces/application/view
13
+ com/sun/faces/taglib/html_basic
14
+ com/sun/faces
15
+ com/sun/faces/application
16
+ META-INF/resources
17
+ com/sun/faces/ext/render
18
+ com/sun/faces/config/configprovider
19
+ com/sun
20
+ com/sun/faces/facelets/tag/composite
21
+ com/sun/faces/ext/validator
22
+ com/sun/faces/taglib
23
+ com/sun/faces/scripting
24
+ com/sun/faces/component/validator
25
+ com/sun/faces/facelets/tag/jsf
26
+ META-INF/services
27
+ com/sun/faces/facelets/tag/jstl/core
28
+ com/sun/faces/facelets/util
29
+ com/sun/faces/facelets/tag
30
+ com/sun/faces/util
31
+ com/sun/faces/mgbean
32
+ com/sun/faces/facelets/tag/jstl
33
+ com/sun/faces/facelets/tag/jstl/fn
34
+ com/sun/faces/ext
35
+ com/sun/faces/config/processor
36
+ com/sun/faces/facelets/el
37
+ com/sun/faces/renderkit
38
+ META-INF/resources/javax.faces
39
+ com/sun/faces/ext/taglib
40
+ com/sun/faces/facelets/compiler
41
+ com/sun/faces/facelets/tag/jsf/html
42
+ com/sun/faces/facelets
43
+ com/sun/faces/el
44
+ com/sun/faces/io
45
+ com/sun/faces/application/resource
46
+ com/sun/faces/application/annotation
47
+ com/sun/faces/spi
48
+ com/sun/faces/context
49
+ com/sun/faces/scripting/groovy
50
+ com/sun/faces/component
51
+ META-INF
52
+ com/sun/faces/resources
53
+ com/sun/faces/facelets/impl
54
+ com/sun/faces/renderkit/html_basic
55
+ com/sun/faces/metadata
56
+ com/sun/faces/taglib/jsf_core
57
+ com/sun/faces/lifecycle
58
+ com/sun/faces/context/flash
59
+ com/sun/faces/component/behavior
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ ~ JBoss, Home of Professional Open Source.
5
+ ~ Copyright 2011, Red Hat, Inc., and individual contributors
6
+ ~ as indicated by the @author tags. See the copyright.txt file in the
7
+ ~ distribution for a full listing of individual contributors.
8
+ ~
9
+ ~ This is free software; you can redistribute it and/or modify it
10
+ ~ under the terms of the GNU Lesser General Public License as
11
+ ~ published by the Free Software Foundation; either version 2.1 of
12
+ ~ the License, or (at your option) any later version.
13
+ ~
14
+ ~ This software is distributed in the hope that it will be useful,
15
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ ~ Lesser General Public License for more details.
18
+ ~
19
+ ~ You should have received a copy of the GNU Lesser General Public
20
+ ~ License along with this software; if not, write to the Free
21
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
23
+ -->
24
+
25
+ <module xmlns="urn:jboss:module:1.1" name="com.sun.jsf-impl">
26
+ <properties>
27
+ <property name="jboss.api" value="private"/>
28
+ </properties>
29
+
30
+ <dependencies>
31
+ <module name="javax.faces.api"/>
32
+ <module name="javaee.api"/>
33
+ <module name="javax.servlet.jstl.api"/>
34
+ <module name="org.apache.xerces" services="import"/>
35
+ <module name="org.apache.xalan" services="import"/>
36
+ </dependencies>
37
+
38
+ <resources>
39
+ <resource-root path="jsf-impl-2.1.7-jbossorg-2.jar"/>
40
+ <!-- Insert resources here -->
41
+ </resources>
42
+ </module>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ ~ JBoss, Home of Professional Open Source.
5
+ ~ Copyright 2011, Red Hat, Inc., and individual contributors
6
+ ~ as indicated by the @author tags. See the copyright.txt file in the
7
+ ~ distribution for a full listing of individual contributors.
8
+ ~
9
+ ~ This is free software; you can redistribute it and/or modify it
10
+ ~ under the terms of the GNU Lesser General Public License as
11
+ ~ published by the Free Software Foundation; either version 2.1 of
12
+ ~ the License, or (at your option) any later version.
13
+ ~
14
+ ~ This software is distributed in the hope that it will be useful,
15
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ ~ Lesser General Public License for more details.
18
+ ~
19
+ ~ You should have received a copy of the GNU Lesser General Public
20
+ ~ License along with this software; if not, write to the Free
21
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
23
+ -->
24
+
25
+ <module xmlns="urn:jboss:module:1.1" name="gnu.getopt">
26
+ <properties>
27
+ <property name="jboss.api" value="private"/>
28
+ </properties>
29
+
30
+ <resources>
31
+ <resource-root path="getopt-1.0.13.jar"/>
32
+ <!-- Insert resources here -->
33
+ </resources>
34
+
35
+ </module>