Author: ptahchiev
Date: Wed Oct  1 12:16:48 2008
New Revision: 700877

URL: http://svn.apache.org/viewvc?rev=700877&view=rev
Log:
changed the name of the directory the cactus tests are stored.

Modified:
    jakarta/cactus/trunk/samples/ejb/pom.xml

Modified: jakarta/cactus/trunk/samples/ejb/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/pom.xml?rev=700877&r1=700876&r2=700877&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/pom.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/pom.xml Wed Oct  1 12:16:48 2008
@@ -181,7 +181,7 @@
                                                        </dependency>
                                                </libDependencies>
                                                <testClasses>
-                                                       
<directory>target/classes</directory>
+                                                       
<directory>target/test-classes</directory>
                                                        <includes>
                                                                
<include>**/*Test*.*</include>
                                                        </includes>
@@ -259,8 +259,8 @@
                                                        <skip>false</skip>
                                                        <!--The next line is 
because we need the tests in src/main/java to ensure
                                                                                
        that the classes are included in the archive.-->
-                                                       
<testSourceDirectory>src/main/java</testSourceDirectory>
-                                                       
<testClassesDirectory>target/classes</testClassesDirectory>
+                                                       
<!--testSourceDirectory>src/main/java</testSourceDirectory>
+                                                       
<testClassesDirectory>target/classes</testClassesDirectory-->
                                                        <systemProperties>
                                                                <property>
                                                                        
<name>cactus.contextURL</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to