summaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-11-06 12:30:18 +0000
committeracolyer <acolyer>2003-11-06 12:30:18 +0000
commitf7f68d69915fd251dfef4386bc8d691bb419fc01 (patch)
treec484953602f4d7e4bd20d82ffc7d4b8c3b37f449 /build/build.xml
parentc61ee599a71b437d394663a1acc51fd036f6d8b1 (diff)
downloadaspectj-f7f68d69915fd251dfef4386bc8d691bb419fc01.tar.gz
aspectj-f7f68d69915fd251dfef4386bc8d691bb419fc01.zip
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...
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
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"