Skip to content

Commit

Permalink
HV-436 Updating the IDE configurations in the reference guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Mar 28, 2011
1 parent 919fa18 commit c516ca8
Showing 1 changed file with 10 additions and 2 deletions.
Expand Up @@ -352,6 +352,10 @@
<para>validation-api-&bvVersion;.jar</para>
</listitem>

<listitem>
<para>hibernate-validator-&version;.jar</para>
</listitem>

<listitem>
<para>hibernate-validator-annotation-processor-&version;.jar</para>
</listitem>
Expand Down Expand Up @@ -394,7 +398,7 @@
<listitem>
<para>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</para>
/path/to/validation-api-&bvVersion;.jar:/path/to/hibernate-validator-&version;.jar:/path/to/hibernate-validator-annotation-processor-&version;.jar</para>
</listitem>

<listitem>
Expand Down Expand Up @@ -435,13 +439,17 @@

<listitem>
<para>Go to "Libraries", tab "Processor", and add the following
two JARs:</para>
JARs:</para>

<itemizedlist>
<listitem>
<para>validation-api-&bvVersion;.jar</para>
</listitem>

<listitem>
<para>hibernate-validator-&version;.jar</para>
</listitem>

<listitem>
<para>hibernate-validator-annotation-processor-&version;.jar</para>
</listitem>
Expand Down

0 comments on commit c516ca8

Please sign in to comment.