mrglavas 2004/04/06 10:34:55 Modified: java build.xml Log: Package W3C software and documentation licenses in
the source and binary distributions. Revision Changes Path 1.166 +5 -3 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- build.xml 27 Feb 2004 19:07:03 -0000 1.165 +++ build.xml 6 Apr 2004 17:34:55 -0000 1.166 @@ -470,7 +470,8 @@ <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.DOM-documentation.html" tofile="${distsrc.dir}/LICENSE.DOM-documentation.html"/> + <copy file="LICENSE.DOM-software.html" tofile="${distsrc.dir}/LICENSE.DOM-software.html"/> <copy file="LICENSE-SAX.html" tofile="${distsrc.dir}/LICENSE-SAX.html"/> <copy file="LICENSE.resolver.txt" tofile="${distsrc.dir}/LICENSE.resolver.txt"/> <copy file="README" tofile="${distsrc.dir}/README"/> @@ -565,7 +566,8 @@ <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.DOM-documentation.html" tofile="${distsrc.dir}/LICENSE.DOM-documentation.html"/> + <copy file="LICENSE.DOM-software.html" tofile="${distsrc.dir}/LICENSE.DOM-software.html"/> <copy file="LICENSE-SAX.html" tofile="${distbin.dir}/LICENSE-SAX.html"/> <copy file="LICENSE.resolver.txt" tofile="${distbin.dir}/LICENSE.resolver.txt"/> <copy file="Readme.html" tofile="${distbin.dir}/Readme.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]