diff options
author | aclement <aclement> | 2005-10-06 09:33:26 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-06 09:33:26 +0000 |
commit | fd21ab7a44ce8b34ad70c0d7595b6b440530fcfc (patch) | |
tree | eedc7c8cc618b7b53a6d8ada844a3b4eb7c9f0f6 /eclipse.plugin/build.xml | |
parent | 217d42e730871419136329e8d74df332c7541c75 (diff) | |
download | aspectj-fd21ab7a44ce8b34ad70c0d7595b6b440530fcfc.tar.gz aspectj-fd21ab7a44ce8b34ad70c0d7595b6b440530fcfc.zip |
Fix for bug 111738: packaging src for new modules into src.zip: from helen
Diffstat (limited to 'eclipse.plugin/build.xml')
-rw-r--r-- | eclipse.plugin/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse.plugin/build.xml b/eclipse.plugin/build.xml index a443e7d75..b0630f1aa 100644 --- a/eclipse.plugin/build.xml +++ b/eclipse.plugin/build.xml @@ -99,6 +99,7 @@ <fileset dir="${aspectj.modules.dir}/taskdefs/src" /> <fileset dir="${aspectj.modules.dir}/util/src" /> <fileset dir="${aspectj.modules.dir}/weaver/src" /> + <fileset dir="${aspectj.modules.dir}/weaver5/java5-src" /> </zip> <build-eclipse-plugin name="${name.source}" /> </target> |