Discussion:
svn commit: r1752128 - /forrest/trunk/main/targets/site.xml
c***@apache.org
2016-07-11 07:32:57 UTC
Permalink
Author: crossley
Date: Mon Jul 11 07:32:57 2016
New Revision: 1752128

URL: http://svn.apache.org/viewvc?rev=1752128&view=rev
Log:
Do not copy skin licenses to the final site skin directory.

Modified:
forrest/trunk/main/targets/site.xml

Modified: forrest/trunk/main/targets/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/targets/site.xml?rev=1752128&r1=1752127&r2=1752128&view=diff
==============================================================================
--- forrest/trunk/main/targets/site.xml (original)
+++ forrest/trunk/main/targets/site.xml Mon Jul 11 07:32:57 2016
@@ -132,6 +132,7 @@ This is often the case, because they are
<mapper type="flatten"/>
<fileset dir="${forrest.skins-dir}/${project.skin}">
<exclude name="images/**"/>
+ <exclude name="licenses/**"/>
<exclude name="xslt/**"/>
<exclude name="**/*.xslt"/>
<exclude name="skinconf.xsl"/>
@@ -156,6 +157,7 @@ This is often the case, because they are
<mapper type="flatten"/>
<fileset dir="${project.skins-dir}/${project.skin}">
<exclude name="images/**"/>
+ <exclude name="licenses/**"/>
<exclude name="xslt/**"/>
<exclude name="**/*.xslt"/>
</fileset>

Loading...