You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2021/05/07 23:12:31 UTC

[db-jdo] 06/09: JDO-279: Add directories assertions and iut_jars to the jdo2-tck distribution

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.0-beta
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit c58804ad873d74596f750c40219a45d33ce940d1
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sat Jan 21 22:32:48 2006 +0000

    JDO-279: Add directories assertions and iut_jars to the jdo2-tck distribution
---
 tck20/maven.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/tck20/maven.xml b/tck20/maven.xml
index ee9338b..84cc4e5 100644
--- a/tck20/maven.xml
+++ b/tck20/maven.xml
@@ -576,7 +576,6 @@
     <!-- ========= -->
 
     <ant:property file="${basedir}/src/conf/alltests.list"/>
-    <mkdir dir="iut_jars"/>
 
     <!-- Jar files for the Implementation Under Test -->
     <path id="test_iut_jars" >
@@ -699,9 +698,15 @@
     </goal>
 
     <preGoal name="dist:build-src">
-        <echo>Copying RunRules.html to ${maven.dist.src.archive.dir}/${maven.final.name}</echo>
-        <copy toDir="${maven.dist.src.archive.dir}/${maven.final.name}"
-              file="${basedir}/RunRules.html"/>
+        <echo>Copying RunRules.html, assertions, and iut_jars to ${maven.dist.src.archive.dir}/${maven.final.name}</echo>
+        <copy toDir="${maven.dist.src.archive.dir}/${maven.final.name}">
+             <fileset dir="${basedir}">
+                 <include name="RunRules.html"/>
+                 <include name="assertions/**"/>
+                 <include name="iut_jars"/>
+                 <exclude name="iut_jars/*"/>
+             </fileset>
+        </copy>
         <echo>Copying top-level project.xml, project.properties, and README.txt to ${maven.dist.src.archive.dir}</echo>
         <copy toDir="${maven.dist.src.archive.dir}">
              <fileset dir="${basedir}/..">