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

Improve Manifest Information #17

Closed
wants to merge 5 commits into from
Closed

Improve Manifest Information #17

wants to merge 5 commits into from

Commits on Aug 7, 2012

  1. adding files to make the build work

    ant failed for missing files folders.
    ryantxu committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    eac19a2 View commit details
    Browse the repository at this point in the history
  2. adding source java spec to <javac

    this avoids warning when running with jdk 7
    ryantxu committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    eb6a524 View commit details
    Browse the repository at this point in the history
  3. Adding Implementaion-Version to manifest

    This lets you get the version information with
    getPackage().getImplemenationXXX()
    ryantxu committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    2a287b1 View commit details
    Browse the repository at this point in the history
  4. Adding WaffleInfo utility

    An XML document that shows waffle system setup
    ryantxu committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    e4fa495 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2012

  1. add date, time, git revision to manifest

    this beefs up the manifet and puts the same info in both src and bin
    ryantxu committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    7238ca5 View commit details
    Browse the repository at this point in the history