xref: /aoo4110/main/lucene/lucene.patch (revision b1cdbd2c)
1--- lucene-2.9.4/common-build.xml	2012-05-11 17:34:48.000000000 -0500
2+++ misc/build/lucene-2.9.4/common-build.xml	2012-05-11 17:37:20.000000000 -0500
3@@ -304,7 +304,7 @@
4 		<attribute name="Implementation-Title" value="org.apache.lucene"/>
5 		<!-- impl version can be any string -->
6 		<attribute name="Implementation-Version"
7-		           value="${version} ${svnversion} - ${DSTAMP} ${TSTAMP}"/>
8+		           value="${version}"/>
9 		<attribute name="Implementation-Vendor"
10 		           value="The Apache Software Foundation"/>
11 		<attribute name="X-Compile-Source-JDK"
12@@ -321,12 +321,6 @@
13     <element name="manifest-attributes" optional="yes"/>
14   	<element name="metainf-includes" optional="yes"/>
15     <sequential>
16-      <!-- If possible, include the svnversion -->
17-      <exec dir="." executable="${svnversion.exe}"
18-            outputproperty="svnversion" failifexecutionfails="false">
19-        <arg line="."/>
20-      </exec>
21-
22       <build-manifest/>
23
24       <jar
25