File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ targetCompatibility=1.6
23
23
24
24
ext {
25
25
easymockVersion = ' 2.3'
26
- junitVersion = ' 4.8.2 '
26
+ junitVersion = ' 4.10 '
27
27
log4jVersion = ' 1.2.12'
28
28
mockitoVersion = ' 1.9.0'
29
- springVersion = ' 3.1.2 .RELEASE'
30
- springIntegrationVersion = ' 2.1.2.RELEASE '
29
+ springVersion = ' 3.1.3 .RELEASE'
30
+ springIntegrationVersion = ' 2.2.0.RC2 '
31
31
}
32
32
33
33
eclipse {
@@ -252,5 +252,5 @@ task dist(dependsOn: assemble) {
252
252
253
253
task wrapper (type : Wrapper ) {
254
254
description = ' Generates gradlew[.bat] scripts'
255
- gradleVersion = ' 1.0 '
255
+ gradleVersion = ' 1.2 '
256
256
}
Original file line number Diff line number Diff line change 1
- # Thu Aug 16 15:00:23 EDT 2012
1
+ # Thu Nov 08 09:58:34 EST 2012
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.0 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.2 -bin.zip
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
# #############################################################################
4
4
# #
@@ -101,7 +101,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
101
101
warn " Could not set maximum file descriptor limit: $MAX_FD "
102
102
fi
103
103
else
104
- warn " Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT "
104
+ warn " Could not query maximum file descriptor limit: $MAX_FD_LIMIT "
105
105
fi
106
106
fi
107
107
You can’t perform that action at this time.
0 commit comments