[jboss-cvs] JBossAS SVN: r57526 - in branches/Branch_AOP_1_5/aop/src/resources/test: memoryleaks regression

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 10 06:13:09 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-10-10 06:13:07 -0400 (Tue, 10 Oct 2006)
New Revision: 57526

Modified:
   branches/Branch_AOP_1_5/aop/src/resources/test/memoryleaks/jboss-aop.xml
   branches/Branch_AOP_1_5/aop/src/resources/test/regression/jboss-aop.xml
Log:
[JBAOP-291] Update location of jboss-aop_1_0.dtd

Modified: branches/Branch_AOP_1_5/aop/src/resources/test/memoryleaks/jboss-aop.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/src/resources/test/memoryleaks/jboss-aop.xml	2006-10-10 07:13:09 UTC (rev 57525)
+++ branches/Branch_AOP_1_5/aop/src/resources/test/memoryleaks/jboss-aop.xml	2006-10-10 10:13:07 UTC (rev 57526)
@@ -2,7 +2,7 @@
 
 <!DOCTYPE aop PUBLIC
    "-//JBoss//DTD JBOSS AOP 1.0//EN"
-   "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd">
+   "http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd">
 
 <aop>
    <aspect class="org.jboss.test.aop.memoryleaks.TestAspect" scope="PER_INSTANCE"/>

Modified: branches/Branch_AOP_1_5/aop/src/resources/test/regression/jboss-aop.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/src/resources/test/regression/jboss-aop.xml	2006-10-10 07:13:09 UTC (rev 57525)
+++ branches/Branch_AOP_1_5/aop/src/resources/test/regression/jboss-aop.xml	2006-10-10 10:13:07 UTC (rev 57526)
@@ -2,7 +2,7 @@
 
 <!DOCTYPE aop PUBLIC
    "-//JBoss//DTD JBOSS AOP 1.0//EN"
-   "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd">
+   "http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd">
 
 <aop>
    <prepare expr="all(org.jboss.test.aop.regression.jbaop206inheritadvised.Base)"/>




More information about the jboss-cvs-commits mailing list