From 27fd2f6aba96e3014673f4e45f770923e30c48be Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Mon, 19 Nov 2007 17:09:48 +0000 Subject: [PATCH] Use the correct value for the X-Compile-Target-JDK manifestEntry. Add the attributes Built-By, X-Compile-Source-JDK and X-Compile-Target-JDK to the manifest for the -api and -adapters jar files. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@596369 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index f3335cd..e2e0170 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,13 @@ src/conf/MANIFEST.MF + + + ${maven.compile.target} + @@ -197,6 +204,11 @@ + + + + + @@ -220,6 +232,11 @@ + + + + +