From 9aa8b47cccde164e530858f53336232c4a9dab33 Mon Sep 17 00:00:00 2001
From: carlos
Date: Thu, 17 Jun 2004 18:09:20 +0000
Subject: [PATCH] PR:MPASPECTJ-10 CVS:
---------------------------------------------------------------------- CVS:
PR: CVS: If this change addresses a PR in the problem report tracking CVS:
database, then enter the PR number(s) here. CVS: Obtained from: CVS: If
this change has been taken from another system, such as NCSA, CVS: then
name the system in this line, otherwise delete it. CVS: Submitted by: CVS:
If this code has been contributed to Apache by someone else; i.e., CVS:
they sent us a patch or a new module, then include their name/email CVS:
address here. If this is your work then delete this line. CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has CVS:
reviewed your changes, include their name(s) here. CVS: If you have not had
it reviewed then delete this line. Added "Compiling aspect sources" section
to xdoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115488 13f79535-47bb-0310-9956-ffa450edef68
---
aspectj/xdocs/changes.xml | 3 +++
aspectj/xdocs/index.xml | 10 ++++++++++
2 files changed, 13 insertions(+)
diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml
index c5fdcc96..641b73f7 100644
--- a/aspectj/xdocs/changes.xml
+++ b/aspectj/xdocs/changes.xml
@@ -28,6 +28,9 @@
+
+ Added "Compiling aspect sources" section to xdoc
+
Use maven.aspectj.maxmem
only when maven.aspectj.fork=true
diff --git a/aspectj/xdocs/index.xml b/aspectj/xdocs/index.xml
index 71bdb67a..5ef949ce 100644
--- a/aspectj/xdocs/index.xml
+++ b/aspectj/xdocs/index.xml
@@ -45,6 +45,7 @@
document.
+
To install or update the plugin do the following:
@@ -52,6 +53,15 @@
+
+
You must add the property aspectSourceDirectory in your project.xml
+
+ src/aspectj
+ ]]>
+
+
+
You must tell Maven what aspects you want to weave project classes with
in addition to the source aspects in your project. This is achieved by