Author: mbenson Date: Fri Aug 3 21:43:37 2007 New Revision: 562658 URL: http://svn.apache.org/viewvc?view=rev&rev=562658 Log: no idea why properties aren't working; someone else feel free to fix if they can
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=562658&r1=562657&r2=562658 ============================================================================== --- commons/proper/jxpath/trunk/pom.xml (original) +++ commons/proper/jxpath/trunk/pom.xml Fri Aug 3 21:43:37 2007 @@ -76,7 +76,7 @@ <testSourceDirectory>src/test</testSourceDirectory> <testResources> <testResource> - <directory>${project.build.testSourceDirectory}</directory> + <directory>src/test</directory> <includes> <include>**/*.xml</include> </includes>