diff options
author | wisberg <wisberg> | 2005-06-08 23:30:43 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-06-08 23:30:43 +0000 |
commit | e4d530936d8f372b4023450a1a82cbdba1667f80 (patch) | |
tree | 7beafb10b83becef7339da538b5cd16cb201478e /eclipse.plugin/build.xml | |
parent | 944c8052d19b03bce8e084fe6a7a6a4e06847b37 (diff) | |
download | aspectj-e4d530936d8f372b4023450a1a82cbdba1667f80.tar.gz aspectj-e4d530936d8f372b4023450a1a82cbdba1667f80.zip |
defining aspectj.modules.dir before import
Diffstat (limited to 'eclipse.plugin/build.xml')
-rw-r--r-- | eclipse.plugin/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclipse.plugin/build.xml b/eclipse.plugin/build.xml index cbb70b916..a443e7d75 100644 --- a/eclipse.plugin/build.xml +++ b/eclipse.plugin/build.xml @@ -10,7 +10,8 @@ <!-- ====================================================================== --> <project name="eclipse.plugins" default="eclipse.plugins" basedir="."> - <import file="${basedir}/../build/build-properties.xml" /> + <property name="aspectj.modules.dir" location="${basedir}/.."/> + <import file="${aspectj.modules.dir}/build/build-properties.xml" /> <target name="info"> <echo> @@ -75,6 +76,7 @@ /> <!-- verify source dirs included: grep 'kind="src"' */.classpath | sed '/testsrc/d;/path="\//d;s|\/.*path="|\/|;s|".*||' + compare filelist: ${aspectj.tools.modules} --> <zip destfile="${ep.eclipse.dist.dir}/${name.source}/src/aspectjsrc.zip" > |