File: site.xml

package info (click to toggle)
aspectj-maven-plugin 1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,328 kB
  • sloc: java: 2,579; xml: 2,235; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,693 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
  <body>
    <links>
      <item name="AspectJ" href="http://aspectj.org"/>
      <item name="AJC Documentation" href="http://www.eclipse.org/aspectj/doc/next/devguide/ajc-ref.html"/>
    </links>
    <menu name="Overview">
      <item name="Introduction" href="./index.html"/>
      <item name="Usage" href="./usage.html"/>
      <item name="Goals" href="./plugin-info.html"/>
    </menu>
    <menu name="Examples: Single-project AspectJ use">
      <item name="Separate test/compile settings" href="./examples/differentTestAndCompile.html"/>
      <item name="Using includes/excludes" href="./examples/includeExclude.html"/>
      <item name="Using with AJDT" href="./examples/usingTogetherWithAJDT.html"/>
      <item name="Weaving classes in jars" href="./examples/weaveJars.html"/>
      <item name="Weaving classes in directories" href="./examples/weaveDirectories.html"/>
      <item name="Using aspect libraries" href="./examples/libraryJars.html"/>
      <item name="Configuring Report" href="./examples/usingReport.html"/>
    </menu>
    <menu name="Examples: Multi-module AspectJ use">
      <item name="Multi-module use of AspectJ" href="./multimodule/multimodule_strategy.html"/>
    </menu>
    <menu name="AspectJ Compiler reference">
      <item name="AJC standard options" href="./ajc_reference/standard_opts.html"/>
      <item name="AJC experimental options" href="./ajc_reference/experimental_opts.html"/>
    </menu>
  </body>
</project>