Skip to content

Commit ddca23b

Browse files
committed
Add 'Fragment-Host' to rxjava-contrib modules for OSGi
1 parent 342d90c commit ddca23b

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

rxjava-contrib/rxjava-android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jar {
2727
instruction 'Bundle-Vendor', 'Netflix'
2828
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
2929
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
30+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
3031
}
3132
}
3233

rxjava-contrib/rxjava-apache-http/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jar {
1616
instruction 'Bundle-Vendor', 'Netflix'
1717
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
1818
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
19+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
1920
}
2021
}

rxjava-contrib/rxjava-async-util/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jar {
1616
instruction 'Bundle-Vendor', 'Netflix'
1717
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
1818
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
19+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
1920
}
2021
}

rxjava-contrib/rxjava-computation-expressions/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jar {
1616
instruction 'Bundle-Vendor', 'Netflix'
1717
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
1818
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
19+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
1920
}
2021
}

rxjava-contrib/rxjava-string/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jar {
2626
instruction 'Bundle-Vendor', 'Netflix'
2727
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
2828
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
29+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
2930
}
3031
}

rxjava-contrib/rxjava-swing/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jar {
2525
instruction 'Bundle-Vendor', 'Netflix'
2626
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
2727
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
28+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
2829
}
2930
}

0 commit comments

Comments
 (0)