[hibernate-commits] Hibernate SVN: r17545 - in validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator: engine/resolver and 3 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Sep 25 09:11:16 EDT 2009


Author: hardy.ferentschik
Date: 2009-09-25 09:11:16 -0400 (Fri, 25 Sep 2009)
New Revision: 17545

Added:
   validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/resolver/package.html
   validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/metadata/package.html
   validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/util/annotationfactory/package.html
   validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/xml/package.html
Modified:
   validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/constraints/impl/package.html
Log:
Added/Updated package.html files.

Modified: validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/constraints/impl/package.html
===================================================================
--- validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/constraints/impl/package.html	2009-09-25 13:10:20 UTC (rev 17544)
+++ validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/constraints/impl/package.html	2009-09-25 13:11:16 UTC (rev 17545)
@@ -21,7 +21,7 @@
 -->
 </head>
 <body>
-This package contains the implementations of the builtin constraints as well as Hibernate Validator specific
-constraint implementations.
+This package contains the implementations of the built-in as well as Hibernate Validator specific
+constraints.
 </body>
 </html>

Copied: validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/resolver/package.html (from rev 17505, validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/groups/package.html)
===================================================================
--- validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/resolver/package.html	                        (rev 0)
+++ validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/resolver/package.html	2009-09-25 13:11:16 UTC (rev 17545)
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<!--
+
+  JBoss, Home of Professional Open Source
+  Copyright 2008, Red Hat Middleware LLC, and individual contributors
+  by the @authors tag. See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+</head>
+<body>
+This package contains different implementations of the TraversableResolver interface.
+</body>
+</html>

Copied: validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/metadata/package.html (from rev 17505, validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/package.html)
===================================================================
--- validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/metadata/package.html	                        (rev 0)
+++ validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/metadata/package.html	2009-09-25 13:11:16 UTC (rev 17545)
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<!--
+
+  JBoss, Home of Professional Open Source
+  Copyright 2008, Red Hat Middleware LLC, and individual contributors
+  by the @authors tag. See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+</head>
+<body>
+Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
+</body>
+</html>

Copied: validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/util/annotationfactory/package.html (from rev 17505, validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/util/package.html)
===================================================================
--- validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/util/annotationfactory/package.html	                        (rev 0)
+++ validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/util/annotationfactory/package.html	2009-09-25 13:11:16 UTC (rev 17545)
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<!--
+
+  JBoss, Home of Professional Open Source
+  Copyright 2008, Red Hat Middleware LLC, and individual contributors
+  by the @authors tag. See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+</head>
+<body>
+Classes in this package allow to generate annotation proxies.
+</body>
+</html>

Copied: validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/xml/package.html (from rev 17505, validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/package.html)
===================================================================
--- validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/xml/package.html	                        (rev 0)
+++ validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/xml/package.html	2009-09-25 13:11:16 UTC (rev 17545)
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<!--
+
+  JBoss, Home of Professional Open Source
+  Copyright 2008, Red Hat Middleware LLC, and individual contributors
+  by the @authors tag. See the copyright.txt in the distribution for a
+  full listing of individual contributors.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+</head>
+<body>
+Classes used to parse Bean Validation XML configuration files.
+</body>
+</html>



More information about the hibernate-commits mailing list