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:32 UTC

[db-jdo] 07/09: JDO-284: add build.properties file to and remove generated build.xml from 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 5cfb061019e8ca72a57284997c6d9e7c1dbf8544
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Tue Jan 24 17:24:13 2006 +0000

    JDO-284: add build.properties file to and remove generated build.xml from tck distribution
---
 tck20/maven.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tck20/maven.xml b/tck20/maven.xml
index 84cc4e5..c1b1330 100644
--- a/tck20/maven.xml
+++ b/tck20/maven.xml
@@ -698,15 +698,17 @@
     </goal>
 
     <preGoal name="dist:build-src">
-        <echo>Copying RunRules.html, assertions, and iut_jars to ${maven.dist.src.archive.dir}/${maven.final.name}</echo>
+        <echo>Copying build.properties, 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="build.properties"/>
                  <include name="assertions/**"/>
                  <include name="iut_jars"/>
                  <exclude name="iut_jars/*"/>
              </fileset>
         </copy>
+        <delete file="${maven.dist.src.archive.dir}/${maven.final.name}/build.xml"/>
         <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}/..">