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 mb...@apache.org on 2006/01/24 18:24:20 UTC

svn commit: r371956 - in /db/jdo: branches/2.0-beta/tck20/maven.xml trunk/tck20/maven.xml

Author: mbo
Date: Tue Jan 24 09:24:13 2006
New Revision: 371956

URL: http://svn.apache.org/viewcvs?rev=371956&view=rev
Log:
JDO-284: add build.properties file to and remove generated build.xml from tck distribution

Modified:
    db/jdo/branches/2.0-beta/tck20/maven.xml
    db/jdo/trunk/tck20/maven.xml

Modified: db/jdo/branches/2.0-beta/tck20/maven.xml
URL: http://svn.apache.org/viewcvs/db/jdo/branches/2.0-beta/tck20/maven.xml?rev=371956&r1=371955&r2=371956&view=diff
==============================================================================
--- db/jdo/branches/2.0-beta/tck20/maven.xml (original)
+++ db/jdo/branches/2.0-beta/tck20/maven.xml Tue Jan 24 09:24:13 2006
@@ -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}/..">

Modified: db/jdo/trunk/tck20/maven.xml
URL: http://svn.apache.org/viewcvs/db/jdo/trunk/tck20/maven.xml?rev=371956&r1=371955&r2=371956&view=diff
==============================================================================
--- db/jdo/trunk/tck20/maven.xml (original)
+++ db/jdo/trunk/tck20/maven.xml Tue Jan 24 09:24:13 2006
@@ -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}/..">