Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit d593929

Browse files
committed
Fix link to qafoo.com
1 parent 99fc415 commit d593929

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Based on data from these sources the Refactoring Browser consists of two distinc
2424

2525
## Install & Basic Usage
2626

27-
[Download PHAR](http://qafoolabs.github.com/php-refactoring-browser/assets/refactor.phar)
27+
[Download PHAR](http://qafoo.com/downloads/refactor.tar.gz)
2828

2929
The refactoring browser is used with:
3030

build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@
4646
<exec executable="${commons.executable.php}" failonerror="true" dir="${basedir}/build/dist">
4747
<arg value="../../src/bin/compile" />
4848
</exec>
49+
<exec executable="tar" failonerror="true" dir="${basedir}/build/dist">
50+
<arg value="czvf" />
51+
<arg value="refactor.tar.gz" />
52+
<arg value="refactor.phar" />
53+
<arg value="../../README.md" />
54+
<arg value="../../LICENSE" />
55+
</exec>
4956
</target>
5057
</project>

0 commit comments

Comments
 (0)