aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/pom.xml
diff options
context:
space:
mode:
authorGravatar xiaofeng@google.com <xiaofeng@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-03-08 00:37:10 +0000
committerGravatar xiaofeng@google.com <xiaofeng@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-03-08 00:37:10 +0000
commitc9f69500b7d8c616ab107ed0748ae8a3754eef0d (patch)
treedb0742b571c614abbd242b75430c5731ebbdf4e4 /java/pom.xml
parent25b2a673ae041ae34b13c64de0c36dc274f7834e (diff)
Update OSGi meta data.
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 3630ffae..7d5d081c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -138,7 +138,9 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Export-Package>*</Export-Package>
+ <Bundle-DocURL>http://code.google.com/p/protobuf</Bundle-DocURL>
+ <Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
+ <Export-Package>com.google.protobuf;version=2.5.0</Export-Package>
</instructions>
</configuration>
</plugin>