Browse Source

Merge pull request #2033 from frett/osgiExport

update the OSGi metadata for the javanano package
Feng Xiao 9 years ago
parent
commit
c0a6a6b462
1 changed files with 2 additions and 2 deletions
  1. 2 2
      javanano/pom.xml

+ 2 - 2
javanano/pom.xml

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