mrglavas 2003/10/26 18:03:08 Modified: java/src manifest.xerces Log: Fixing Bug #24113 reported by Ville Skyttä, as well a few other issues. We need to fill in the version and vendor information ourselves because Ant will write itself as the creator if not specified. Revision Changes Path 1.2 +5 -5 xml-xerces/java/src/manifest.xerces Index: manifest.xerces =================================================================== RCS file: /home/cvs/xml-xerces/java/src/manifest.xerces,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- manifest.xerces 26 Mar 2003 05:17:46 -0000 1.1 +++ manifest.xerces 27 Oct 2003 02:03:08 -0000 1.2 @@ -1,10 +1,10 @@ Manifest-Version: 1.0 -Created-By: 1.2.2 (Sun Microsystems Inc.) +Created-By: @java.version@ (@java.vendor@) -Name: org/apache/xerces/impl/Version -Comment: @impl.name@ for http://xml.apache.org/xerces2-j +Name: org/apache/xerces/impl/Version.class +Comment: @impl.name@ Implementation-Title: org.apache.xerces.impl.Version -Implementation-Version: @@VERSION@@ +Implementation-Version: @impl.version@ Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/xerces2-j/ @@ -48,7 +48,7 @@ Implementation-Vendor: Sun Microsystems Inc. Implementation-URL: http://java.sun.com/xml/jaxp.html -Name: org.apache.xerces.xni/ +Name: org/apache/xerces/xni/ Comment: Xerces Native Interface Specification-Title: Xerces Native Interface Specification-Version: 1.1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]