Skip to content

Commit

Permalink
Merge pull request #849 from Acardiac/fragment-host
Browse files Browse the repository at this point in the history
Add 'Fragment-Host' to rxjava-contrib modules for OSGi
  • Loading branch information
benjchristensen committed Feb 11, 2014
2 parents 342d90c + ddca23b commit bf049a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions rxjava-contrib/rxjava-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jar {
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}

Expand Down
1 change: 1 addition & 0 deletions rxjava-contrib/rxjava-apache-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jar {
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}
1 change: 1 addition & 0 deletions rxjava-contrib/rxjava-async-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jar {
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}
1 change: 1 addition & 0 deletions rxjava-contrib/rxjava-computation-expressions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jar {
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}
1 change: 1 addition & 0 deletions rxjava-contrib/rxjava-string/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jar {
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}
1 change: 1 addition & 0 deletions rxjava-contrib/rxjava-swing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jar {
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}

0 comments on commit bf049a7

Please sign in to comment.