Re: svn commit: r797120 - in /commons/proper/codec/trunk: build.xml maven.xml project.properties project.xml src/assembly/src.xml src/conf/

2009-07-24 Thread Niall Pemberton
On Fri, Jul 24, 2009 at 5:40 AM, Julius Daviesjuliusdav...@gmail.com wrote: Hi, Niall, This removal breaks the ant build: commons/proper/codec/trunk/src/conf/ But it's easy to fix.  Just remove these 3 lines from build.xml: 53         copy todir=${build.home}/conf filtering=on 54        

Re: svn commit: r797120 - in /commons/proper/codec/trunk: build.xml maven.xml project.properties project.xml src/assembly/src.xml src/conf/

2009-07-23 Thread Julius Davies
Hi, Niall, This removal breaks the ant build: commons/proper/codec/trunk/src/conf/ But it's easy to fix. Just remove these 3 lines from build.xml: 53 copy todir=${build.home}/conf filtering=on 54 fileset dir=${conf.home} includes=*.MF/ 55 /copy yours, Julius