You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by gs...@apache.org on 2008/05/30 13:11:32 UTC

svn commit: r661648 - /lucene/java/trunk/common-build.xml

Author: gsingers
Date: Fri May 30 04:11:32 2008
New Revision: 661648

URL: http://svn.apache.org/viewvc?rev=661648&view=rev
Log:
LUCENE-1294: remove user.name from JAR manifest

Modified:
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=661648&r1=661647&r2=661648&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Fri May 30 04:11:32 2008
@@ -281,7 +281,7 @@
 		<attribute name="Implementation-Title" value="org.apache.lucene"/>
 		<!-- impl version can be any string -->
 		<attribute name="Implementation-Version"
-		           value="${version} ${svnversion} - ${user.name} - ${DSTAMP} ${TSTAMP}"/>
+		           value="${version} ${svnversion} - ${DSTAMP} ${TSTAMP}"/>
 		<attribute name="Implementation-Vendor"
 		           value="The Apache Software Foundation"/>
 		<attribute name="X-Compile-Source-JDK"