| <?xml version="1.0" encoding="UTF-8"?> |
| <project name="updatesite" default="all" basedir="."> |
| |
| <target name="all"> |
| <ant antfile="callisto-features-jem.xml" /> |
| <ant antfile="callisto-features-wtp.xml" /> |
| <ant antfile="callisto-features-jsf.xml" /> |
| <ant antfile="callisto-features-jpa.xml" /> |
| |
| <!-- make sure all can "read" (important for quicker http access, esp. when Eclipse.org overloaded) --> |
| <chmod verbose="true" perm="o+rx" type="both"> |
| <fileset dir="${localUpdateSitePath}" /> |
| </chmod> |
| |
| <!-- needs work .. indexer doesn't work well from this ant script (needs paths fixed up) |
| <ant antfile="indexer.xml"> |
| <property name="pluginJarPath" |
| location="${localUpdateSitePath}" /> |
| </ant> |
| --> |
| </target> |
| |
| </project> |
| |