<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,13 +4,13 @@
   &lt;delete dir=&quot;build&quot;/&gt;
 
   &lt;!-- Create build directories --&gt;
-  &lt;mkdir dir=&quot;build/api&quot;/&gt;
-  &lt;mkdir dir=&quot;build/coverage&quot;/&gt;
-  &lt;mkdir dir=&quot;build/logs&quot;/&gt;
-  &lt;mkdir dir=&quot;build/pdepend&quot;/&gt;
+  &lt;mkdir dir=&quot;${basedir}/build/api&quot;/&gt;
+  &lt;mkdir dir=&quot;${basedir}/build/coverage&quot;/&gt;
+  &lt;mkdir dir=&quot;${basedir}/build/logs&quot;/&gt;
+  &lt;mkdir dir=&quot;${basedir}/build/pdepend&quot;/&gt;
 
   &lt;!-- Generate dummy PMD logfile --&gt;
-  &lt;echoxml file=&quot;build/logs/pmd.xml&quot;&gt;
+  &lt;echoxml file=&quot;${basedir}/build/logs/pmd.xml&quot;&gt;
    &lt;pmd version=&quot;dummy&quot;/&gt;
   &lt;/echoxml&gt;
  &lt;/target&gt;
@@ -18,9 +18,9 @@
  &lt;!-- Run unit tests and generate junit.xml and clover.xml --&gt;
  &lt;target name=&quot;phpunit&quot;&gt;
   &lt;exec executable=&quot;phpunit&quot; failonerror=&quot;true&quot;&gt;
-   &lt;arg line=&quot;--log-junit       build/logs/junit.xml
-              --coverage-clover build/logs/clover.xml
-              --coverage-html   build/coverage
+   &lt;arg line=&quot;--log-junit       ${basedir}/build/logs/junit.xml
+              --coverage-clover ${basedir}/build/logs/clover.xml
+              --coverage-html   ${basedir}/build/coverage
               Tests&quot; /&gt;
   &lt;/exec&gt;
  &lt;/target&gt;
@@ -37,9 +37,9 @@
  &lt;!-- Generate jdepend.xml and software metrics charts --&gt;
  &lt;target name=&quot;pdepend&quot;&gt;
   &lt;exec executable=&quot;pdepend&quot;&gt;
-   &lt;arg line=&quot;--jdepend-xml=build/logs/jdepend.xml
-              --jdepend-chart=build/pdepend/08-dependencies.svg
-              --overview-pyramid=build/pdepend/09-overview-pyramid.svg
+   &lt;arg line=&quot;--jdepend-xml=${basedir}/build/logs/jdepend.xml
+              --jdepend-chart=${basedir}/build/pdepend/08-dependencies.svg
+              --overview-pyramid=${basedir}/build/pdepend/09-overview-pyramid.svg
               Object&quot; /&gt;
   &lt;/exec&gt;
  &lt;/target&gt;
@@ -47,7 +47,7 @@
  &lt;!-- Generate pmd-cpd.xml --&gt;
  &lt;target name=&quot;phpcpd&quot;&gt;
   &lt;exec executable=&quot;phpcpd&quot;&gt;
-   &lt;arg line=&quot;--log-pmd build/logs/pmd-cpd.xml Object&quot; /&gt;
+   &lt;arg line=&quot;--log-pmd ${basedir}/build/logs/pmd-cpd.xml Object&quot; /&gt;
   &lt;/exec&gt;
  &lt;/target&gt;
 
@@ -55,7 +55,7 @@
  &lt;target name=&quot;phpcs&quot;&gt;
   &lt;exec executable=&quot;phpcs&quot; output=&quot;/dev/null&quot;&gt;
    &lt;arg line=&quot;--report=checkstyle
-              --report-file=build/logs/checkstyle.xml
+              --report-file=${basedir}/build/logs/checkstyle.xml
               --standard=Sebastian
               Object&quot; /&gt;
   &lt;/exec&gt;</diff>
      <filename>build.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb82aa1d0ac2dde9264a445ac87598f3171cdf18</id>
    </parent>
  </parents>
  <author>
    <name>Sebastian Bergmann</name>
    <email>sb@sebastian-bergmann.de</email>
  </author>
  <url>http://github.com/sebastianbergmann/php-object-freezer/commit/71e9fff8cb79106bd92f603fd1c830af728fa35e</url>
  <id>71e9fff8cb79106bd92f603fd1c830af728fa35e</id>
  <committed-date>2009-10-23T06:39:29-07:00</committed-date>
  <authored-date>2009-10-23T06:39:29-07:00</authored-date>
  <message>Improve portability.</message>
  <tree>11c7a25c338b8fc9bcff54896c9a377b05a7d688</tree>
  <committer>
    <name>Sebastian Bergmann</name>
    <email>sb@sebastian-bergmann.de</email>
  </committer>
</commit>
