aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse.plugin
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-15 18:38:40 +0000
committeraclement <aclement>2008-10-15 18:38:40 +0000
commit013bd09cafc07aa87634798896da7099013fc1cd (patch)
treece6dbc2e255c836681ffa966dd04d31342931d57 /eclipse.plugin
parentd89fb5058735cbfa322674012ac19f301c3cc128 (diff)
downloadaspectj-013bd09cafc07aa87634798896da7099013fc1cd.tar.gz
aspectj-013bd09cafc07aa87634798896da7099013fc1cd.zip
remove aspectjlib from the distribution and build system
Diffstat (limited to 'eclipse.plugin')
-rw-r--r--eclipse.plugin/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse.plugin/build.xml b/eclipse.plugin/build.xml
index 084355587..227a6009d 100644
--- a/eclipse.plugin/build.xml
+++ b/eclipse.plugin/build.xml
@@ -94,8 +94,8 @@
/>
<fileset dir="${aspectj.modules.dir}/org.aspectj.ajdt.core/src"
/>
- <fileset dir="${aspectj.modules.dir}/org.aspectj.lib/src"
- />
+ <!--fileset dir="${aspectj.modules.dir}/org.aspectj.lib/src"
+ /-->
<fileset dir="${aspectj.modules.dir}/runtime/src" />
<fileset dir="${aspectj.modules.dir}/taskdefs/src" />
<fileset dir="${aspectj.modules.dir}/util/src" />
@@ -157,4 +157,4 @@
</sequential>
</macrodef>
-</project> \ No newline at end of file
+</project>