Skip to content

Commit ab6f391

Browse files
Add 'Fragment-Host' to submodules for OSGi
Based on discussion on issue #154
1 parent 63c946b commit ab6f391

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

language-adaptors/rxjava-clojure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ jar {
8282
instruction 'Bundle-Vendor', 'Netflix'
8383
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
8484
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
85+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
8586
}
8687
}

language-adaptors/rxjava-groovy/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ jar {
4848
instruction 'Bundle-Vendor', 'Netflix'
4949
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
5050
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
51+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
5152
}
5253
}

language-adaptors/rxjava-jruby/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jar {
3333
instruction 'Bundle-Vendor', 'Netflix'
3434
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
3535
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
36+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
3637
}
3738
}

language-adaptors/rxjava-scala/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ jar {
5959
instruction 'Bundle-Vendor', 'Netflix'
6060
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
6161
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
62+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
6263
}
6364
}

0 commit comments

Comments
 (0)