Fixing build breakage by removing oxm.jaxb package-info.java and replacing it with the old package.html. The problem was that the new package-info.java was ending up overriding a generated package-info.java that contains important @XmlSource annotations.

This commit is contained in:
Chris Beams 2009-06-02 05:02:10 +00:00
parent 1fc8abade7
commit ca65dbae39
2 changed files with 6 additions and 9 deletions

View File

@ -1,9 +0,0 @@
/**
*
* Package providing integration of <a href="http://java.sun.com/webservices/jaxb/">JAXB</a> with Springs O/X Mapping
* support
*
*/
package org.springframework.oxm.jaxb;

View File

@ -0,0 +1,6 @@
<html>
<body>
Package providing integration of <a href="http://java.sun.com/webservices/jaxb/">JAXB</a> with Springs O/X Mapping
support.
</body>
</html>