diff options
author | Jiri Vanek <[email protected]> | 2013-06-06 16:39:44 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-06-06 16:39:44 +0200 |
commit | 11fd7b8b63735365f41cb34133daf29c295d749a (patch) | |
tree | a581d9c924ef40f474f680ba4eff313f46012aec /netx.manifest.in | |
parent | 6b9db3b5496e986d9cbe16f94d65c6bb49aa6df7 (diff) |
Enhanced manifest
* netx.manifest.in: added Implementation-URL, Implementation-Vendor,
Specification-Title, Specification-URL, Specification-Vendor and
Specification-Version entries
Diffstat (limited to 'netx.manifest.in')
-rw-r--r-- | netx.manifest.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/netx.manifest.in b/netx.manifest.in index 790bcf9..9d861e9 100644 --- a/netx.manifest.in +++ b/netx.manifest.in @@ -1,2 +1,8 @@ Implementation-Title: @PACKAGE_NAME@ Implementation-Version: @FULL_VERSION@ +Implementation-URL: @PACKAGE_URL@ +Implementation-Vendor: IcedTea +Specification-Title: JSR56: Java Network Launching Protocol and API +Specification-URL: http://jcp.org/aboutJava/communityprocess/mrel/jsr056 +Specification-Vendor: Java Community Process +Specification-Version: 6.0 |