You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/10/29 14:15:23 UTC

svn commit: r830927 - /openjpa/trunk/openjpa-integration/tck/pom.xml

Author: dwoods
Date: Thu Oct 29 13:15:23 2009
New Revision: 830927

URL: http://svn.apache.org/viewvc?rev=830927&view=rev
Log:
OPENJPA-839 Need to exclude new source and shade created jars from being used for the agent setting to the TCK

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?rev=830927&r1=830926&r2=830927&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Thu Oct 29 13:15:23 2009
@@ -178,6 +178,10 @@
                         <path id="agent.path">
                             <fileset dir="../../openjpa/target">
                                 <include name="*.jar" />
+                                <exclude name="*-sources.jar" />
+                                <exclude name="original-*.jar" />
+                                <exclude name="*-tests.jar" />
+                                <exclude name="*-javadoc.jar" />
                             </fileset>
                         </path>
                         <pathconvert dirsep="/" property="agent" refid="agent.path" />