Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 1d8bf45

Browse files
committed
Updating build.xml with post-install target
1 parent bd32b3b commit 1d8bf45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<project name="phpsc-conf" basedir="." default="">
33

4+
<target name="post-install">
5+
<phingcall target="clean"></phingcall>
6+
<phingcall target="permissions"></phingcall>
7+
</target>
8+
49
<target name="clean">
510
<echo msg="Cleaning ..." />
611
<exec command="find tmp/ -iname project*container.php -delete" />

0 commit comments

Comments
 (0)