MANIFEST.MF: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Overview= =<tt>MANIFEST.MF</tt. and WildFly= WildFly module dependencies can be added in the JAR's <tt>MANIFEST.MF</tt> file as follows: <pre> Manifest-Version: 1.0 Depend...")
 
No edit summary
Line 1: Line 1:
=Overview=
=Overview=


=<tt>MANIFEST.MF</tt. and WildFly=
=MANIFEST.MF and WildFly=


WildFly module dependencies can be added in the JAR's <tt>MANIFEST.MF</tt> file as follows:
WildFly module dependencies can be added in the JAR's <tt>MANIFEST.MF</tt> file as follows:

Revision as of 22:31, 10 March 2016

Overview

MANIFEST.MF and WildFly

WildFly module dependencies can be added in the JAR's MANIFEST.MF file as follows:

Manifest-Version: 1.0
Dependencies: org.jboss.logmanager
Class-Path: OrderManagerEJB.jar