Author: mprudhom
Date: Fri Aug 17 19:26:34 2007
New Revision: 567207
URL: http://svn.apache.org/viewvc?view=rev&rev=567207
Log:
Fixed TCK to only use a single jar in the top-level openjpa-all aggregate
module.
Modified:
openjpa/trunk/openjpa-integration/tck/pom.xml
Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?view=diff&rev=567207&r1=567206&r2=567207
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Fri Aug 17 19:26:34 2007
@@ -174,7 +174,7 @@
<path id="agent.path">
<fileset dir="../../openjpa-all/target">
- <include name="**/*.jar"/>
+ <include name="*.jar"/>
</fileset>
</path>
<pathconvert dirsep="/" property="agent"