RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Package providing integration of <a href="http://www.castor.org/xml-mapping.html">Castor</a> within Springs O/X Mapping
|
||||
* support
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.castor;
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Package providing integration of <a href="http://www.castor.org/xml-mapping.html">Castor</a> within Springs O/X Mapping
|
||||
support.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides an namespace handler for the Spring Object/XML namespace
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.config;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Provides an namespace handler for the Spring Object/XML namespace.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* 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;
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Package providing integration of <a href="http://java.sun.com/webservices/jaxb/">JAXB</a> with Springs O/X Mapping
|
||||
support.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Package providing integration of <a href="http://jibx.sourceforge.net/">JiBX</a> with Springs O/X Mapping
|
||||
* support
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.jibx;
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Package providing integration of <a href="http://jibx.sourceforge.net/">JiBX</a> with Springs O/X Mapping
|
||||
support.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Contains (un)marshallers optimized to store binary data in MIME attachments.
|
||||
* </htm
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.mime;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Contains (un)marshallers optimized to store binary data in MIME attachments.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces,
|
||||
* and XmlMappingExceptions related to O/X Mapping
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm;
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces,
|
||||
and XmlMappingExceptions related to O/X Mapping.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. Includes the
|
||||
* MarshallingSource for compatibility with TrAX, MarshallingView for use withing Spring Web MVC, and the
|
||||
* MarshallingMessageConverter for use within Spring's JMS support.
|
||||
* </htm
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.support;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. Includes the
|
||||
MarshallingSource for compatibility with TrAX, MarshallingView for use withing Spring Web MVC, and the
|
||||
MarshallingMessageConverter for use within Spring's JMS support.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Package providing integration of <a href="http://xmlbeans.apache.org/">XMLBeans</a> with Springs O/X Mapping support
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.xmlbeans;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Package providing integration of <a href="http://xmlbeans.apache.org/">XMLBeans</a> with Springs O/X Mapping support.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Package providing integration of <a href="http://xstream.codehaus.org/">XStream</a> with Springs O/X Mapping support
|
||||
*
|
||||
*/
|
||||
package org.springframework.oxm.xstream;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
Package providing integration of <a href="http://xstream.codehaus.org/">XStream</a> with Springs O/X Mapping support.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user