You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/21 07:24:01 UTC

svn commit: r424187 - /geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml

Author: jdillon
Date: Thu Jul 20 22:24:01 2006
New Revision: 424187

URL: http://svn.apache.org/viewvc?rev=424187&view=rev
Log:
Root to ${pom.basedir}

Modified:
    geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml?rev=424187&r1=424186&r2=424187&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/modules/system/pom.xml Thu Jul 20 22:24:01 2006
@@ -101,11 +101,11 @@
         
         <testResources>
             <testResource>
-                <directory>src/test-data</directory>
+                <directory>${pom.basedir}src/test-data</directory>
             </testResource>
             
             <testResource>
-                <directory>src/schema</directory>
+                <directory>${pom.basedir}src/schema</directory>
                 <targetPath>META-INF/schema</targetPath>
             </testResource>
         </testResources>