summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-15 19:03:33 +0000
committeraclement <aclement>2008-10-15 19:03:33 +0000
commit832c74d4790da2af52218b1d12fbb5739b556e31 (patch)
tree285c4acc8c1e0340cd2e010b7125876221302bfd /docs
parent3d3b2435877cf0026df81d0a89e979a7ae2f8a36 (diff)
downloadaspectj-832c74d4790da2af52218b1d12fbb5739b556e31.tar.gz
aspectj-832c74d4790da2af52218b1d12fbb5739b556e31.zip
remove aspectjlib from the distribution and build system
Diffstat (limited to 'docs')
-rw-r--r--docs/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/build.xml b/docs/build.xml
index 903ed6ff8..8b7c8812c 100644
--- a/docs/build.xml
+++ b/docs/build.xml
@@ -220,7 +220,7 @@
<available file="${docs.src.dir}/../org.aspectj.lib/build-aspectjlib.xml"
property="org.aspectj.lib.available"
/>
- <fail unless="org.aspectj.lib.available"
+ <!--fail unless="org.aspectj.lib.available"
message="unable to find org.aspectj.lib"
/>
<mkdir dir="${docs.dist.dir}/doc/aspectjlib" />
@@ -228,8 +228,9 @@
<fileset dir="${docs.src.dir}/../org.aspectj.lib"
includes="build-aspectjlib.xml,src/**"
excludes="CVS"
- />
+ />
</copy>
+ -->
</target>
<target name="api"