diff options
-rw-r--r-- | buildScripts/create-eclipse-project.ant.xml | 2 | ||||
-rw-r--r-- | buildScripts/ivy.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/create-eclipse-project.ant.xml b/buildScripts/create-eclipse-project.ant.xml index da91964f..383ebd8b 100644 --- a/buildScripts/create-eclipse-project.ant.xml +++ b/buildScripts/create-eclipse-project.ant.xml @@ -96,7 +96,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede <path refid="cp.buildtools" /> <pathelement location="build/support" /> </classpath> - <arg value="name=Lombok-test Javac14" /> + <arg value="name=Lombok-test Javac 14" /> <arg value="testType=lombok.TestJavac" /> <arg value="jvmTarget=14" /> <arg value="conf.test=${cp.test}" /> diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 3dfbde7e..28ba5490 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -10,7 +10,7 @@ <!-- test: base dependencies required to run the tests. Does not include javac or ecj. --> <conf name="test" /> - <!-- stripe: dependencies that need to be on the classpath during builds --> + <!-- build: dependencies that need to be on the classpath during builds --> <conf name="build" /> <!-- stripe: dependencies that need to be striped into lombok.jar itself, and are required for both build and test/run purposes --> |