From f7f68d69915fd251dfef4386bc8d691bb419fc01 Mon Sep 17 00:00:00 2001 From: acolyer <acolyer> Date: Thu, 6 Nov 2003 12:30:18 +0000 Subject: created the CVS module with name eclipse.plugin instead of eclipse.plugins. Doh! Easier to change reference in this build script than fix module name now... --- build/build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/build.xml b/build/build.xml index 89eb403df..b6502124e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -367,7 +367,7 @@ To use testing client jar in tests, <target name="org.aspectj.ajde.source" depends="init" description="build the AspectJ source distribution plugin"> <copy todir="${aj.plugin.org.aspectj.ajde.source.dir}"> - <fileset dir="${aspectj.modules.dir}/eclipse.plugins/org.aspectj.ajde.source"/> + <fileset dir="${aspectj.modules.dir}/eclipse.plugin/org.aspectj.ajde.source"/> </copy> <replace file="${aj.plugin.org.aspectj.ajde.source.dir}/plugin.xml" token="build.version.eclipse.plugins" @@ -393,7 +393,7 @@ To use testing client jar in tests, <target name="org.aspectj.ajde.doc" depends="init,docs-dist" description="build the AspectJ documentation plugin for Eclipse"> <copy todir="${aj.plugin.org.aspectj.ajde.doc.dir}"> - <fileset dir="${aspectj.modules.dir}/eclipse.plugins/org.aspectj.ajde.doc"/> + <fileset dir="${aspectj.modules.dir}/eclipse.plugin/org.aspectj.ajde.doc"/> </copy> <copy todir="${aj.plugin.org.aspectj.ajde.doc.dir}/doc"> <fileset dir="${aj.dist.dir}/docs/doc" includes="**"/> @@ -409,7 +409,7 @@ To use testing client jar in tests, <target name="org.aspectj.ajde" depends="init,aspectj" description="build the AspectJ library plugin for Eclipse"> <copy todir="${aj.plugin.org.aspectj.ajde.dir}"> - <fileset dir="${aspectj.modules.dir}/eclipse.plugins/org.aspectj.ajde"/> + <fileset dir="${aspectj.modules.dir}/eclipse.plugin/org.aspectj.ajde"/> </copy> <replace file="${aj.plugin.org.aspectj.ajde.dir}/plugin.xml" token="build.version.eclipse.plugins" -- cgit v1.2.3