aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>