Skip to content

Instantly share code, notes, and snippets.

@nuzayats
Created January 13, 2015 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuzayats/03ba4be0a78921241d62 to your computer and use it in GitHub Desktop.
Save nuzayats/03ba4be0a78921241d62 to your computer and use it in GitHub Desktop.
module.xml for Asciidoctorj
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.0" name="org.asciidoctor">
<resources>
<resource-root path="asciidoctorj-1.5.2.jar"/>
<resource-root path="jcommander-1.35.jar"/>
<resource-root path="jruby-complete-1.7.16.1.jar"/>
</resources>
<dependencies>
<module name="sun.jdk" export="true" >
<imports>
<include path="sun/misc/Unsafe" />
</imports>
</module>
<module name="javax.management.j2ee.api"/>
<module name="javax.api"/>
<module name="org.slf4j"/>
</dependencies>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment