From: Alexander Kriegisch Date: Thu, 4 Jan 2024 06:18:25 +0000 (+0700) Subject: Move progguide images to subfolder X-Git-Tag: V1_9_21_1~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a45f10e33c32b0312f3dc6b842427962643583bf;p=aspectj.git Move progguide images to subfolder Signed-off-by: Alexander Kriegisch --- diff --git a/docs/progguide/aspects.gif b/docs/progguide/aspects.gif deleted file mode 100644 index 8bca684ad..000000000 Binary files a/docs/progguide/aspects.gif and /dev/null differ diff --git a/docs/progguide/dd_arrow.gif b/docs/progguide/dd_arrow.gif deleted file mode 100644 index a16b34c95..000000000 Binary files a/docs/progguide/dd_arrow.gif and /dev/null differ diff --git a/docs/progguide/examples.adoc b/docs/progguide/examples.adoc index f01ae46d8..ca4fc2fdb 100644 --- a/docs/progguide/examples.adoc +++ b/docs/progguide/examples.adoc @@ -287,7 +287,7 @@ aspects, though simple, are not totally trivial. The diagram below gives an overview of the aspects and their interaction with the class `Point`. -image:aspects.gif[image] +image:images/aspects.gif[image] ===== The `CloneablePoint` aspect @@ -1314,7 +1314,7 @@ is used to connect them. Conference calls between more than two customers will involve more than one connection. A customer may be involved in many calls at one time. -image:telecom.gif[image] +image:images/telecom.gif[image] ===== The `Customer` class diff --git a/docs/progguide/figureUML.gif b/docs/progguide/figureUML.gif deleted file mode 100644 index c4bf8db9a..000000000 Binary files a/docs/progguide/figureUML.gif and /dev/null differ diff --git a/docs/progguide/gettingstarted.adoc b/docs/progguide/gettingstarted.adoc index ca05f782b..3f0889915 100644 --- a/docs/progguide/gettingstarted.adoc +++ b/docs/progguide/gettingstarted.adoc @@ -60,7 +60,7 @@ The features are presented using a simple figure editor system. A is also a `Display`. Most example programs later in this chapter are based on this system as well. -image:figureUML.gif[ UML for the `FigureEditor` example ] +image:images/figureUML.gif[ UML for the `FigureEditor` example ] The motivation for AspectJ (and likewise for aspect-oriented programming) is the realization that there are issues or concerns that diff --git a/docs/progguide/images/aspects.gif b/docs/progguide/images/aspects.gif new file mode 100644 index 000000000..8bca684ad Binary files /dev/null and b/docs/progguide/images/aspects.gif differ diff --git a/docs/progguide/images/dd_arrow.gif b/docs/progguide/images/dd_arrow.gif new file mode 100644 index 000000000..a16b34c95 Binary files /dev/null and b/docs/progguide/images/dd_arrow.gif differ diff --git a/docs/progguide/images/figureUML.gif b/docs/progguide/images/figureUML.gif new file mode 100644 index 000000000..c4bf8db9a Binary files /dev/null and b/docs/progguide/images/figureUML.gif differ diff --git a/docs/progguide/images/overview.gif b/docs/progguide/images/overview.gif new file mode 100644 index 000000000..7b1d6c8d6 Binary files /dev/null and b/docs/progguide/images/overview.gif differ diff --git a/docs/progguide/images/telecom.gif b/docs/progguide/images/telecom.gif new file mode 100644 index 000000000..89a7207f3 Binary files /dev/null and b/docs/progguide/images/telecom.gif differ diff --git a/docs/progguide/overview.gif b/docs/progguide/overview.gif deleted file mode 100644 index 7b1d6c8d6..000000000 Binary files a/docs/progguide/overview.gif and /dev/null differ diff --git a/docs/progguide/telecom.gif b/docs/progguide/telecom.gif deleted file mode 100644 index 89a7207f3..000000000 Binary files a/docs/progguide/telecom.gif and /dev/null differ