diff options
author | Siva Velusamy <vsiva@google.com> | 2013-01-22 09:48:14 -0800 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2013-01-22 09:48:14 -0800 |
commit | ca3281afd73d7e31b48e95c8bda7cea72cb4843a (patch) | |
tree | 12aeb4b0958e3ee789a9268e077e1f56b1fddb56 /adtproductbuild | |
parent | 23abb275c64b02ef76b81c1498432b7e61872b9d (diff) | |
download | sdk-ca3281afd73d7e31b48e95c8bda7cea72cb4843a.zip sdk-ca3281afd73d7e31b48e95c8bda7cea72cb4843a.tar.gz sdk-ca3281afd73d7e31b48e95c8bda7cea72cb4843a.tar.bz2 |
Add egit to ADT bundle
Change-Id: I444699fd7f2337b4f3f84042dc235084d70ecc8a
Diffstat (limited to 'adtproductbuild')
-rw-r--r-- | adtproductbuild/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adtproductbuild/build.xml b/adtproductbuild/build.xml index b5c26de..7c1529b 100644 --- a/adtproductbuild/build.xml +++ b/adtproductbuild/build.xml @@ -90,6 +90,7 @@ <unzip src="${targetSrcDir}/wtp/wtp-repo-R-3.3.2-20120210195245.zip" dest="${targetDir}/repos/wtp" overwrite="false" /> <unzip src="${targetSrcDir}/gef/GEF-SDK-3.7.2.zip" dest="${targetDir}/repos/gef" overwrite="false" /> <unzip src="${targetSrcDir}/pde/org.eclipse.pde-3.8.zip" dest="${targetDir}/repos/pde" overwrite="false" /> + <unzip src="${targetSrcDir}/egit/org.eclipse.egit.repository-2.2.0.201212191850-r.zip" dest="${targetDir}/repos/egit" overwrite="false" /> </target> <!-- Launch pde build to build the adtpackage product --> |