aboutsummaryrefslogtreecommitdiff
path: root/eclipse/buildConfig/buildUpdateSite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/buildConfig/buildUpdateSite.xml')
-rw-r--r--eclipse/buildConfig/buildUpdateSite.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/eclipse/buildConfig/buildUpdateSite.xml b/eclipse/buildConfig/buildUpdateSite.xml
new file mode 100644
index 000000000..1ab7c99a0
--- /dev/null
+++ b/eclipse/buildConfig/buildUpdateSite.xml
@@ -0,0 +1,13 @@
+<project name="update site">
+ <!-- ========================================================================= -->
+ <!-- Extracts feature zip for update site -->
+ <!-- expected properties: -->
+ <!-- id - feature id to extract -->
+ <!-- buildDirectory - base directgory where build takes place -->
+ <!-- buildLabel - build id label -->
+ <!-- updateSiteRoot - where to extract feature zip -->
+ <!-- ========================================================================= -->
+ <target name="extractFeature">
+ <unzip src="${buildDirectory}/${buildLabel}/${id}-${buildLabel}.zip" dest="${updateSiteRoot}"/>
+ </target>
+</project>