From 6b39f52f53fcf39763b7586fff08c38c0f40fcfb Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Tue, 5 May 2009 23:31:43 +0000 Subject: [PATCH] Added OSGi Bundle manifest headers to enable use of Gson in OSGi environments. Fixes issue 120 --- gson/pom.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/gson/pom.xml b/gson/pom.xml index 0557335d..dcf71bb3 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -58,7 +58,7 @@ 1.5 - + org.apache.maven.plugins maven-jar-plugin @@ -69,8 +69,24 @@ + + + + J2SE-1.5 + + 1.3.0 + http://code.google.com/p/google-gson/ + Google Gson Project + ${project.name} + ${project.description} + . + 2 + com.google.gson + + + - + org.apache.maven.plugins maven-source-plugin