MANIFEST.MF: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Overview=
=Overview=
<blockquote style="background-color: Gold; border: solid thin Goldenrod;">
:<br>If you modify the MANIFEST.MF file, make sure to include a newline character at the end of the file.<br><br>
</blockquote>


=MANIFEST.MF and WildFly=
=MANIFEST.MF and WildFly=

Revision as of 22:39, 10 March 2016

Overview


If you modify the MANIFEST.MF file, make sure to include a newline character at the end of the file.

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

For more details on WildFly modules see:

WildFly Modules "Dependencies:"
WildFly Modules "Class-Path:"