Skip to content

Commit e2fefee

Browse files
committed
3.x: Specify proper OSGi unique bundle symbolic name
1 parent 3e77f5c commit e2fefee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ jar {
8989
bnd(
9090
"Bundle-Name": "rxjava",
9191
"Bundle-Vendor": "RxJava Contributors",
92-
"Bundle-Description": "Reactive Extensions for the JVM a library for composing asynchronous and event-based programs using observable sequences for the Java VM.",
92+
"Bundle-Description": "Reactive Extensions for the JVM - a library for composing asynchronous and event-based programs using observable sequences for the Java VM.",
9393
"Import-Package": "!org.junit,!junit.framework,!org.mockito.*,!org.testng.*,*",
9494
"Bundle-DocURL": "https://github.com/ReactiveX/RxJava",
9595
"Eclipse-ExtensibleAPI": "true",
9696
"Automatic-Module-Name": "io.reactivex.rxjava3",
97-
"Export-Package": "!io.reactivex.rxjava3.internal.*, io.reactivex.rxjava3.*"
97+
"Export-Package": "!io.reactivex.rxjava3.internal.*, io.reactivex.rxjava3.*",
98+
"Bundle-SymbolicName": "io.reactivex.rxjava3.rxjava"
9899
)
99100
}
100101

0 commit comments

Comments
 (0)