david_williams | 0c84341 | 2008-08-26 13:51:19 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project |
| 3 | name="update.site" |
| 4 | default="all" |
| 5 | basedir="."> |
| 6 | <property environment="env"/> |
| 7 | <target name="all"> |
david_williams | 356386d | 2008-08-26 13:54:13 +0000 | [diff] [blame] | 8 | <ant antfile="features-ganymede-patches.xml" /> |
david_williams | 0c84341 | 2008-08-26 13:51:19 +0000 | [diff] [blame] | 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 | |