david_williams | 8a62f0d | 2006-06-28 05:07:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project name="updatesite" default="all" basedir="."> |
| 3 | |
david_williams | 1e9098d | 2007-05-26 21:06:18 +0000 | [diff] [blame^] | 4 | <target name="all"> |
david_williams | 190c71e | 2007-05-05 06:47:41 +0000 | [diff] [blame] | 5 | <ant antfile="callisto-features-jem.xml" /> |
david_williams | 0e06b49 | 2007-02-10 03:05:34 +0000 | [diff] [blame] | 6 | <ant antfile="callisto-features-wtp.xml" /> |
| 7 | <ant antfile="callisto-features-jsf.xml" /> |
| 8 | <ant antfile="callisto-features-jpa.xml" /> |
david_williams | 8a62f0d | 2006-06-28 05:07:27 +0000 | [diff] [blame] | 9 | |
| 10 | <!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) --> |
| 11 | <chmod verbose="true" perm="o+rx" type="both"> |
| 12 | <fileset dir="${localUpdateSitePath}" /> |
| 13 | </chmod> |
| 14 | |
| 15 | <!-- needs work .. indexer doesn't work well from this ant script (needs paths fixed up) |
| 16 | <ant antfile="indexer.xml"> |
| 17 | <property name="pluginJarPath" |
| 18 | location="${localUpdateSitePath}" /> |
| 19 | </ant> |
david_williams | 190c71e | 2007-05-05 06:47:41 +0000 | [diff] [blame] | 20 | --> |
david_williams | 8a62f0d | 2006-06-28 05:07:27 +0000 | [diff] [blame] | 21 | </target> |
| 22 | |
| 23 | </project> |
| 24 | |