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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 09:16:17 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-02-13 09:16:17 -0500 (Wed, 13 Feb 2008)
New Revision: 69823

Modified:
   projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
Log:
[JBAOP-516] Support exclude=* in order to just include some package in current project

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-02-13 14:10:45 UTC (rev 69822)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-02-13 14:16:17 UTC (rev 69823)
@@ -325,8 +325,9 @@
                   </para>
                   <para>
                      To enable filtering, you can use the <literal>jboss.aop.exclude</literal> System Property. This System Property
-                     is a comma delimited list.  The strings in the list can be package names and/or classnames.  No wildcards
-                     are allowed. Packages/classes within this list will ignored by JBoss AOP.
+                     is a comma delimited list.  The strings in the list can be package names and/or classnames.  Packages/classes within
+                     this list will ignored by JBoss AOP. You can use the wildcard <literal>*</literal> in place of a classname, this
+                     will then exclude all classes. No other wildcards are supported.
                   </para>
                   <programlisting>
                      java -Djboss.aop.exclude=org.jboss,org.apache ...




More information about the jboss-cvs-commits mailing list