Fixed the typo in OSGi Bundle manifest and updated the version number to 1.4 to match the revised Gson version.

This commit is contained in:
Inderjeet Singh 2009-05-08 22:24:26 +00:00
parent 0127891081
commit f2fd0b7d52

View File

@ -73,15 +73,15 @@
<archive> <archive>
<manifestEntries> <manifestEntries>
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
<Export-Package><![CDATA[com.google.json;version=1.3.0, com.google.gson.annotations;version=1.3.0, com.google.gson.reflect;version=1.3.0]]></Export-Package> <Export-Package><![CDATA[com.google.gson;version=1.4.0, com.google.gson.annotations;version=1.4.0, com.google.gson.reflect;version=1.4.0]]></Export-Package>
<Bundle-Version>1.3.0</Bundle-Version> <Bundle-Version>1.4.0</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>
<Bundle-Name>${project.name}</Bundle-Name> <Bundle-Name>${project.name}</Bundle-Name>
<Bundle-Description>${project.description}</Bundle-Description> <Bundle-Description>${project.description}</Bundle-Description>
<Bundle-ClassPath>.</Bundle-ClassPath> <Bundle-ClassPath>.</Bundle-ClassPath>
<Bundle-ManifestVersion>2</Bundle-ManifestVersion> <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Bundle-SymbolicName>com.google.gson</Bundle-SymbolicName> <Bundle-SymbolicName>com.google.gson</Bundle-SymbolicName>
</manifestEntries> </manifestEntries>
</archive> </archive>
</configuration> </configuration>