forked from ringcentral/pubnub-jtools
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.xml
More file actions
Latest commit
28 lines (28 loc) · 854 Bytes
/
Copy pathbuild.xml
File metadata and controls
28 lines (28 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<projectbasedir="."default="build-all">
<targetname="build-all">
<antcalltarget="build"/>
<antcalltarget="clean"/>
<antcalltarget="debug-build"/>
</target>
<targetname="build">
<subanttarget="build" >
<filesetdir="."includes="*/build.xml" />
</subant>
</target>
<targetname="debug-build">
<subanttarget="debug-build" >
<filesetdir="."includes="*/build.xml" />
</subant>
</target>
<targetname="test">
<subanttarget="test" >
<filesetdir="."includes="*/build.xml" />
</subant>
</target>
<targetname="clean">
<subanttarget="clean">
<filesetdir="."includes="*/build.xml" />
</subant>
</target>
</project>