DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8685>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8685 Incorrect comment regarding "dist" target in build.xml file Summary: Incorrect comment regarding "dist" target in build.xml file Product: Xerces-J Version: CVS extract Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] An XML comment within the build.xml file refers to a non-existent "dist" target. I believe the target name should be "all". Diff included below. Index: build.xml =================================================================== RCS file: /home/cvspublic/xml-xerces/java/build.xml,v retrieving revision 1.49.2.2 diff -r1.49.2.2 build.xml 34c34 < - dist -> creates the complete distribution --- > - all -> creates the complete distribution --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
