Blob Blame History Raw
From 045c619240ea701f00c968ce79c256f1f94b8135 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 31 Jan 2011 14:10:40 +0100
Subject: [PATCH 2/3] Fix version string

---
 common-build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common-build.xml b/common-build.xml
index e202576..09850c5 100644
--- a/common-build.xml
+++ b/common-build.xml
@@ -304,7 +304,7 @@
 		<attribute name="Implementation-Title" value="org.apache.lucene"/>
 		<!-- impl version can be any string -->
 		<attribute name="Implementation-Version"
-		           value="${version} ${svnversion} - ${DSTAMP} ${TSTAMP}"/>
+		           value="${version} - ${DSTAMP} ${TSTAMP}"/>
 		<attribute name="Implementation-Vendor"
 		           value="The Apache Software Foundation"/>
 		<attribute name="X-Compile-Source-JDK" 
-- 
1.7.3.5