summaryrefslogtreecommitdiff
path: root/lucene/lucene.patch
blob: 722a2ea10622091187186d4bf0e877ffd584af5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- lucene-2.9.4/common-build.xml	2012-05-11 17:34:48.000000000 -0500
+++ misc/build/lucene-2.9.4/common-build.xml	2012-05-11 17:37:20.000000000 -0500
@@ -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}"/>
 		<attribute name="Implementation-Vendor"
 		           value="The Apache Software Foundation"/>
 		<attribute name="X-Compile-Source-JDK" 
@@ -321,12 +321,6 @@
     <element name="manifest-attributes" optional="yes"/>
   	<element name="metainf-includes" optional="yes"/>
     <sequential>
-      <!-- If possible, include the svnversion -->
-      <exec dir="." executable="${svnversion.exe}"
-            outputproperty="svnversion" failifexecutionfails="false">
-        <arg line="."/>
-      </exec>
-      
       <build-manifest/>
     	
       <jar