aboutsummaryrefslogtreecommitdiffstats
path: root/docs/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build.xml')
-rw-r--r--docs/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/build.xml b/docs/build.xml
index 1f969df44..70799f969 100644
--- a/docs/build.xml
+++ b/docs/build.xml
@@ -155,11 +155,11 @@
/>
</target>
- <target name="web.deploy" depends="web.deploy.README-11" />
+ <target name="web.deploy" depends="web.deploy.README-1.1" />
- <target name="web.deploy.README-11"
+ <target name="web.deploy.README-1.1"
depends="init"
- description="deploy README-11.html to the web site"
+ description="deploy README-1.1.html to the web site"
>
<property name="readme11.dir"
location="${web.doc.dir}/documentation/readme11"
@@ -168,7 +168,7 @@
<delete file="${readme11.dir}/index.html" />
<mkdir dir="${readme11.dir}" />
<copy tofile="${readme11.dir}/index.html"
- file="${aspectj.products.dir}/tools/dist/README-11.html"
+ file="${aspectj.products.dir}/tools/dist/README-1.1.html"
filtering="on"
/>
<stripnonbodyhtml srcdir="${readme11.dir}"