diff options
author | wisberg <wisberg> | 2003-03-04 04:32:36 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-03-04 04:32:36 +0000 |
commit | 9133e0cb0ff8d21a54579be67fa69d63c35ca2bb (patch) | |
tree | 6eff2a5f41717256422e499a5d0673aaa0a1be93 /docs/build.xml | |
parent | 3406fe84071084f3b7c7ee84acd680a461cc7c5d (diff) | |
download | aspectj-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.xml | 2 |
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}"/> |