summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 2609e5af12..be6858e209 100644
--- a/build.xml
+++ b/build.xml
@@ -865,7 +865,7 @@ DOCUMENTATION
<!-- ===========================================================================
GENERATES A DISTRIBUTION
============================================================================ -->
-
+
<target name="dist.devel" depends="init">
<property file="${number.file}"/>
<property
@@ -874,7 +874,7 @@ GENERATES A DISTRIBUTION
/>
<runtarget target="dist"/>
</target>
-
+
<target name="dist.patch" depends="init">
<propertyfile
file="${number.file}"
@@ -889,7 +889,7 @@ GENERATES A DISTRIBUTION
/>
<runtarget target="dist"/>
</target>
-
+
<target name="dist.minor" depends="init">
<propertyfile
file="${number.file}"