diff options
author | ehilsdal <ehilsdal> | 2002-12-18 18:51:00 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2002-12-18 18:51:00 +0000 |
commit | 7f352480c0d2edae195bcec37d1ecaa984031161 (patch) | |
tree | a905565843be70ce147e3296ab4d627cceed900f /docs/build.xml | |
parent | 01efac720424b0c2272afee80a7fb4833ad0111d (diff) | |
download | aspectj-7f352480c0d2edae195bcec37d1ecaa984031161.tar.gz aspectj-7f352480c0d2edae195bcec37d1ecaa984031161.zip |
Now devguide doesn't include AJDE stuff apart from the browser
Diffstat (limited to 'docs/build.xml')
-rw-r--r-- | docs/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/build.xml b/docs/build.xml index c7548f9f0..d60c5aebd 100644 --- a/docs/build.xml +++ b/docs/build.xml @@ -47,7 +47,7 @@ <property name="devguide.icons.dir" location="${aspectj.modules.dir}/ajde/src/org/aspectj/ajde/resources/actions"/> <property name="include.devguide.icons" - value="startAjde.gif,build.gif,openConfig.gif,browseroptions.gif,jbuilder-build.gif" /> + value="build.gif,openConfig.gif,browseroptions.gif" /> <!-- callers of xml-html use these by default --> <property name="chunk.xsl.source" @@ -204,6 +204,7 @@ includes="${include.devguide.icons}" /> </copy> <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"/> <param name="guide.name" value="devguide"/> </antcall> |