From 6aacd01c5f91332f4243211812227b41864e6ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 16 Jul 2012 14:04:39 +0000 Subject: [PATCH] - used Implementation instead of Specification in MANIFEST.MF --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 432ee7d9..717eb980 100644 --- a/build.xml +++ b/build.xml @@ -171,8 +171,8 @@ <attribute name="Built-Date" value="${date}"/> <attribute name="Main-Class" value="@{main}"/> <attribute name="Class-Path" value="@{path}"/> - <attribute name="Specification-Title" value="@{desc}"/> - <attribute name="Specification-Version" value="${version} (${svn.rev})"/> + <attribute name="Implementation-Title" value="@{desc}"/> + <attribute name="Implementation-Version" value="${version} (${svn.rev})"/> <attribute name="Bundle-Name" value="@{desc}"/> <attribute name="Bundle-SymbolicName" value="@{file}"/> <attribute name="Bundle-Version" value="${version} (${svn.rev})"/> -- GitLab