updated Ant integration parts

This commit is contained in:
Timo Westkämper 2010-04-26 12:48:56 +00:00
parent 0d2b215372
commit 72db4ae975
4 changed files with 7 additions and 5 deletions

View File

@ -157,10 +157,10 @@ for (String name : from(cat,cats)
<title>Ant integration</title>
<para>
See the following page on how to run APT processors with ANT : <link linkend="http://ant.apache.org/manual/CoreTasks/apt.html">Apt Task</link>.
See the following page on how to run APT processors with ANT : <ulink url="http://ant.apache.org/manual/CoreTasks/apt.html">Apt Task</ulink>.
Replace com.mycom.MyAnnotationProcessorFactory with com.mysema.query.apt.QuerydslAnnotationProcessor.
</para>
</sect2>
</sect2>
</sect1>

View File

@ -103,7 +103,7 @@
<title>Ant integration</title>
<para>
See the following page on how to run APT processors with ANT : <link linkend="http://ant.apache.org/manual/CoreTasks/apt.html">Apt Task</link>.
See the following page on how to run APT processors with ANT : <ulink url="http://ant.apache.org/manual/CoreTasks/apt.html">Apt Task</ulink>.
Replace com.mycom.MyAnnotationProcessorFactory with com.mysema.query.apt.QuerydslAnnotationProcessor.
</para>

View File

@ -96,7 +96,7 @@
<title>Ant integration</title>
<para>
See the following page on how to run APT processors with ANT : <link linkend="http://ant.apache.org/manual/CoreTasks/apt.html">Apt Task</link>.
See the following page on how to run APT processors with ANT : <ulink url="http://ant.apache.org/manual/CoreTasks/apt.html">Apt Task</ulink>.
Replace com.mycom.MyAnnotationProcessorFactory with com.mysema.query.apt.QuerydslAnnotationProcessor.
</para>

View File

@ -1,4 +1,7 @@
#!/bin/sh
rm -rf target/dist
mkdir target/dist
echo "Creating javadocs"
mvn javadoc:aggregate
@ -16,5 +19,4 @@ mkdir ../querydsl-root/target/dist/reference
cp -R target/docbook/publish/en-US/* ../querydsl-root/target/dist/reference/
cd ../querydsl-root
echo "done."