aboutsummaryrefslogtreecommitdiffstats
path: root/docs/build.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-03-04 04:32:36 +0000
committerwisberg <wisberg>2003-03-04 04:32:36 +0000
commit9133e0cb0ff8d21a54579be67fa69d63c35ca2bb (patch)
tree6eff2a5f41717256422e499a5d0673aaa0a1be93 /docs/build.xml
parent3406fe84071084f3b7c7ee84acd680a461cc7c5d (diff)
downloadaspectj-9133e0cb0ff8d21a54579be67fa69d63c35ca2bb.tar.gz
aspectj-9133e0cb0ff8d21a54579be67fa69d63c35ca2bb.zip
bad binary pattern resulted in not filtering dist files
Diffstat (limited to 'docs/build.xml')
-rw-r--r--docs/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build.xml b/docs/build.xml
index ecbad9bf2..7097fe443 100644
--- a/docs/build.xml
+++ b/docs/build.xml
@@ -62,7 +62,7 @@
<!-- default value for xml-html copying (copy all graphics) -->
<property name="xml-html-copy" value="*.gif,*.png" />
<property name="binary.pattern"
- value="**/*.gif,**/*.png,**/*,**/*.doc,**/*.pdf"/>
+ value="**/*.gif,**/*.png,**/*.doc,**/*.pdf"/>
<uptodate property="local.dist.uptodate"
targetfile="${docs.dist.dir}/doc/faq.html"> <!-- use faq as tag file -->
<srcfiles dir="${docs.src.dir}" includes="${docs.src.pattern}"/>