Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/smpp-load/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<echo message="Java Version: ${java.version}" />
<echo message="Java home: ${java.home}" />
<fail message="Unsupported Java version: ${java.version}. Make sure that the version of the Java compiler is 1.7 (7.0) or greater.">
<fail message="Unsupported Java version: ${java.version}. Make sure that the version of the Java compiler is 1.7 (7.0).">
<condition>
<not>
<or>
Expand Down
2 changes: 1 addition & 1 deletion test/smpp-load/build_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<echo message="Java Version: ${java.version}" />
<echo message="Java home: ${java.home}" />
<fail message="Unsupported Java version: ${java.version}. Make sure that the version of the Java compiler is 1.7 (7.0) or greater.">
<fail message="Unsupported Java version: ${java.version}. Make sure that the version of the Java compiler is 1.7 (7.0).">
<condition>
<not>
<or>
Expand Down