diff options
author | aclement <aclement> | 2004-04-05 15:14:34 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-04-05 15:14:34 +0000 |
commit | 26b15ffdeda984a3080705bef438cbf44f98722e (patch) | |
tree | f440232b4b21245b308e40cf243e697a3592183e | |
parent | 684e935ada588732053630449e533069aa3185b5 (diff) | |
download | aspectj-26b15ffdeda984a3080705bef438cbf44f98722e.tar.gz aspectj-26b15ffdeda984a3080705bef438cbf44f98722e.zip |
1.2 rc1 build/pkg : Add in JPEGs to the binary.pattern property.
-rw-r--r-- | docs/build.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/build.xml b/docs/build.xml index 107da3834..24b032d6f 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,**/*.jpg,**/*.JPG"/> <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}"/> @@ -202,10 +202,18 @@ </target> <target name="devguide" depends="init"> + +<!-- GCH --> +<echo message="**** docs: just inside devguide target"/> + <copy todir="${docs.src.dir}/devGuideDB" filtering="off" > <fileset dir="${devguide.icons.dir}" includes="${include.devguide.icons}" /> </copy> + +<!-- GCH --> +<echo message="**** docs: about to make call to build-guide target"/> + <antcall target="build-guide"> <param name="xml-html-copy" value="ajbrowser-building.gif,ajbrowser-options.gif,${include.devguide.icons}" /> <param name="guide.dir" value="devGuideDB"/> |