aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB/adk15notebook.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-01-08 11:50:55 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commitd4a6906b3012fac6e4dbaca5854fc59ba0d67e47 (patch)
treec78540555837c12cfaef7f9cc95842668a3ee7f9 /docs/adk15ProgGuideDB/adk15notebook.xml
parent9735e858af48ff0bce152ea489800a86a151b08d (diff)
downloadaspectj-d4a6906b3012fac6e4dbaca5854fc59ba0d67e47.tar.gz
aspectj-d4a6906b3012fac6e4dbaca5854fc59ba0d67e47.zip
Rename '*GuideDB' directories to their actual HTML site target names
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/adk15ProgGuideDB/adk15notebook.xml')
-rw-r--r--docs/adk15ProgGuideDB/adk15notebook.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/docs/adk15ProgGuideDB/adk15notebook.xml b/docs/adk15ProgGuideDB/adk15notebook.xml
deleted file mode 100644
index 4f8a131b7..000000000
--- a/docs/adk15ProgGuideDB/adk15notebook.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "../../lib/docbook/docbook-dtd/docbookx.dtd"
-[
-<!ENTITY jpsigs SYSTEM "joinpointsignatures.xml">
-<!ENTITY annotations SYSTEM "annotations.xml">
-<!ENTITY generics SYSTEM "generics.xml">
-<!ENTITY enumeratedtypes SYSTEM "enumeratedtypes.xml">
-<!ENTITY autoboxing SYSTEM "autoboxing.xml">
-<!ENTITY covariance SYSTEM "covariance.xml">
-<!ENTITY varargs SYSTEM "varargs.xml">
-<!ENTITY pertypewithin SYSTEM "pertypewithin.xml">
-<!ENTITY ltw SYSTEM "ltw.xml">
-<!ENTITY ataspectj SYSTEM "ataspectj.xml">
-<!ENTITY miscellaneous SYSTEM "miscellaneous.xml">
-<!ENTITY reflection SYSTEM "reflection.xml">
-<!ENTITY grammar SYSTEM "grammar.xml">]>
-
-<book>
- <bookinfo>
- <title>The AspectJ<superscript>TM</superscript> 5 Development Kit Developer's Notebook</title>
-
- <authorgroup>
- <author>
- <othername>the AspectJ Team</othername>
- </author>
- </authorgroup>
-
- <legalnotice>
- <para>
- Copyright (c) 2004, 2005 Contributors,
- All rights reserved.
- </para>
- </legalnotice>
-
- <abstract>
- <para>
- This guide describes the changes to the AspectJ language
- in AspectJ 5. These include support for Java 5 (Tiger) features,
- support for an annotation-based development style for aspects,
- and new reflection and tools APIs.
- If you are new to AspectJ, we recommend you start
- by reading the programming guide.
- </para>
-
- </abstract>
- </bookinfo>
-
- &jpsigs;
- &annotations;
- &generics;
- &autoboxing;
- &covariance;
- &varargs;
- &enumeratedtypes;
- &pertypewithin;
- &ataspectj;
- &reflection;
- &miscellaneous;
- &ltw;
-
-</book>