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 2010/01/05 15:05:08 UTC

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

Author: dwoods
Date: Tue Jan  5 14:05:08 2010
New Revision: 896046

URL: http://svn.apache.org/viewvc?rev=896046&view=rev
Log:
OPENJPA-1453 Old 1.0b TCK does not create a reports dir

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=896046&r1=896045&r2=896046&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Tue Jan  5 14:05:08 2010
@@ -551,7 +551,6 @@
                         <property name="tck.results.archive" value="${tck.base}/openjpa-tck-results.zip" />
                         <zip destfile="${tck.results.archive}">
                             <fileset dir="${jpatck.work.dir}" />
-                            <fileset dir="${jpatck.reports.dir}" />
                         </zip>
                         <echo>Results archive at: ${tck.results.archive}</echo>