Author: mbenson Date: Fri Aug 3 21:31:40 2007 New Revision: 562654 URL: http://svn.apache.org/viewvc?view=rev&rev=562654 Log: correction based on docs but still doesn't seem to pick up resources
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=562654&r1=562653&r2=562654 ============================================================================== --- commons/proper/jxpath/trunk/pom.xml (original) +++ commons/proper/jxpath/trunk/pom.xml Fri Aug 3 21:31:40 2007 @@ -76,7 +76,7 @@ <testSourceDirectory>src/test</testSourceDirectory> <testResources> <testResource> - <directory>${pom.build.testSourceDirectory}</directory> + <directory>${project.build.testSourceDirectory}</directory> <includes> <include>**/*.xml</include> </includes>