Skip to content

Commit e89633f

Browse files
committed
JAVA-272: Cleaning of the manifest. Added Bundle-License, improved Bundle-Name and Bundle-SymbolicName, removed Bundle-ClassPath
1 parent 91e4135 commit e89633f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Manifest-Version: 1.0
2+
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
23
Bundle-ManifestVersion: 2
3-
Bundle-Name: MongoDB
4-
Bundle-SymbolicName: com.mongodb
5-
Bundle-ClassPath: mongo-java-driver-@[email protected]
4+
Bundle-Name: MongoDB Java Driver
5+
Bundle-SymbolicName: org.mongodb.mongo-java-driver
66
Bundle-Version: @VERSION@
77
Import-Package: javax.management, javax.net, javax.net.ssl
88
Export-Package: com.mongodb;version="@VERSION@",

src/main/META-INF/MANIFEST_BSON.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Manifest-Version: 1.0
2+
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
23
Bundle-ManifestVersion: 2
34
Bundle-Name: BSON
4-
Bundle-SymbolicName: org.bson
5-
Bundle-ClassPath: bson-@[email protected]
5+
Bundle-SymbolicName: org.mongodb.bson
66
Bundle-Version: @VERSION@
77
Export-Package: org.bson;version="@VERSION@",
88
org.bson.util;version="@VERSION@",

0 commit comments

Comments
 (0)