Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insight manifest changes for webstart #11772 #2069

Merged
merged 11 commits into from
Feb 10, 2014

Commits on Feb 5, 2014

  1. Add Permissions to manifest (required for webstart)

    Also added Codebase (currently * allows running from anaywhere) and Application-Name (displayed in the webstart dialog, instead of the user-unfriendly classname)
    manics committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    a68a5b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Change signjar task to apply/exec jarsigner with custom args

    The ant signjar task doesn't support -storepass:file.
    Note this no longer preserves the original file modification time.
    manics committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    ae3f2be View commit details
    Browse the repository at this point in the history
  2. Replace jarsign.storepass property with jarsign.storepassfile

    Added default password file lib/keystore.passwd
    manics committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    94b0f13 View commit details
    Browse the repository at this point in the history
  3. Replace genkey task with exec keytool -genkey

    Need to use -storepass:file
    manics committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    acee4dc View commit details
    Browse the repository at this point in the history
  4. Add jarsigner timestamping

    manics committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    d375311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe37c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Use old/new taks depending on whether jarsign.storepassfile is set

    Restore old signjar/genkey tasks for Java<1.7
    Use the new exec invocation with -storepass:file only if property jarsign.storepassfile is explcitly set
    manics committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    22757d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6274b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a138781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c1389 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b823889 View commit details
    Browse the repository at this point in the history