Terry Bell edited a comment on Improvement MWEBSTART-213

I hacked the 1.0-beta-3 tag to do this. It may be useful as a starting point to doing it properly. I called the version 1.0-beta-selkirk-4 and hardcoded the dependency versions... (like I said it was a hack) as I am in a rush to see if this will fix a bug in 6u51 for windows.

within the <configuration> in your pom you'll want to add
<updatedManifestEntries>
<Trusted-Library>true</Trusted-Library>
<Permissions>all-permissions</Permissions>
<Codebase>*.yourserverdomain.com</Codebase>
</updatedManifestEntries>

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