leosimons 2003/02/27 07:42:32 Modified: . build.xml Log: fix file filters for src-dist Revision Changes Path 1.175 +5 -5 avalon/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon/build.xml,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- build.xml 27 Feb 2003 15:37:22 -0000 1.174 +++ build.xml 27 Feb 2003 15:42:32 -0000 1.175 @@ -526,11 +526,11 @@ <copy todir="${src.dist.src}"> <fileset dir="${src.dir}"> <exclude name="**/*.zip"/> - <exclude name="src/diagrams/**"/> - <exclude name="src/documentation/**"/> - <exclude name="src/logos/**"/> - <exclude name="src/maven/**"/> - <exclude name="src/proposal/**"/> + <exclude name="diagrams/**"/> + <!--<exclude name="./documentation/**"/>--> + <exclude name="logos/**"/> + <exclude name="maven/**"/> + <exclude name="proposal/**"/> </fileset> </copy>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]