Browse Source

adding http://eclipse.org/aspectj as home page.

Docs assumed to be at http://eclipse.org/aspectj/doc/dist
tags/V_1_1_b2
wisberg 21 years ago
parent
commit
754dcbb620
1 changed files with 15 additions and 13 deletions
  1. 15
    13
      docs/dist/doc/index.html

+ 15
- 13
docs/dist/doc/index.html View File

@@ -15,8 +15,10 @@
an open-source license, require Java 2 to run, and produce
code that runs in JDK 1.1 and later VM's.
For the latest materials, see
<a href="@aspectj.home.url@">@aspectj.home.url@</a>,
especially the <a href="@aspectj.home.url@/faq">FAQ</a>.
<a href="http://eclipse.org/aspectj">http://eclipse.org/aspectj</a>.
<!--
especially the <a href="http://eclipse.org/aspectj/faq">FAQ</a>.
-->
<p>

<table>
@@ -32,7 +34,7 @@
<!-- end strip -->
examples
<tr><td><a href="#distributions">distributions</a></td><td>
<a href="@aspectj.home.url@/dist">AspectJ</a> itself
<a href="http://eclipse.org/aspectj">AspectJ</a> itself
and development environment support for
<a href="http://eclipse.org/ajdt">Eclipse</a>,
<a href="http://aspectj4emacs.sourceforge.net">Emacs</a>,
@@ -42,8 +44,8 @@
<tr><td><a href="#resources">resources</a></td><td>
<a href="http://aosd.net">aosd.net</a>;
<a href="@aspectj.home.url@">AspectJ project</a>
the bug <a href="@aspectj.home.url@/bugs">db</a>,
<a href="http://eclipse.org/aspectj">AspectJ project</a>
the bug <a href="http://eclipse.org/bugs">db</a>,
and mailing lists for
<a href="mailto:aspectj-users@eclipse.org">users</a> and
<a href="mailto:aspectj-dev@eclipse.org">developers</a>.
@@ -59,7 +61,7 @@

<tr> <td><a href="quick.pdf"> AspectJ Quick Reference</a>
<!-- start strip -->
(<a href="@aspectj.home.url@/doc/dist/quick.pdf">web</a>)
(<a href="http://eclipse.org/aspectj/doc/dist/quick.pdf">web</a>)
<!-- end strip -->
</td>
<td>This is a two-page quick reference for the AspectJ language.
@@ -69,7 +71,7 @@
<tr> <td><a href="progguide/index.html">Programming Guide</a>
(printable <a href="progguide.pdf">pdf</a> or <a href="progguide/printable.html">html</a>
<!-- start strip -->
- <a href="@aspectj.home.url@/doc/dist/progguide/index.html">web</a>
- <a href="http://eclipse.org/aspectj/doc/dist/progguide/index.html">web</a>
<!-- end strip -->
)
</td>
@@ -95,7 +97,7 @@
(printable <a href="devguide/printable.html">html</a>
<!-- start strip -->
- <a href="@aspectj.home.url@/doc/dist/devguide/index.html">web</a>
- <a href="http://eclipse.org/aspectj/doc/dist/devguide/index.html">web</a>
<!-- end strip -->
)
</td>
@@ -111,7 +113,7 @@

<tr> <td><a href="api/overview-summary.html">AspectJ API</a>
<!-- start strip -->
(<a href="@aspectj.home.url@/doc/dist/api/overview-summary.html">web</a>)
(<a href="http://eclipse.org/aspectj/doc/dist/api/overview-summary.html">web</a>)
<!-- end strip -->
</td>
<td>API documentation for AspectJ runtime classes. <tt>JoinPoint</tt>
@@ -120,7 +122,7 @@

<tr> <td><a href="faq.html"> FAQ</a>
<!-- start strip -->
(<a href="@aspectj.home.url@/doc/dist/faq.html">web</a>)
(<a href="http://eclipse.org/aspectj/doc/dist/faq.html">web</a>)
<!-- end strip -->
</td>
<td>Frequently-asked questions about the AspectJ language, tools, and project.
@@ -128,7 +130,7 @@

<tr> <td><a href="porting.html"> Porting guide</a>
<!-- start strip -->
(<a href="@aspectj.home.url@/doc/dist/porting.html">web</a>)
(<a href="http://eclipse.org/aspectj/doc/dist/porting.html">web</a>)
<!-- end strip -->
</td>
<td>How users can convert code from pre-1.0 versions
@@ -137,7 +139,7 @@

<tr> <td><a href="changes.html"> Changes </a>
<!-- start strip -->
(<a href="@aspectj.home.url@/doc/dist/changes.html">web</a>)
(<a href="http://eclipse.org/aspectj/doc/dist/changes.html">web</a>)
<!-- end strip -->
</td>
<td>Changes between the latest releases.
@@ -159,7 +161,7 @@
<h3>AspectJ distributions</h3>
<table border="1">
<tr> <th>Distributions</th><th>Description</th>
<tr> <td><a href="@aspectj.home.url@/dl">AspectJ</a>
<tr> <td><a href="http://eclipse.org/aspectj">AspectJ</a>
</td>
<td>The AspectJ distribution contains binaries for the
compiler, structure browser, and Ant taskdefs,

Loading…
Cancel
Save