Skip to content

Commit bedcb42

Browse files
authored
Update build.xml
1 parent cc81409 commit bedcb42

File tree

1 file changed

+83
-4
lines changed

1 file changed

+83
-4
lines changed

build.xml

Lines changed: 83 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,87 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
end
2+
delete
3+
void
4+
stop
5+
close
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
284

3-
<project name="codebird-php" default="build" basedir=".">
4-
<property name="source" value="src"/>
5-
<property name="source_comma_sep" value="."/>
685
<property environment="env"/>
786
<property name="env.PHPUNIT_XML" value="phpunit.xml"/>
887
<property name="env.PHPUNIT_XML_HHVM" value="phpunit.xml.hhvm"/>

0 commit comments

Comments
 (0)