aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig/buildUpdateSite.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit1506a206c0a5e3b593c4c61a62b8805b64e98daf (patch)
treee20fe3eb0f693e87649fff1ce75e3f23330f69f8 /eclipse/buildConfig/buildUpdateSite.xml
downloadsdk-1506a206c0a5e3b593c4c61a62b8805b64e98daf.zip
sdk-1506a206c0a5e3b593c4c61a62b8805b64e98daf.tar.gz
sdk-1506a206c0a5e3b593c4c61a62b8805b64e98daf.tar.bz2
Initial Contribution
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 0000000..1ab7c99
--- /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>