aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sandbox/trails/j2ee.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-07-16 10:48:06 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commita6a1dbea46fd4829189b23fb900da6a586a8151a (patch)
treeb6d8a3b4e38e320813566535c6ea4f036fb4ba91 /docs/sandbox/trails/j2ee.adoc
parentfa63feda31a6a9656173a63dc057993d98469305 (diff)
downloadaspectj-a6a1dbea46fd4829189b23fb900da6a586a8151a.tar.gz
aspectj-a6a1dbea46fd4829189b23fb900da6a586a8151a.zip
Fix more AsciiDoc links and code blocks (WIP)
- Add Java syntax highlighting to AspectJ and Java files - Add XML syntax highlighting to XML files (Ant, LTW etc.) - Dedent and remove empty lines, where necessary - Enclose in-line line numbers for Java code in /*23*/ comments in order to enable Java formatting Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/sandbox/trails/j2ee.adoc')
-rw-r--r--docs/sandbox/trails/j2ee.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sandbox/trails/j2ee.adoc b/docs/sandbox/trails/j2ee.adoc
index 2697175f0..a483a7b79 100644
--- a/docs/sandbox/trails/j2ee.adoc
+++ b/docs/sandbox/trails/j2ee.adoc
@@ -37,6 +37,7 @@ up ajc as the compiler, do the following before starting Tomcat:
tell Ant to use `ajc` by setting the compiler property to the AspectJ
compiler adapter:
+
+[source, xml]
....
<servlet>
<servlet-name>jsp</servlet-name>