[jboss-cvs] JBossAS SVN: r64118 - projects/microcontainer/trunk/aop-mc-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 18 09:41:19 EDT 2007


Author: pgier
Date: 2007-07-18 09:41:19 -0400 (Wed, 18 Jul 2007)
New Revision: 64118

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
Log:
Adding ant-junit version.  Fixing test-classes directory.

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-07-18 12:13:40 UTC (rev 64117)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-07-18 13:41:19 UTC (rev 64118)
@@ -418,7 +418,7 @@
                           haltonfailure="false"
                           fork="true">
               
-                          <fileset dir="${project.build.directory}/test-classes">
+                          <fileset dir="${project.build.directory}/tests-classes">
                              <include name="org/jboss/test/**/*TestCase.class"/>
                           </fileset>
                        </batchtest>
@@ -434,6 +434,7 @@
               <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant-junit</artifactId>
+                <version>${version.ant.junit}</version>
               </dependency>
             </dependencies>     
           </plugin>
@@ -495,7 +496,7 @@
                           haltonfailure="false"
                           fork="true">
               
-                          <fileset dir="${project.build.directory}/test-classes">
+                          <fileset dir="${project.build.directory}/tests-classes">
                              <include name="org/jboss/test/**/*TestCase.class"/>
                           </fileset>
                        </batchtest>
@@ -511,6 +512,7 @@
               <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant-junit</artifactId>
+                <version>${version.ant.junit}</version>
               </dependency>
             </dependencies>     
           </plugin>




More information about the jboss-cvs-commits mailing list