File tree 2 files changed +1
-20
lines changed
rxjava-contrib/rxjava-swing
src/main/java/rx/observables
2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' java'
2
- apply plugin : ' eclipse'
3
- apply plugin : ' idea'
4
1
apply plugin : ' osgi'
5
2
6
3
sourceCompatibility = JavaVersion . VERSION_1_6
@@ -12,23 +9,6 @@ dependencies {
12
9
provided ' org.mockito:mockito-core:1.8.5'
13
10
}
14
11
15
- eclipse {
16
- classpath {
17
- // include 'provided' dependencies on the classpath
18
- plusConfigurations + = configurations. provided
19
-
20
- downloadSources = true
21
- downloadJavadoc = true
22
- }
23
- }
24
-
25
- idea {
26
- module {
27
- // include 'provided' dependencies on the classpath
28
- scopes. PROVIDED . plus + = configurations. provided
29
- }
30
- }
31
-
32
12
javadoc {
33
13
options {
34
14
doclet = " org.benjchristensen.doclet.DocletExclude"
Original file line number Diff line number Diff line change 26
26
import javax .swing .AbstractButton ;
27
27
28
28
import rx .Observable ;
29
+ import static rx .Observable .filter ;
29
30
import rx .swing .sources .AbstractButtonSource ;
30
31
import rx .swing .sources .ComponentEventSource ;
31
32
import rx .swing .sources .KeyEventSource ;
You can’t perform that action at this time.
0 commit comments