deckrider commented on Improvement MWEBSTART-213

I applied the attached patches and tested using the following:

          <updatedManifestEntries>
            <Permissions>all-permissions</Permissions>
          </updatedManifestEntries>

However this did MORE than just adding the new attribute--it REMOVED many other attributes. For instance, I had a jar with the following manifest:

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: mockbuild
Build-Jdk: 1.6.0_24
Implementation-Title: JBoss Security Implementation for the JBAS
Implementation-URL: http://labs.jboss.org/portal/jbosssecurity/
Implementation-Vendor: Red Hat Middleware LLC
Implementation-VendorId: org.jboss.security
Implementation-Version: 2.0.5.SP3-1
Specification-Title: JBoss Security Implementation for the JBAS
Specification-Vendor: Red Hat Middleware LLC
Specification-Version: 2.0.5.SP3-1

After using the patched plugin the manifest became this:

Manifest-Version: 1.0
Permissions: all-permissions
Created-By: 24.45-b08 (Oracle Corporation)
Archiver-Version: Plexus Archiver
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to