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.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1297 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams 2009-06-02 05:02:10 +00:00
parent dd30ab4237
commit d222da418f
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>