Re: please add Implementation-Version to Manifest.mf
Arnaud Vandyck <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.xml |
|---|---|
| Message-ID | <[email protected]> |
Tue, 12 Oct 2004 22:24:59 -0700, "John Kristian" <[email protected]> wrote: > Will you please add a line like this to meta-inf/Manifest.mf in > gnujaxp.jar? > > Implementation-Version: 1.0 beta 1 > > This helps people to identify the version they're using. Good idea. Chris, I attach a patch. If you want I can commit Changelog: 2004-10-13 Arnaud Vandyck <[email protected]> Reported by John Kristian <[email protected]>: * manifest.mf: added Implementation Version field. -- Arnaud Vandyck ,= ,-_-. =. ((_/)o o(\_)) `-'(. .)`-' \_/ _______________________________________________ Classpathx-xml mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpathx-xml
manifest.mf.patch
(text/x-patch, 528 B)
Index: manifest.mf =================================================================== RCS file: /cvsroot/classpathx/jaxp/manifest.mf,v retrieving revision 1.2 diff -u -r1.2 manifest.mf --- manifest.mf 21 Nov 2001 02:29:10 -0000 1.2 +++ manifest.mf 13 Oct 2004 10:24:54 -0000 @@ -2,6 +2,7 @@ Implementation-Title: GNU JAXP Implementation-URL: http://www.gnu.org/software/classpathx/jaxp Implementation-Vendor: Free Software Foundation +Implementation-Version: 1.1 Main-Class: gnu.xml.util.DoParse Name: gnu/xml/aelfred2/