Skip to content

Commit

Permalink
Remove unused property.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Jul 11, 2024
1 parent 4370b24 commit df7cb0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<property name="package" value="${phing.project.name}" override="true" />
<property name="builddir" value="${tmp}/build/${phing.project.name}" override="true" />
<property name="srcdir" value="${project.basedir}" override="true" />
<property name="downloadsdir" value="${srcdir}/downloads" override="true" />
<property name="skip_phpdoc" value="false" />
<property name="phpdoc_version" value="3.3.1" />
<property name="phpunit_command" value="${srcdir}/vendor/bin/phpunit" />
Expand Down

0 comments on commit df7cb0d

Please sign in to comment.