Author: carnold
Date: Thu Aug 30 10:03:53 2007
New Revision: 571245
URL: http://svn.apache.org/viewvc?rev=571245&view=rev
Log:
Add favicon.ico to src/site/resources
Added:
logging/site/trunk/author/src/site/resources/favicon.ico (with props)
Modified:
logging/site/trunk/author/build.xml
Modified: logging/site/trunk/author/build.xml
URL:
http://svn.apache.org/viewvc/logging/site/trunk/author/build.xml?rev=571245&r1=571244&r2=571245&view=diff
==============================================================================
--- logging/site/trunk/author/build.xml (original)
+++ logging/site/trunk/author/build.xml Thu Aug 30 10:03:53 2007
@@ -82,7 +82,16 @@
<taskdef name="foreach"
classname="net.sf.antcontrib.logic.ForEach" />
<foreach target="mime=html" param="src.html">
<path>
- <fileset dir="target/site-deploy"
includes="**/*.html"/>
+ <fileset dir="target/site-deploy"
includes="**/*.html">
+
<exclude name="log4j/1.2/**/*.html"/>
+
<exclude name="log4cxx/**/*.html"/>
+
<exclude name="log4net/**/*.html"/>
+
<exclude name="chainsaw/**/*.html"/>
+
<exclude name="log4j/companions/component/**/*.html"/>
+
<exclude name="log4j/companions/extras/**/*.html"/>
+
<exclude name="log4j/companions/receivers/**/*.html"/>
+
<exclude name="log4j/companions/zeroconf/**/*.html"/>
+ </fileset>
</path>
</foreach>
<foreach target="mime=css" param="src.css">
Added: logging/site/trunk/author/src/site/resources/favicon.ico
URL:
http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/favicon.ico?rev=571245&view=auto
==============================================================================
Binary file - no diff available.
Propchange: logging/site/trunk/author/src/site/resources/favicon.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream