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:
parent
1fc8abade7
commit
ca65dbae39
|
|
@ -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;
|
|
||||||
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue