Hi Luis,
-----Original Message----- From: Luis Arias [mailto:[email protected]] Sent: lundi 23 mai 2005 22:19 To: [email protected] Subject: [xwiki-commits] r564 - in xwiki/trunk: . lib
[snip]
<include name="**/*.cfg" /> <include name="**/*.txt" /> <include name="META-INF/services/com.*" /> + <exclude name="web/**" /> + <exclude name="perl/**" /> + <exclude name="${main.src.dir}/web.xml" /> </patternset>
[snip]
+ <!-- + <copy todir="${build.dir}/web/WEB-INF/perl"> + <fileset includes="**" + dir="${perl.main.src.dir}" /> + </copy> + --> +
I had removed these lines and it seems you've added them again. Is it a mistake? I'm curious to find out what is wrong in our SVN. Normally this should have been managed properly by your SVN client. Thanks -Vincent