david_williams | 7da66cd | 2007-10-11 19:36:43 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project | ||||
3 | name="update.site" | ||||
4 | default="all" | ||||
5 | basedir="."> | ||||
6 | |||||
7 | <target name="all"> | ||||
8 | <ant antfile="features-ganymede-wtp.xml" /> | ||||
9 | |||||
10 | <!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) --> | ||||
11 | <chmod | ||||
12 | verbose="true" | ||||
13 | perm="o+rx" | ||||
14 | type="both"> | ||||
15 | <fileset dir="${update.site}" /> | ||||
16 | </chmod> | ||||
17 | |||||
18 | </target> | ||||
19 | |||||
20 | </project> | ||||
21 |