Bug 177871 - [68cat] EAR build omits custom manifest from WAR module
David Konecny <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Please review the fix for https://netbeans.org/bugzilla/show_bug.cgi?id=177871 It is fix for regression in build script for Web and Ejb projects - custom manifest file is overridden instead of updated. The fix is trivial and it is basically returning back code which was accidentally removed. -David