File tree Expand file tree Collapse file tree
rxjava-contrib/rxjava-swing
src/main/java/rx/observables Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apply plugin : ' java'
2- apply plugin : ' eclipse'
3- apply plugin : ' idea'
41apply plugin : ' osgi'
52
63sourceCompatibility = 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-
3212javadoc {
3313 options {
3414 doclet = " org.benjchristensen.doclet.DocletExclude"
Original file line number Diff line number Diff line change 2626import javax .swing .AbstractButton ;
2727
2828import rx .Observable ;
29+ import static rx .Observable .filter ;
2930import rx .swing .sources .AbstractButtonSource ;
3031import rx .swing .sources .ComponentEventSource ;
3132import rx .swing .sources .KeyEventSource ;
You can’t perform that action at this time.
0 commit comments