From 2a8e746429815d56f3d0af07d4942665e22ddb91 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 30 Jan 2014 13:52:11 +0100 Subject: Adding missing plugin.manifest.in (regression of commit 64e7dcc21339ae56841f10131a4f8a462454dec4) --- plugin.manifest.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugin.manifest.in (limited to 'plugin.manifest.in') diff --git a/plugin.manifest.in b/plugin.manifest.in new file mode 100644 index 0000000..9449789 --- /dev/null +++ b/plugin.manifest.in @@ -0,0 +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 and Plugin +Specification-URL: http://jcp.org/aboutJava/communityprocess/mrel/jsr056 +Specification-Vendor: Java Community Process +Specification-Version: 6.0 -- cgit v1.2.3