You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2006/06/22 21:31:28 UTC

svn commit: r416449 - /jakarta/commons/proper/configuration/trunk/build.xml

Author: oheger
Date: Thu Jun 22 12:31:27 2006
New Revision: 416449

URL: http://svn.apache.org/viewvc?rev=416449&view=rev
Log:
Changed copying of test resources in ant build to be consistent with the maven build

Modified:
    jakarta/commons/proper/configuration/trunk/build.xml

Modified: jakarta/commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/build.xml?rev=416449&r1=416448&r2=416449&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/build.xml (original)
+++ jakarta/commons/proper/configuration/trunk/build.xml Thu Jun 22 12:31:27 2006
@@ -38,7 +38,7 @@
   
   <!-- Manual changes for dealing with the conf directory and jdbc dependency -->
   <property name="confdir" value="conf"/>
-  <property name="targetconfdir" value="${defaulttargetdir}/${confdir}"/>
+  <property name="targetconfdir" value="${testclassesdir}"/>
   <property file="build.properties"/>
   <!-- Manual changes end -->
   
@@ -178,19 +178,7 @@
     <mkdir dir="${targetconfdir}"/>
     <copy todir="${targetconfdir}">
       <fileset dir="${confdir}">
-        <include name="*.xml">
-        </include>
-      </fileset>
-    </copy>
-    <copy todir="${targetconfdir}">
-      <fileset dir="${confdir}">
-        <include name="testClasspath.properties">
-        </include>
-        <include name="testdb.script">
-        </include>
-        <include name="*.properties">
-        </include>
-        <include name="*.dtd">
+        <include name="**/*.*">
         </include>
       </fileset>
     </copy>
@@ -201,14 +189,6 @@
         <include name="test.properties">
         </include>
         <include name="include.properties">
-        </include>
-      </fileset>
-    </copy>
-    <mkdir dir="${testclassesdir}/config">
-    </mkdir>
-    <copy todir="${testclassesdir}/config">
-      <fileset dir="${confdir}">
-        <include name="**/*.properties">
         </include>
       </fileset>
     </copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org