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,9 @@
/**
*
* The classes in this package represent the Hibernate implementation
* of PetClinic's persistence layer.
*
*/
package org.springframework.samples.petclinic.hibernate;

View File

@@ -1,8 +0,0 @@
<html>
<body>
The classes in this package represent the Hibernate implementation
of PetClinic's persistence layer.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* The classes in this package represent the JDBC implementation
* of PetClinic's persistence layer.
*
*/
package org.springframework.samples.petclinic.jdbc;

View File

@@ -1,8 +0,0 @@
<html>
<body>
The classes in this package represent the JDBC implementation
of PetClinic's persistence layer.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* The classes in this package represent the JPA implementation
* of PetClinic's persistence layer.
*
*/
package org.springframework.samples.petclinic.jpa;

View File

@@ -1,8 +0,0 @@
<html>
<body>
The classes in this package represent the JPA implementation
of PetClinic's persistence layer.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* The classes in this package represent PetClinic's business layer.
*
*/
package org.springframework.samples.petclinic;

View File

@@ -1,7 +0,0 @@
<html>
<body>
The classes in this package represent PetClinic's business layer.
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* The classes in this package provide support for using the TopLink
* implementation with PetClinic's EntityManagerClinic.
*
*
*/
package org.springframework.samples.petclinic.toplink;

View File

@@ -1,8 +0,0 @@
<html>
<body>
The classes in this package provide support for using the TopLink
implementation with PetClinic's EntityManagerClinic.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* The classes in this package represent the set of Validator objects
* the Business Layer makes available to the Presentation Layer.
*
*/
package org.springframework.samples.petclinic.validation;

View File

@@ -1,8 +0,0 @@
<html>
<body>
The classes in this package represent the set of Validator objects
the Business Layer makes available to the Presentation Layer.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* The classes in this package represent PetClinic's web presentation layer.
*
*/
package org.springframework.samples.petclinic.web;

View File

@@ -1,7 +0,0 @@
<html>
<body>
The classes in this package represent PetClinic's web presentation layer.
</body>
</html>