[jboss-dev-forums] [JBoss AS7 Development] - Deployment Module Dependencies
David Lloyd
do-not-reply at jboss.com
Wed Oct 20 10:03:10 EDT 2010
David Lloyd [http://community.jboss.org/people/david.lloyd%40jboss.com] created the document:
"Deployment Module Dependencies"
To view the document, visit: http://community.jboss.org/docs/DOC-15984
--------------------------------------------------------------
Adding dependency information to a deployment is done via manifest entries. The syntax is as follows:
Dependencies: <dependency-name> [optional] [export][, <dependency-name> [optional] [export][, ...]]
The +<dependency-name>+ is simply the name of the module to add to the class path of the deployment. To specify that the dependency is optional, add the "optional" flag; to specify that the dependency is to be re-exported, add the "export" flag.
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-15984]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101020/e7f83e4e/attachment.html
More information about the jboss-dev-forums
mailing list