Browse Source

Now devguide doesn't include AJDE stuff apart from the browser

tags/V_1_1_b2
ehilsdal 21 years ago
parent
commit
7f352480c0
2 changed files with 6 additions and 13 deletions
  1. 2
    1
      docs/build.xml
  2. 4
    12
      docs/devGuideDB/devguide.xml

+ 2
- 1
docs/build.xml View File

<property name="devguide.icons.dir" <property name="devguide.icons.dir"
location="${aspectj.modules.dir}/ajde/src/org/aspectj/ajde/resources/actions"/> location="${aspectj.modules.dir}/ajde/src/org/aspectj/ajde/resources/actions"/>
<property name="include.devguide.icons" <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 --> <!-- callers of xml-html use these by default -->
<property name="chunk.xsl.source" <property name="chunk.xsl.source"
includes="${include.devguide.icons}" /> includes="${include.devguide.icons}" />
</copy> </copy>
<antcall target="build-guide"> <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.dir" value="devGuideDB"/>
<param name="guide.name" value="devguide"/> <param name="guide.name" value="devguide"/>
</antcall> </antcall>

+ 4
- 12
docs/devGuideDB/devguide.xml View File



<abstract> <abstract>
<para> <para>
This user's guide describes the tools which are part of the
AspectJ development environment. A companion guide describes the
AspectJ language.
This guide describes the tools which are part of the AspectJ
development environment. They currently describe the 1.0.6 versions of
the tools: See README-11.html in the distribution for a description of
changes. A companion guide describes the AspectJ language.
</para> </para>
</abstract> </abstract>
</bookinfo> </bookinfo>


<reference> <reference>
<title>Command Line Tools</title>
&ajc; &ajc;
</reference>

<reference>
<title>Development Environment Support</title>
&ajbrowser; &ajbrowser;
&ajdejbuilder;
&ajdeforte;
&aspectj-mode;
&ajdee;
</reference> </reference>


</book> </book>

Loading…
Cancel
Save