Author: kwall
Date: Sat Mar 23 16:40:05 2013
New Revision: 1460192

URL: http://svn.apache.org/r1460192
Log:
NO-JIRA: Resolve deprecation warning from Maven regarding use of 
build.outputDirectory property

Modified:
    qpid/proton/trunk/tests/pom.xml

Modified: qpid/proton/trunk/tests/pom.xml
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/tests/pom.xml?rev=1460192&r1=1460191&r2=1460192&view=diff
==============================================================================
--- qpid/proton/trunk/tests/pom.xml (original)
+++ qpid/proton/trunk/tests/pom.xml Sat Mar 23 16:40:05 2013
@@ -53,7 +53,7 @@ To override this, run Maven like so: &qu
             <protonJythonTestRoot>${basedir}/python</protonJythonTestRoot>
             
<protonJythonTestScript>${basedir}/python/proton-test</protonJythonTestScript>
             
<protonJythonTestXmlOutputDirectory>${testReportOutputDirectory}</protonJythonTestXmlOutputDirectory>
-            
<java.util.logging.config.file>${build.outputDirectory}/logging.properties</java.util.logging.config.file>
+            
<java.util.logging.config.file>${project.build.outputDirectory}/logging.properties</java.util.logging.config.file>
           </systemPropertyVariables>
          <reportsDirectory>${testReportOutputDirectory}</reportsDirectory>
         </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to