aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 22dfdca21..4e8fcbb0b 100644
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,6 @@
</concat>
<replaceregexp match="@VERSION" replace="${version}" flags="g" byline="true" file="${JQ}" />
<replaceregexp match="Date: " replace="Date: ${date}" file="${JQ}" />
- <replaceregexp match="Revision: " replace="Revision: ${revision}" file="${JQ}" />
<echo message="${JQ} built." />
</target>