From c516ca81cd2515d7d31e613727c7ccccdd0605b5 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Mon, 28 Mar 2011 23:27:40 +0200 Subject: [PATCH] HV-436 Updating the IDE configurations in the reference guide. --- .../docbook/en-US/modules/annotationprocessor.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml b/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml index 495df248e9..0d06c37a75 100644 --- a/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml +++ b/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml @@ -352,6 +352,10 @@ validation-api-&bvVersion;.jar + + hibernate-validator-&version;.jar + + hibernate-validator-annotation-processor-&version;.jar @@ -394,7 +398,7 @@ Choose "Enable annotation processing" and enter the following as "Processor path": - /path/to/validation-api-&bvVersion;.jar:/path/to/hibernate-validator-annotation-processor-&version;.jar + /path/to/validation-api-&bvVersion;.jar:/path/to/hibernate-validator-&version;.jar:/path/to/hibernate-validator-annotation-processor-&version;.jar @@ -435,13 +439,17 @@ Go to "Libraries", tab "Processor", and add the following - two JARs: + JARs: validation-api-&bvVersion;.jar + + hibernate-validator-&version;.jar + + hibernate-validator-annotation-processor-&version;.jar