Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <module xmlns="urn:jboss:module:1.5" name="org.wildfly.swarm.naming" slot="main">
  3. <dependencies>
  4. <system export="true">
  5. <paths>
  6. <path name="org/wildfly/swarm/naming"/>
  7. </paths>
  8. </system>
  9. <module export="true" name="org.wildfly.swarm.naming" services="export" slot="api">
  10. <imports>
  11. <include path="**"/>
  12. </imports>
  13. <exports>
  14. <include path="**"/>
  15. </exports>
  16. </module>
  17. </dependencies>
  18. </module>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement