Skip to content

Commit e98ae37

Browse files
committed
Cleaning up rxjava-swing
1 parent d2631ec commit e98ae37

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

rxjava-contrib/rxjava-swing/build.gradle

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
apply plugin: 'java'
2-
apply plugin: 'eclipse'
3-
apply plugin: 'idea'
41
apply plugin: 'osgi'
52

63
sourceCompatibility = JavaVersion.VERSION_1_6
@@ -12,23 +9,6 @@ dependencies {
129
provided 'org.mockito:mockito-core:1.8.5'
1310
}
1411

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-
3212
javadoc {
3313
options {
3414
doclet = "org.benjchristensen.doclet.DocletExclude"

rxjava-contrib/rxjava-swing/src/main/java/rx/observables/SwingObservable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import javax.swing.AbstractButton;
2727

2828
import rx.Observable;
29+
import static rx.Observable.filter;
2930
import rx.swing.sources.AbstractButtonSource;
3031
import rx.swing.sources.ComponentEventSource;
3132
import rx.swing.sources.KeyEventSource;

0 commit comments

Comments
 (0)