update the OSGi SymbolicName and ExportedPackage for the javanano library

This commit is contained in:
Daniel Frett 2016-08-30 13:16:55 -04:00
parent e721ce66cf
commit b6dec9b8d4

View File

@ -164,8 +164,8 @@
<configuration> <configuration>
<instructions> <instructions>
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL> <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName> <Bundle-SymbolicName>com.google.protobuf.nano</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version=3.0.0-alpha-7</Export-Package> <Export-Package>com.google.protobuf.nano;version=3.0.0-alpha-7</Export-Package>
</instructions> </instructions>
</configuration> </configuration>
</plugin> </plugin>