You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ke...@apache.org on 2010/07/18 00:35:39 UTC

svn commit: r965143 - /incubator/oodt/trunk/metadata/pom.xml

Author: kelly
Date: Sat Jul 17 22:35:39 2010
New Revision: 965143

URL: http://svn.apache.org/viewvc?rev=965143&view=rev
Log:
Include test resources in org/apache/oodt/cas/metadata so that org.apache.oodt.cas.metadata.MetadataTestCase can get to them

Modified:
    incubator/oodt/trunk/metadata/pom.xml

Modified: incubator/oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/metadata/pom.xml?rev=965143&r1=965142&r2=965143&view=diff
==============================================================================
--- incubator/oodt/trunk/metadata/pom.xml (original)
+++ incubator/oodt/trunk/metadata/pom.xml Sat Jul 17 22:35:39 2010
@@ -50,7 +50,7 @@ the License.
   <build>
     <resources>
       <resource>
-        <targetPath>org/apache/oodt/cas/metadata/preconditions</targetPath>
+        <targetPath>org/apache/oodt/cas/metadata/util</targetPath>
         <directory>${basedir}/src/main/resources</directory>
         <includes>
           <include>tika-mimetypes.xml</include>
@@ -59,6 +59,19 @@ the License.
     </resources>
     <testResources>
       <testResource>
+        <targetPath>org/apache/oodt/cas/metadata</targetPath>
+        <directory>${basedir}/src/testdata</directory>
+        <includes>
+             <include>extern-config.xml</include>
+             <include>met_extr_preconditions.xml</include>
+             <include>samplemet.xml</include>
+             <include>testfile.txt</include>
+             <include>testfile2.txt.met</include>
+             <include>testfile2.txt</include>
+             <include>tika-mimetypes.xml</include>
+        </includes>
+      </testResource>
+      <testResource>
          <targetPath>org/apache/oodt/cas/metadata/preconditions</targetPath>
          <directory>${basedir}/src/testdata</directory>
          <includes>