module.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ JBoss, Home of Professional Open Source.
  4. ~ Copyright 2010, Red Hat, Inc., and individual contributors
  5. ~ as indicated by the @author tags. See the copyright.txt file in the
  6. ~ distribution for a full listing of individual contributors.
  7. ~
  8. ~ This is free software; you can redistribute it and/or modify it
  9. ~ under the terms of the GNU Lesser General Public License as
  10. ~ published by the Free Software Foundation; either version 2.1 of
  11. ~ the License, or (at your option) any later version.
  12. ~
  13. ~ This software is distributed in the hope that it will be useful,
  14. ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. ~ Lesser General Public License for more details.
  17. ~
  18. ~ You should have received a copy of the GNU Lesser General Public
  19. ~ License along with this software; if not, write to the Free
  20. ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  21. ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  22. -->
  23. <module xmlns="urn:jboss:module:1.1" name="sun.jdk">
  24. <resources>
  25. <!-- currently jboss modules has not way of importing services from
  26. classes.jar so we duplicate them here -->
  27. <resource-root path="service-loader-resources"/>
  28. </resources>
  29. <dependencies>
  30. <system export="true">
  31. <paths>
  32. <path name="com/sun/script/javascript"/>
  33. <path name="com/sun/image/codec/jpeg"/>
  34. <path name="com/sun/imageio/plugins/bmp"/>
  35. <path name="com/sun/imageio/plugins/common"/>
  36. <path name="com/sun/imageio/plugins/gif"/>
  37. <path name="com/sun/imageio/plugins/jpeg"/>
  38. <path name="com/sun/imageio/plugins/png"/>
  39. <path name="com/sun/imageio/plugins/wbmp"/>
  40. <path name="com/sun/imageio/spi"/>
  41. <path name="com/sun/imageio/stream"/>
  42. <path name="com/sun/jndi/dns"/>
  43. <path name="com/sun/jndi/ldap"/>
  44. <path name="com/sun/jndi/url"/>
  45. <path name="com/sun/jndi/url/dns"/>
  46. <path name="com/sun/crypto/provider"/>
  47. <path name="com/sun/org/apache/xml/internal/security/transforms/implementations"/>
  48. <path name="com/sun/security/auth"/>
  49. <path name="com/sun/security/auth/login"/>
  50. <path name="com/sun/security/auth/module"/>
  51. <path name="sun/awt"/>
  52. <path name="sun/awt/color"/>
  53. <path name="sun/awt/datatransfer"/>
  54. <path name="sun/awt/dnd"/>
  55. <path name="sun/awt/event"/>
  56. <path name="sun/awt/geom"/>
  57. <path name="sun/awt/im"/>
  58. <path name="sun/awt/image"/>
  59. <path name="sun/awt/image/codec"/>
  60. <path name="sun/awt/motif"/>
  61. <path name="sun/awt/resources"/>
  62. <path name="sun/awt/shell"/>
  63. <path name="sun/awt/util"/>
  64. <path name="sun/awt/windows"/>
  65. <path name="sun/awt/X11"/>
  66. <path name="sun/print"/>
  67. <path name="sun/print/resources"/>
  68. <path name="sun/security/pkcs"/>
  69. <path name="sun/security/x509"/>
  70. <path name="sun/jdbc/odbc"/>
  71. <path name="sun/jdbc/odbc/ee"/>
  72. <path name="sun/font"/>
  73. <path name="sun/misc"/>
  74. <path name="sun/io"/>
  75. <path name="sun/nio"/>
  76. <path name="sun/nio/ch"/>
  77. <path name="sun/security"/>
  78. <path name="sun/security/krb5"/>
  79. <path name="sun/util"/>
  80. <path name="sun/util/calendar"/>
  81. <path name="sun/util/locale"/>
  82. <path name="sun/util/resources"/>
  83. <path name="sun/security/pkcs11"/>
  84. <path name="sun/security/provider"/>
  85. <path name="sun/text"/>
  86. <path name="META-INF/services"/>
  87. </paths>
  88. <exports>
  89. <include-set>
  90. <path name="META-INF/services"/>
  91. </include-set>
  92. </exports>
  93. </system>
  94. </dependencies>
  95. </module>