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 | |
parent | 6b9db3b5496e986d9cbe16f94d65c6bb49aa6df7 (diff) |
Enhanced manifest
* netx.manifest.in: added Implementation-URL, Implementation-Vendor,
Specification-Title, Specification-URL, Specification-Vendor and
Specification-Version entries
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | netx.manifest.in | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-06-06 Jiri Vanek <[email protected]> + Jacob Wisor <[email protected]> + + Enhanced manifest + * netx.manifest.in: added Implementation-URL, Implementation-Vendor, + Specification-Title, Specification-URL, Specification-Vendor and + Specification-Version entries + 2013-06-05 Adam Domurad <[email protected]> Fix PR1465 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 |