]> source.dussan.org Git - aspectj.git/commitdiff
Move progguide images to subfolder
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 4 Jan 2024 06:18:25 +0000 (13:18 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 6 Jan 2024 09:09:11 +0000 (10:09 +0100)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
12 files changed:
docs/progguide/aspects.gif [deleted file]
docs/progguide/dd_arrow.gif [deleted file]
docs/progguide/examples.adoc
docs/progguide/figureUML.gif [deleted file]
docs/progguide/gettingstarted.adoc
docs/progguide/images/aspects.gif [new file with mode: 0644]
docs/progguide/images/dd_arrow.gif [new file with mode: 0644]
docs/progguide/images/figureUML.gif [new file with mode: 0644]
docs/progguide/images/overview.gif [new file with mode: 0644]
docs/progguide/images/telecom.gif [new file with mode: 0644]
docs/progguide/overview.gif [deleted file]
docs/progguide/telecom.gif [deleted file]

diff --git a/docs/progguide/aspects.gif b/docs/progguide/aspects.gif
deleted file mode 100644 (file)
index 8bca684..0000000
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 (file)
index a16b34c..0000000
Binary files a/docs/progguide/dd_arrow.gif and /dev/null differ
index f01ae46d8c99b6409de358dc4dffdec409831082..ca4fc2fdb99e3758ae4b99180f88e1eaa45ac95c 100644 (file)
@@ -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 (file)
index c4bf8db..0000000
Binary files a/docs/progguide/figureUML.gif and /dev/null differ
index ca05f782b90c507d88b80e4ac2f9c91fe65e0463..3f0889915eb705134602b54c2c5dbec464b9dea9 100644 (file)
@@ -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 (file)
index 0000000..8bca684
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 (file)
index 0000000..a16b34c
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 (file)
index 0000000..c4bf8db
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 (file)
index 0000000..7b1d6c8
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 (file)
index 0000000..89a7207
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 (file)
index 7b1d6c8..0000000
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 (file)
index 89a7207..0000000
Binary files a/docs/progguide/telecom.gif and /dev/null differ