Skip to content

Commit

Permalink
LPS-20487 Generate MANIFEST.MF for JBoss
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Sep 5, 2011
1 parent 6d17138 commit 7c591e1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build-common-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@
nowarn="${javac.nowarn}"
srcdir="docroot/WEB-INF/src"
/>

<mkdir dir="docroot/WEB-INF/classes/META-INF" />

<manifest file="docroot/WEB-INF/classes/META-INF/MANIFEST.MF" />
</then>
</if>

<mkdir dir="docroot/WEB-INF/classes/META-INF" />

<manifest file="docroot/WEB-INF/classes/META-INF/MANIFEST.MF">
<attribute name="Extension-List" value="crypto" />
<attribute name="crypto-Extension-Name" value="javax.crypto" />
</manifest>
</target>

<target name="deploy" depends="compile">
Expand Down

0 comments on commit 7c591e1

Please sign in to comment.