lincolnthree

Untitled

Jul 26th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <module xmlns="urn:jboss:module:1.0" name="org.jboss.forge.plugins">
  3. <resources>
  4. </resources>
  5. <dependencies>
  6. <module export="true" name="com.ocpsoft.forge.prettyfaces-plugin" services="export" slot="1.0.0.Alpha4">
  7. <imports>
  8. <include path="**"/>
  9. <include path="META-INF"/>
  10. </imports>
  11. <exports>
  12. <include-set>
  13. <path name="**"/>
  14. <path name="META-INF"/>
  15. </include-set>
  16. </exports>
  17. </module>
  18. <module export="true" name="org.jboss.hibernate.forge.hibernate-tools-plugin" services="export" slot="1.0.0-SNAPSHOT">
  19. <imports>
  20. <include path="**"/>
  21. <include path="META-INF"/>
  22. </imports>
  23. <exports>
  24. <include-set>
  25. <path name="**"/>
  26. <path name="META-INF"/>
  27. </include-set>
  28. </exports>
  29. </module>
  30. <module export="true" name="org.redhat.openshift.plugin-openshift" services="export" slot="1.0.0-SNAPSHOT">
  31. <imports>
  32. <include path="**"/>
  33. <include path="META-INF"/>
  34. </imports>
  35. <exports>
  36. <include-set>
  37. <path name="**"/>
  38. <path name="META-INF"/>
  39. </include-set>
  40. </exports>
  41. </module>
  42. </dependencies>
  43. </module>
Advertisement
Add Comment
Please, Sign In to add comment