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 2006/01/20 01:23:14 UTC

svn commit: r370681 - /db/jdo/trunk/tck20/maven.xml

Author: clr
Date: Thu Jan 19 16:23:11 2006
New Revision: 370681

URL: http://svn.apache.org/viewcvs?rev=370681&view=rev
Log:
JDO-279 added RunRules.html to src distribution

Modified:
    db/jdo/trunk/tck20/maven.xml

Modified: db/jdo/trunk/tck20/maven.xml
URL: http://svn.apache.org/viewcvs/db/jdo/trunk/tck20/maven.xml?rev=370681&r1=370680&r2=370681&view=diff
==============================================================================
--- db/jdo/trunk/tck20/maven.xml (original)
+++ db/jdo/trunk/tck20/maven.xml Thu Jan 19 16:23:11 2006
@@ -704,6 +704,9 @@
                  <include name="project.properties"/>
                  <include name="project.xml"/>
              </fileset>
+             <fileset dir="${basedir}">
+                 <include name="RunRules.html"/>
+             </fileset>
         </copy>
         <mkdir dir="${maven.dist.src.archive.dir}/lib/ext"/>
     </preGoal>