diff options
Diffstat (limited to 'eclipse')
-rwxr-xr-x | eclipse/scripts/build_adt.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse/scripts/build_adt.sh b/eclipse/scripts/build_adt.sh index 0e0f161..be773ea 100755 --- a/eclipse/scripts/build_adt.sh +++ b/eclipse/scripts/build_adt.sh @@ -47,6 +47,5 @@ echo Launching Tycho to build ADT plugins and bundle echo Copying ADT plugins and bundle into destination folder cd "$ANDROID_SRC" -cp -rv out/host/maven/bundles-*/products/*.gz "$DIST"/ cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/ cp -rv out/host/maven/p2repo-*/p2repo-*.zip "$DIST"/p2repo-$BNUM.zip |