aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbert Jan Grootjans <grootjans@gmail.com>2013-04-05 14:35:28 +0200
committerRobbert Jan Grootjans <grootjans@gmail.com>2013-04-05 14:35:28 +0200
commit2658b1ba42001e62e8ffd57702ba915602c04224 (patch)
tree95cf9c2c514ff25f951133fadc162dfdbb72fd8e
parent0b100f22071236907142e4c0fb85ffa50102818d (diff)
downloadlombok-2658b1ba42001e62e8ffd57702ba915602c04224.tar.gz
lombok-2658b1ba42001e62e8ffd57702ba915602c04224.tar.bz2
lombok-2658b1ba42001e62e8ffd57702ba915602c04224.zip
Fixed small typo
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index dc8c89f1..6f35e696 100644
--- a/build.xml
+++ b/build.xml
@@ -375,7 +375,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<antcall target="-createEclipseLaunchForTestEnvironmentIfEclipseProject" />
</target>
- <target name="setupJavaOracle8TestEnvironment" description="Sets up the test so that 'ant test' will test against OpenJDK7.">
+ <target name="setupJavaOracle8TestEnvironment" description="Sets up the test so that 'ant test' will test against OpenJDK8.">
<mkdir dir="lib/oracleJDK8Environment" />
<!--get src="http://projectlombok.org/ivyrepo/langtools/javac-1.7.0.jar" dest="lib/openJDK7Environment/javac7.jar" verbose="true" usetimestamp="true" /-->
<!--get src="http://projectlombok.org/ivyrepo/langtools/rt-openjdk7.jar" dest="lib/openJDK7Environment/rt-openjdk7.jar" verbose="true" usetimestamp="true" /-->