Author: mcaisse
Date: Tue Apr 19 14:03:15 2005
New Revision: 161976
URL: http://svn.apache.org/viewcvs?view=rev&rev=161976
Log:
JDO-17 Fix enhancement dependency on .orm
Modified:
incubator/jdo/trunk/tck20/maven.xml
Modified: incubator/jdo/trunk/tck20/maven.xml
URL:
http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/maven.xml?view=diff&r1=161975&r2=161976
==============================================================================
--- incubator/jdo/trunk/tck20/maven.xml (original)
+++ incubator/jdo/trunk/tck20/maven.xml Tue Apr 19 14:03:15 2005
@@ -155,8 +155,9 @@
<uptodate
targetfile="${iut.enhanced.dir}/datastoreidentity.jar">
<srcfiles dir="${basedir}/test/jdo/datastoreidentity"
includes="org/apache/jdo/tck/pc/**/*.jdo,
- org/apache/jdo/tck/pc/**/*.orm,
org/apache/jdo/tck/pc/**/jdoTest.properties"/>
+ <srcfiles dir="${basedir}/test/orm/datastoreidentity"
+ includes="org/apache/jdo/tck/pc/**/*.orm"/>
<srcfiles dir="${basedir}/test/java"
includes="${jdo.tck.pcclasses.sources}
${jdo.tck.paclasses.sources}"/>
@@ -222,8 +223,9 @@
<uptodate
targetfile="${jdo.enhanced.dir}/applicationidentity.jar">
<srcfiles dir="${basedir}/test/jdo/applicationidentity"
includes="org/apache/jdo/tck/pc/**/*.jdo,
- org/apache/jdo/tck/pc/**/*.orm,
org/apache/jdo/tck/pc/**/jdoTest.properties"/>
+ <srcfiles dir="${basedir}/test/orm/applicationidentity"
+ includes="org/apache/jdo/tck/pc/**/*.orm"/>
<srcfiles dir="${basedir}/test/java"
includes="${jdo.tck.pcclasses.sources}
${jdo.tck.paclasses.sources}"/>