RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'

* Applied patch submitted by Carlos Zuniga
This commit is contained in:
Chris Beams
2009-06-01 04:14:22 +00:00
parent f3e6242568
commit a9696c7282
499 changed files with 2627 additions and 2420 deletions

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -0,0 +1,9 @@
/**
*
* Spring's generic mail infrastructure.
* Concrete implementations are provided in the subpackages.
*
*/
package org.springframework.mail;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Spring's generic mail infrastructure.
Concrete implementations are provided in the subpackages.
</body>
</html>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -0,0 +1,9 @@
/**
*
* Support classes for
* <a href="http://jasperreports.sourceforge.net">JasperReports</a>.
*
*/
package org.springframework.ui.jasperreports;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Support classes for
<a href="http://jasperreports.sourceforge.net">JasperReports</a>.
</body>
</html>

View File

@@ -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;

View File

@@ -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>