DO NOT REPLY [Bug 37076] New: - MANIFEST.MF seems to imply API classes are from Sun Microsystems
| Newsgroups | gmane.text.xml.commons.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37076>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37076
Summary: MANIFEST.MF seems to imply API classes are from Sun
Microsystems
Product: XmlCommons
Version: 1.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: JAXP
AssignedTo: [email protected]
ReportedBy: [email protected]
I've looked at the MANIFEST.MF and it innitially scared me.
Mind you that I found entries like:
Name: javax/xml/validation/
Comment: xml-commons for http://xml.apache.org/ subproject's use
Specification-Title: JSR 206 Java API for XML Processing 1.3
Specification-Version: 1.3
Specification-Vendor: Sun Microsystems Inc.
Implementation-Title: javax.xml.transform
Implementation-Version: @impl.version@
Implementation-Vendor: Sun Microsystems Inc.
Implementation-URL: http://java.sun.com/xml/jaxp.html
This seemed to imply that the API calsses were from Sun (so they would be SBL).
I found out that this is not true, the source files are there with APL on their
headers.
Shouldn't the implementation part say ASF? Like:
Name: javax/xml/validation/
Comment: xml-commons for http://xml.apache.org/ subproject's use
Specification-Title: JSR 206 Java API for XML Processing 1.3
Specification-Version: 1.3
Specification-Vendor: Sun Microsystems Inc.
Specification-URL: http://java.sun.com/xml/jaxp.html
Implementation-Title: javax.xml.transform
Implementation-Version: @impl.version@
Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://xml.apache.org/commons/
Or something like that?
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.