You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by gm...@apache.org on 2013/05/20 22:43:10 UTC

svn commit: r1484587 - /incubator/jspwiki/trunk/build.xml

Author: gmazza
Date: Mon May 20 20:43:10 2013
New Revision: 1484587

URL: http://svn.apache.org/r1484587
Log:
Error in Rat report configuration.

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1484587&r1=1484586&r2=1484587&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Mon May 20 20:43:10 2013
@@ -1486,7 +1486,7 @@ To automate the JAR signing processs, yo
         <fileset dir="."
         	excludes=".*, .*/**,
         	doc/LICENSE.*,
-        	${code.resources}//**,
+        	${code.resources}/main/config/wikipages/**,
         	${code.build}/**,
         	${tests.build}/**,
         	${tests.reports}/**,