X Tutup
Skip to content

Commit ca65dba

Browse files
committed
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.
1 parent 1fc8aba commit ca65dba

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

org.springframework.oxm/src/main/java/org/springframework/oxm/jaxb/package-info.java

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<html>
2+
<body>
3+
Package providing integration of <a href="http://java.sun.com/webservices/jaxb/">JAXB</a> with Springs O/X Mapping
4+
support.
5+
</body>
6+
</html>

0 commit comments

Comments
 (0)
X Tutup