[Jboss-cvs] JBossAS SVN: r56858 - trunk/aop

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 14 12:48:57 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-09-14 12:48:55 -0400 (Thu, 14 Sep 2006)
New Revision: 56858

Modified:
   trunk/aop/
   trunk/aop/base-tests.xml
Log:
Add "org" folder (containing debug class output) to svn:ignore


Property changes on: trunk/aop
___________________________________________________________________
Name: svn:ignore
   - output
build.log
TEST-org.jboss.test.aop.*.txt
junit*.properties
comments.txt
jbossAgent.dll
jboss-aop-dist.zip
local.properties

   + output
build.log
TEST-org.jboss.test.aop.*.txt
junit*.properties
comments.txt
jbossAgent.dll
jboss-aop-dist.zip
local.properties
org


Modified: trunk/aop/base-tests.xml
===================================================================
--- trunk/aop/base-tests.xml	2006-09-14 16:44:30 UTC (rev 56857)
+++ trunk/aop/base-tests.xml	2006-09-14 16:48:55 UTC (rev 56858)
@@ -2,6 +2,9 @@
 
    <target name="_base-tests">
       <antcall target="${test-target}" inheritRefs="true">
+         <param name="test" value="extender"/>
+      </antcall>
+      <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="jdk15base"/>
       </antcall>
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list