aboutsummaryrefslogtreecommitdiffstats
path: root/build/release
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-11-06 10:14:36 +0000
committeracolyer <acolyer>2003-11-06 10:14:36 +0000
commitc61ee599a71b437d394663a1acc51fd036f6d8b1 (patch)
tree599b4b4bad65a11204076cf9237b7b97970ac157 /build/release
parent40e70a0f2d52bb2104b8c58615c97831c8f274c7 (diff)
downloadaspectj-c61ee599a71b437d394663a1acc51fd036f6d8b1.tar.gz
aspectj-c61ee599a71b437d394663a1acc51fd036f6d8b1.zip
ensure that release builds also build eclipse plugins
Diffstat (limited to 'build/release')
-rw-r--r--build/release/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/release/build.xml b/build/release/build.xml
index f6468d029..a77026da8 100644
--- a/build/release/build.xml
+++ b/build/release/build.xml
@@ -294,6 +294,10 @@
<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=""/>
+ </antcall>
</target>
<target name="build-tests" depends="init-variables,create-tree"