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

@@ -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>

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

@@ -33,25 +33,17 @@

<abstract>
<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>
</abstract>
</bookinfo>

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

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

</book>

Loading…
Cancel
Save