[jboss-cvs] JBossAS SVN: r79664 - in projects/aop/trunk/aop/docs/reference/reference/en: modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 17 13:03:33 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-17 13:03:32 -0400 (Fri, 17 Oct 2008)
New Revision: 79664

Modified:
   projects/aop/trunk/aop/docs/reference/reference/en/master.xml
   projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml
Log:
[JBAOP-668] Move maven chapter

Modified: projects/aop/trunk/aop/docs/reference/reference/en/master.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/master.xml	2008-10-17 16:49:39 UTC (rev 79663)
+++ projects/aop/trunk/aop/docs/reference/reference/en/master.xml	2008-10-17 17:03:32 UTC (rev 79664)
@@ -103,10 +103,10 @@
 
    &compiling;
 
+   &running;
+
    &maven;
 
-   &running;
-
    &reflection;
    
    &array;

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml	2008-10-17 16:49:39 UTC (rev 79663)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml	2008-10-17 17:03:32 UTC (rev 79664)
@@ -249,7 +249,7 @@
          </listitem>
          <listitem>
             <literal>aopclasspath</literal> - This should mirror your class path and contain all JARs/directories
-               that may have annotated aspects (Ses Chapter "Annotated Bindings").  The AOPC compiler will browser
+               that may have annotated aspects (Ses Chapter "Annotated Bindings").  The AOPC compiler will browse
                each class file in this path to determine if any of them are annotationed with
             <literal>@Aspect</literal>.
                This gets used for the




More information about the jboss-cvs-commits mailing list