Author: carnold
Date: Tue Jun 5 06:48:39 2007
New Revision: 544488
URL: http://svn.apache.org/viewvc?view=rev&rev=544488
Log:
Bug 42099: set svn:ignore, drop Specification from manifest in ant build
Modified:
logging/log4j/companions/filters/trunk/ (props changed)
logging/log4j/companions/filters/trunk/build.xml
Propchange: logging/log4j/companions/filters/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jun 5 06:48:39 2007
@@ -1 +1,9 @@
target
+cobertura.ser
+surefire*
+.classpath
+.project
+.settings
+apache-log4j-filters*
+
+
Modified: logging/log4j/companions/filters/trunk/build.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/filters/trunk/build.xml?view=diff&rev=544488&r1=544487&r2=544488
==============================================================================
--- logging/log4j/companions/filters/trunk/build.xml (original)
+++ logging/log4j/companions/filters/trunk/build.xml Tue Jun 5 06:48:39 2007
@@ -81,9 +81,6 @@
<manifest>
<attribute name="Built-By" value="${user.name}"/>
<section name="common">
- <attribute name="Specification-Title"
value="${project.title}"/>
- <attribute name="Specification-Version"
value="${project.version}"/>
- <attribute name="Specification-Vendor"
value="Apache Software Foundation"/>
<attribute name="Implementation-Title"
value="${project.title}"/>
<attribute name="Implementation-Version"
value="${project.version}"/>
<attribute name="Implementation-Vendor"
value="Apache Software Foundation"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]