removed the Maven configuration files from Gson jar file

This commit is contained in:
Inderjeet Singh 2011-04-13 18:10:57 +00:00
parent 97d00f4930
commit 7be0882863

View File

@ -3,7 +3,7 @@
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.8-SNAPSHOT</version> <version>1.7.1-SNAPSHOT</version>
<inceptionYear>2008</inceptionYear> <inceptionYear>2008</inceptionYear>
<name>Gson</name> <name>Gson</name>
<parent> <parent>
@ -100,9 +100,10 @@
</executions> </executions>
<configuration> <configuration>
<archive> <archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifestEntries> <manifestEntries>
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
<Export-Package><![CDATA[com.google.gson;version=1.7, com.google.gson.annotations;version=1.7, com.google.gson.reflect;version=1.7, com.google.gson.stream;version=1.7]]></Export-Package> <Export-Package><![CDATA[com.google.gson;version=1.7.1, com.google.gson.annotations;version=1.7.1, com.google.gson.reflect;version=1.7.1, com.google.gson.stream;version=1.7.1, com.google.gson.internal;version=1.7.1]]></Export-Package>
<Bundle-Version>1.7</Bundle-Version> <Bundle-Version>1.7</Bundle-Version>
<Bundle-ContactAddress>http://code.google.com/p/google-gson/</Bundle-ContactAddress> <Bundle-ContactAddress>http://code.google.com/p/google-gson/</Bundle-ContactAddress>
<Bundle-Vendor>Google Gson Project</Bundle-Vendor> <Bundle-Vendor>Google Gson Project</Bundle-Vendor>