diff options
author | wisberg <wisberg> | 2003-04-13 10:36:18 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-13 10:36:18 +0000 |
commit | 36068d403775fc290573c18c53865775158c1a1b (patch) | |
tree | a5764984c38bf407d21c00b56ca0f91ffc43ac47 /docs | |
parent | e89f28372e58e7bbc21a885e6a8663e8fb439493 (diff) | |
download | aspectj-36068d403775fc290573c18c53865775158c1a1b.tar.gz aspectj-36068d403775fc290573c18c53865775158c1a1b.zip |
one /
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/ant-tasks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/doc/ant-tasks.html b/docs/dist/doc/ant-tasks.html index ae65fb14f..c99e29e17 100644 --- a/docs/dist/doc/ant-tasks.html +++ b/docs/dist/doc/ant-tasks.html @@ -237,7 +237,7 @@ To pass <tt>ajc</tt>-specific arguments, use a <code>compilerarg</code> entry. <javac srcdir="src" includes="org/aspectj/**/*.java" destdir="dest" > <compilerarg compiler="${ajc}" line="-argfile src/args.lst"/> - <javac > + <javac/> </pre> The adapter supports any <code>ajc</code> command-line option |