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,11 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for the open source cache
|
||||
* <a href="http://ehcache.sourceforge.net">EHCache</a>,
|
||||
* allowing to set up an EHCache CacheManager and Caches
|
||||
* as beans in a Spring context.
|
||||
*
|
||||
*/
|
||||
package org.springframework.cache.ehcache;
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for the open source cache
|
||||
<a href="http://ehcache.sourceforge.net">EHCache</a>,
|
||||
allowing to set up an EHCache CacheManager and Caches
|
||||
as beans in a Spring context.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* JavaMail support for Spring's mail infrastructure.
|
||||
* Provides an extended JavaMailSender interface and a MimeMessageHelper
|
||||
* class for convenient population of a JavaMail MimeMessage.
|
||||
*
|
||||
*/
|
||||
package org.springframework.mail.javamail;
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
JavaMail support for Spring's mail infrastructure.
|
||||
Provides an extended JavaMailSender interface and a MimeMessageHelper
|
||||
class for convenient population of a JavaMail MimeMessage.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Spring's generic mail infrastructure.
|
||||
* Concrete implementations are provided in the subpackages.
|
||||
*
|
||||
*/
|
||||
package org.springframework.mail;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Spring's generic mail infrastructure.
|
||||
Concrete implementations are provided in the subpackages.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager
|
||||
* facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
|
||||
*
|
||||
*/
|
||||
package org.springframework.scheduling.commonj;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager
|
||||
facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for the open source scheduler
|
||||
* <a href="http://www.opensymphony.com/quartz">Quartz</a>,
|
||||
* allowing to set up Quartz Schedulers, JobDetails and
|
||||
* Triggers as beans in a Spring context. Also provides
|
||||
* convenience classes for implementing Quartz Jobs.
|
||||
*
|
||||
*/
|
||||
package org.springframework.scheduling.quartz;
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for the open source scheduler
|
||||
<a href="http://www.opensymphony.com/quartz">Quartz</a>,
|
||||
allowing to set up Quartz Schedulers, JobDetails and
|
||||
Triggers as beans in a Spring context. Also provides
|
||||
convenience classes for implementing Quartz Jobs.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for setting up
|
||||
* <a href="http://www.freemarker.org">FreeMarker</a>
|
||||
* within a Spring application context.
|
||||
*
|
||||
*/
|
||||
package org.springframework.ui.freemarker;
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for setting up
|
||||
<a href="http://www.freemarker.org">FreeMarker</a>
|
||||
within a Spring application context.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for
|
||||
* <a href="http://jasperreports.sourceforge.net">JasperReports</a>.
|
||||
*
|
||||
*/
|
||||
package org.springframework.ui.jasperreports;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for
|
||||
<a href="http://jasperreports.sourceforge.net">JasperReports</a>.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for setting up
|
||||
* <a href="http://velocity.apache.org">Velocity</a>
|
||||
* within a Spring application context.
|
||||
*
|
||||
*/
|
||||
package org.springframework.ui.velocity;
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for setting up
|
||||
<a href="http://velocity.apache.org">Velocity</a>
|
||||
within a Spring application context.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user