1 Star 0 Fork 2

李恬/itext

forked from src-openEuler/itext 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
itext-create-tarball.sh 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
huanghaitao 提交于 2020-09-03 16:27 +08:00 . package init
#!/bin/bash
#if [ $# -ne 1 ]; then
# echo "Usage: ./create-sources VERSION"
# exit 1
#fi
VERSION=${1}
TRVERSION=$( echo ${VERSION} | tr . _ )
NAME="itext"
svn export http://svn.code.sf.net/p/${NAME}/code/tags/iText_${TRVERSION} ${NAME}-temp/
find ./${NAME}-temp -name "*.jar" -delete
find ./${NAME}-temp -name "*.class" -delete
# Remove unused files
rm -Rf ./${NAME}-temp/src/jnlp
rm -Rf ./${NAME}-temp/.keywords
rm -Rf ./${NAME}-temp/lib
rm -Rf ./${NAME}-temp/test
rm -Rf ./${NAME}-temp/www
cd ./${NAME}-temp
tar cJf ../${NAME}-${VERSION}.tar.xz ./src
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/litian_code/itext.git
git@gitee.com:litian_code/itext.git
litian_code
itext
itext
master

搜索帮助