aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/maven.ant.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts/maven.ant.xml')
-rw-r--r--buildScripts/maven.ant.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml
index 329eacec..dcba2ccb 100644
--- a/buildScripts/maven.ant.xml
+++ b/buildScripts/maven.ant.xml
@@ -37,7 +37,7 @@ This buildfile is part of projectlombok.org. It makes maven-compatible repositor
<jar destfile="dist/lombok-${lombok.version}-javadoc.jar">
<fileset dir="doc/api" />
</jar>
-
+
<jar destfile="dist/lombok-${lombok.version}-sources.jar">
<fileset dir="src/core" />
<fileset dir="src/launch" />
@@ -48,7 +48,7 @@ This buildfile is part of projectlombok.org. It makes maven-compatible repositor
<fileset dir="test/transform/src" />
<fileset dir="test/core/src" />
</jar>
-
+
<copy tofile="build/pom.xml" overwrite="true" file="doc/maven-pom.xml">
<filterchain>
<replacetokens>