aboutsummaryrefslogtreecommitdiffstats
path: root/build/release/build.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-04-05 15:02:42 +0000
committeraclement <aclement>2004-04-05 15:02:42 +0000
commitf75a66ece05d2ebec90bccb3dccd6ce9b2baebc3 (patch)
treef0dc89419c4ccd3e693f2a2351f315d0d0128d0b /build/release/build.xml
parent806b737230fd064080a38157b0bef0a7544a63f7 (diff)
downloadaspectj-f75a66ece05d2ebec90bccb3dccd6ce9b2baebc3.tar.gz
aspectj-f75a66ece05d2ebec90bccb3dccd6ce9b2baebc3.zip
Add ajdoc.jar to jar classpath
Diffstat (limited to 'build/release/build.xml')
-rw-r--r--build/release/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/release/build.xml b/build/release/build.xml
index a77026da8..f25fa845a 100644
--- a/build/release/build.xml
+++ b/build/release/build.xml
@@ -178,6 +178,7 @@
<path id="jar.classpath">
<pathelement location="${aj.build.jar.dir}/ajde.jar" />
<pathelement location="${aj.build.jar.dir}/ajbrowser.jar" />
+ <pathelement location="${aj.build.jar.dir}/ajdoc.jar" />
<pathelement location="${aj.build.jar.dir}/asm.jar" />
<pathelement location="${aj.build.jar.dir}/bridge.jar" />
<pathelement location="${aj.build.jar.dir}/build.jar" />
@@ -294,6 +295,7 @@
<param name="do.ant.target" value="aspectj"/>
<param name="do.ant.props" value=""/>
</antcall>
+
<antcall target="do-aspectj-build">
<param name="do.ant.target" value="eclipse.plugins"/>
<param name="do.ant.props" value=""/>
@@ -661,7 +663,7 @@
<include name="*.jar"/>
</fileset>
<pathelement location="${aspectj.lib.dir}/junit/junit.jar"/>
- <pathelement location="${build.java.home}/lib/tools.jar"/>
+ <pathelement location="${build.java.home}/lib/tools.jar"/>
</classpath>
<!-- urk - all properties for any client -->