Ai
2 Star 0 Fork 0

mirrors_android_source/android-mock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
regenerate_from_source.sh 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luis Sigal 提交于 2011-02-25 01:22 +08:00 . Add android-mock to external
#!/bin/bash
#
# Copyright (C) 2011 The Android Open Source Project.
# This script imports the src, test, etc. from android-mock It DOESN'T commit
# to git giving you a chance to review the changes. Remember that changes in
# bin are normally ignored by git, but we need to force them this case.
# This script doesn't take any parameter.
svn export --force http://android-mock.googlecode.com/svn/trunk/ .
rm lib/easymock.jar
rm lib/junit.jar
rm lib/javassist.jar
rm lib/android/*
# I don't check if there is something on lib on purpose; that way, if
# anything new is added, we will get a visible error.
rmdir lib/android
rmdir lib
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/android-mock.git
git@gitee.com:mirrors_android_source/android-mock.git
mirrors_android_source
android-mock
android-mock
main

搜索帮助