mrglavas 2004/02/27 11:07:03 Modified: java build.xml Log: Include NOTICE file in source and binary distributions. Revision Changes Path 1.165 +3 -1 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- build.xml 16 Feb 2004 01:04:52 -0000 1.164 +++ build.xml 27 Feb 2004 19:07:03 -0000 1.165 @@ -469,6 +469,7 @@ </copy> <copy file="LICENSE" tofile="${distsrc.dir}/LICENSE"/> + <copy file="NOTICE" tofile="${distsrc.dir}/NOTICE"/> <copy file="LICENSE-DOM.html" tofile="${distsrc.dir}/LICENSE-DOM.html"/> <copy file="LICENSE-SAX.html" tofile="${distsrc.dir}/LICENSE-SAX.html"/> <copy file="LICENSE.resolver.txt" tofile="${distsrc.dir}/LICENSE.resolver.txt"/> @@ -563,6 +564,7 @@ </copy> <copy file="LICENSE" tofile="${distbin.dir}/LICENSE"/> + <copy file="NOTICE" tofile="${distsrc.dir}/NOTICE"/> <copy file="LICENSE-DOM.html" tofile="${distbin.dir}/LICENSE-DOM.html"/> <copy file="LICENSE-SAX.html" tofile="${distbin.dir}/LICENSE-SAX.html"/> <copy file="LICENSE.resolver.txt" tofile="${distbin.dir}/LICENSE.resolver.txt"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]