Skip to content

Commit

Permalink
Merge pull request #707 from benjchristensen/rxjava-async-util-module
Browse files Browse the repository at this point in the history
Merge of rxjava-async-util
  • Loading branch information
benjchristensen committed Dec 30, 2013
2 parents 43c16bb + a87489a commit b2180aa
Show file tree
Hide file tree
Showing 17 changed files with 3,426 additions and 1,197 deletions.
20 changes: 20 additions & 0 deletions rxjava-contrib/rxjava-async-util/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apply plugin: 'osgi'

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6

dependencies {
compile project(':rxjava-core')
testCompile project(":rxjava-core").sourceSets.test.output
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
}

jar {
manifest {
name = 'rxjava-async-util'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
}
}
Loading

0 comments on commit b2180aa

Please sign in to comment.