Author: imario
Date: Mon Dec 11 09:26:28 2006
New Revision: 485763

URL: http://svn.apache.org/viewvc?view=rev&rev=485763
Log:
put test-data in test classes output directory to have access for the resource 
provider test case

Modified:
    jakarta/commons/proper/vfs/trunk/core/pom.xml

Modified: jakarta/commons/proper/vfs/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/core/pom.xml?view=diff&rev=485763&r1=485762&r2=485763
==============================================================================
--- jakarta/commons/proper/vfs/trunk/core/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/core/pom.xml Mon Dec 11 09:26:28 2006
@@ -172,8 +172,8 @@
                                                <configuration>
                                                        <tasks>
                                                                <echo 
message="Setup test-data environment" />
-                                                               <delete 
dir="${project.build.outputDirectory}/../test-data"/>
-                                                               <copy 
todir="${project.build.outputDirectory}/../test-data">
+                                                               <delete 
dir="${project.build.outputDirectory}/test-data"/>
+                                                               <copy 
todir="${project.build.outputDirectory}/test-data">
                                                                        
<fileset dir="src/test/test-data">
                                                                                
<include name="**/*" />
                                                                        
</fileset>



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

Reply via email to