From 1aa6ce7834c0082d34e1ef84c0cef8ec68d84926 Mon Sep 17 00:00:00 2001
From: wisberg
Date: Thu, 5 Jun 2003 09:11:29 +0000
Subject: [PATCH] link fixes
---
docs/devGuideDB/ajbrowser.xml | 10 +++++-----
docs/devGuideDB/antsupport.xml | 12 ++++++------
docs/dist/doc/README-11.html | 6 +++---
docs/dist/doc/changes.html | 4 ++--
docs/dist/doc/index.html | 2 +-
docs/faq/faq.xml | 6 ++----
6 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/docs/devGuideDB/ajbrowser.xml b/docs/devGuideDB/ajbrowser.xml
index 7bfe808e3..0e463dd07 100644
--- a/docs/devGuideDB/ajbrowser.xml
+++ b/docs/devGuideDB/ajbrowser.xml
@@ -334,12 +334,12 @@
For the most up-to-date information on known problems,
see the
- bug database
+ bug database
for unresolved
-
+
compiler bugs
or
-
+
IDE bugs
.
@@ -377,8 +377,8 @@
(Do join the list to participate!)
We also welcome any bug reports, patches, and feature requests;
you can submit them to the bug database at
-
- http://dev.eclipse.org/bugs
+
+ http://bugs.eclipse.org/bugs
using the AspectJ product and IDE component.
diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml
index 847461878..22d6afa32 100644
--- a/docs/devGuideDB/antsupport.xml
+++ b/docs/devGuideDB/antsupport.xml
@@ -1386,7 +1386,7 @@
All source files under spacewar/ and coordination/ are used, except Debug.java.
- See ../examples/builds.xml
+ See ../examples/build.xml
for an example build script.
@@ -1631,12 +1631,12 @@
For the most up-to-date information on known problems,
see the
- bug database
+ bug database
for unresolved
-
+
compiler bugs
or
-
+
taskdef bugs
.
@@ -1666,8 +1666,8 @@
(Do join the list to participate!)
We also welcome any bug reports, patches, and features;
you can submit them to the bug database at
-
- http://dev.eclipse.org/bugs
+
+ http://bugs.eclipse.org/bugs
using the AspectJ product and Ant component.
diff --git a/docs/dist/doc/README-11.html b/docs/dist/doc/README-11.html
index 039c49b88..eebb3d3e9 100644
--- a/docs/dist/doc/README-11.html
+++ b/docs/dist/doc/README-11.html
@@ -264,7 +264,7 @@ programs from 1.0 to 1.1.
A short description of the options ajc accepts is available with
"ajc -help
".
Longer descriptions are available in the
- Development Environment Guide
+ Development Environment Guide
section on ajc.
@@ -1480,8 +1480,8 @@ especially the open bugs for the
Developers should know about bugs marked with the "info" keyword
because those bugs reflect failures to implement the 1.1 language perfectly.
These might be fixed during the 1.1 release cycle; find them using the query
-
- https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info
+
+ http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info
For ajc's 1.1 implementation limitations, see
diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html
index cbfb4674a..efaecc030 100644
--- a/docs/dist/doc/changes.html
+++ b/docs/dist/doc/changes.html
@@ -14,7 +14,7 @@ All rights reserved.
Changes in AspectJ
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index f6b32ad88..3eb29ffa5 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -63,7 +63,7 @@
Programming Guide
- (printable pdf or html
+ (printable html
diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml
index 4e1cb8cbc..c414b12de 100644
--- a/docs/faq/faq.xml
+++ b/docs/faq/faq.xml
@@ -250,7 +250,7 @@
From AspectJ's
- web page
+ web page
, download the AspectJ distribution.
The jar file is installed by executing
@@ -1341,9 +1341,7 @@ aspect PublicErrorLogging {
approved a proposal to add generic types to Java that is largely
based on GJ (JSR 14). A draft specification was submitted for
public review, which closed on 01 August 2001, and a
-
- prototype implementation
- has been released.
+ prototype implementation has been released by Sun.
We are committed to moving very rapidly to add support for
generic types in AspectJ when generic types become part of the Java
--
2.39.5
|