Author: psteitz
Date: Sat Apr 28 17:57:39 2007
New Revision: 533452
URL: http://svn.apache.org/viewvc?view=rev&rev=533452
Log:
Fixed test resources directory.
Modified:
jakarta/commons/proper/math/trunk/pom.xml
Modified: jakarta/commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/pom.xml?view=diff&rev=533452&r1=533451&r2=533452
==============================================================================
--- jakarta/commons/proper/math/trunk/pom.xml (original)
+++ jakarta/commons/proper/math/trunk/pom.xml Sat Apr 28 17:57:39 2007
@@ -181,7 +181,7 @@
</resources>
<testResources>
<testResource>
- <directory>${pom.build.unitTestSourceDirectory}</directory>
+ <directory>src/test</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.txt</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]