mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
updated Ant integration parts
This commit is contained in:
parent
0d2b215372
commit
72db4ae975
@ -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>
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user