small improvements
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/updateCallistoMirrorAll.xml b/org.eclipse.wtp.releng.webupdatesite/build-home/updateCallistoMirrorAll.xml
index 6c35b40..43fa034 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/updateCallistoMirrorAll.xml
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/updateCallistoMirrorAll.xml
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="updatesite" default="all" basedir=".">
+<project
+ name="updateCallisto"
+ 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" />
-
+ <ant antfile="features-callisto-jem.xml" />
+ <ant antfile="features-callisto-wtp.xml" />
+ <ant antfile="features-callisto-jsf.xml" />
+ <ant antfile="features-callisto-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
+ verbose="true"
+ perm="o+rx"
+ type="both">
+ <fileset dir="${update.site}" />
</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>