You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/04/22 18:28:08 UTC

svn commit: r396141 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml

Author: fuzzylogic
Date: Sat Apr 22 09:28:06 2006
New Revision: 396141

URL: http://svn.apache.org/viewcvs?rev=396141&view=rev
Log:
Fix demo test compilation.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml?rev=396141&r1=396140&r2=396141&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml Sat Apr 22 09:28:06 2006
@@ -38,7 +38,7 @@
   <!-- derby testing specific properties files -->
   <property file="${ant.home}/properties/derbytesting.properties"/>
   <property file="${user.home}/properties/derbytesting.properties"/>
-  <property name="this.dir" value="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/demo"/>
+  <property name="this.dir" value="${derby.testing.functest.dir}/tests/demo"/>
 
 <!--             ============ Begin Targets ==============                -->
  
@@ -74,7 +74,7 @@
 
   <target name="copy">
     <copy todir="${out.dir}/${derby.testing.functest.dir}/tests/demo">
-      <fileset dir="${this.dir}"
+      <fileset dir="${derby.testing.src.dir}/${this.dir}"
                includes="*.sql,*.properties"/>
     </copy>
   </target>