1
0

Remove site logo hack now it has moved to src/site/resources/images

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@936513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Kegan Pemberton
2010-04-21 21:07:24 +00:00
parent 6fc06ad199
commit 6666d731b6

View File

@@ -257,15 +257,6 @@ under the License.
<fileset dir="${basedir}"> <fileset dir="${basedir}">
<include name="RELEASE-NOTES.txt" /> <include name="RELEASE-NOTES.txt" />
</fileset> </fileset>
<!--
- The logo should be moved to
- ${basedir}/src/site/resources/images
- once we can drop support for the Maven 1 site.
- When that is done this section can be removed.
-->
<fileset dir="${basedir}/xdocs">
<include name="images/logo.png" />
</fileset>
</copy> </copy>
</tasks> </tasks>
</configuration> </configuration>