summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/dist/doc/examples/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/doc/examples/build.xml b/docs/dist/doc/examples/build.xml
index e08fa8627..5fb43c8c0 100644
--- a/docs/dist/doc/examples/build.xml
+++ b/docs/dist/doc/examples/build.xml
@@ -93,7 +93,7 @@
<target name="init.taskdefs" depends="init.variables,
aspectjtools.jar.available,
aspectjrt.jar.available">
-
+ <!-- sets name of new task to iajc, old task to ajc -->
<taskdef resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
<classpath>
<pathelement path="${aspectjtools.jar}"/>
@@ -120,8 +120,8 @@
description="compile {list} and run {class} of example">
<echo message="##### Ajx list=${list} class=${class}" />
<antcall target="clean" />
-
- <ajc destdir="${classes.dir}" emacssym="on" argfile="${list}"
+ <!-- can use ajc or iajc here -->
+ <ajc destdir="${classes.dir}" argfile="${list}"
classpath="${aspectjrt.jar}"/>
<antcall target="Ajx-run" >