Author: dennisl Date: Fri Aug 3 15:46:07 2007 New Revision: 562609 URL: http://svn.apache.org/viewvc?view=rev&rev=562609 Log: Make the tests work.
Modified: commons/proper/jxpath/trunk/pom.xml Modified: commons/proper/jxpath/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?view=diff&rev=562609&r1=562608&r2=562609 ============================================================================== --- commons/proper/jxpath/trunk/pom.xml (original) +++ commons/proper/jxpath/trunk/pom.xml Fri Aug 3 15:46:07 2007 @@ -76,7 +76,7 @@ <testSourceDirectory>src/test</testSourceDirectory> <testResources> <testResource> - <directory>${pom.build.unitTestSourceDirectory}</directory> + <directory>${pom.build.testSourceDirectory}</directory> <includes> <include>**/*.xml</include> </includes>