[jboss-cvs] JBossAS SVN: r60669 - branches/Branch_AOP_1_5/aop/docs/reference/reference/en/modules.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 19 12:44:13 EST 2007
Author: kabir.khan at jboss.com
Date: 2007-02-19 12:44:12 -0500 (Mon, 19 Feb 2007)
New Revision: 60669
Modified:
branches/Branch_AOP_1_5/aop/docs/reference/reference/en/modules/running.xml
Log:
[JBAOP-356] Ability to attach a .aop deployment to a particular scoped classloader. Documentation
Modified: branches/Branch_AOP_1_5/aop/docs/reference/reference/en/modules/running.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/docs/reference/reference/en/modules/running.xml 2007-02-19 17:43:07 UTC (rev 60668)
+++ branches/Branch_AOP_1_5/aop/docs/reference/reference/en/modules/running.xml 2007-02-19 17:44:12 UTC (rev 60669)
@@ -922,8 +922,7 @@
<para>We can later deploy a .aop file containing aspects and configuration to attach that deployment to the scoped .ear. This is done using the <literal>loader-repository</literal>
tag in the .aop files <literal>META-INF/jboss-aop.xml</literal> file.
</para>
- <programlisting>
- <![CDATA[<?xml version="1.0" encoding="UTF-8"?>
+ <programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<aop>
<loader-repository>jboss.test:service=scoped</loader-repository>
More information about the jboss-cvs-commits
mailing list