[jboss-cvs] JBossAS SVN: r79690 - projects/aop/trunk/aop/docs/reference/reference/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 18 05:53:18 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-18 05:53:18 -0400 (Sat, 18 Oct 2008)
New Revision: 79690

Modified:
   projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml
   projects/aop/trunk/aop/docs/reference/reference/en/modules/modes.xml
Log:
[JBAOP-668] Minor fixes

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-18 06:46:28 UTC (rev 79689)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml	2008-10-18 09:53:18 UTC (rev 79690)
@@ -28,8 +28,7 @@
       <para>
          JBoss AOP comes with an ant task that you can use for precompiling your
          classes with the aop precompiler. An example build.xml file is the basis
-         for the explanation. (It is quite similar to the one used in the previous
-         chapter.) 
+         for the explanation.
       </para>
       <para>
          <programlisting><![CDATA[
@@ -64,6 +63,9 @@
          <pathelement path="${jboss.aop.lib}/jboss-common-core.jar"/>
          <pathelement path="${jboss.aop.lib}/jboss-logging-spi.jar"/>
          <pathelement path="${jboss.aop.lib}/jboss-logging-log4j.jar"/>
+         <pathelement path="${jboss.aop.lib}/jboss-mdr.jar"/>
+         <pathelement path="${jboss.aop.lib}/jboss-reflect.jar"/>
+         <pathelement path="${jboss.aop.lib}/log4j.jar"/>
       </path>]]>
          </programlisting>
       </para>
@@ -83,7 +85,7 @@
          <programlisting><![CDATA[
       <taskdef name="aopc" classname="org.jboss.aop.ant.AopC"
          classpathref="jboss.aop.classpath"/>
-   </target>]]>
+      </target>]]>
          </programlisting>
       </para>
       <para>

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/modes.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/modes.xml	2008-10-18 06:46:28 UTC (rev 79689)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/modes.xml	2008-10-18 09:53:18 UTC (rev 79690)
@@ -136,14 +136,14 @@
       <sect2 id="instrumention-modes-generated-advisor-batf" revision="1">
          <title>Lightweight Aspects</title>
          <para>
-            The use of the before, after, after-throwing and finally advices as mentioned in the 
-            <link linkend="adv-batf">Advices</link> chapter is only supported in this weaving mode.
+            The use of the before, after, after-throwing and finally advices as mentioned in 
+            <xref linkend="adv-batf"/> is only supported in this weaving mode.
          </para>
       </sect2>
       <sect2 id="instrumention-modes-generated-advisor-instance-api" revision="1">
          <title>Improved Instance API</title>
          <para>
-            The <link linkend="dyn-4">Improved Instance API</link> is only available in this weaving mode.
+            The improved instance api mentioned in <xref linkend="dyn-4"/> is only available in this weaving mode.
          </para>
       </sect2>
       <sect2 id="instrumention-modes-generated-advisor-chain-overriding" revision="1">




More information about the jboss-cvs-commits mailing list