1 Star 0 Fork 5

tanhong / ironrhino

forked from quaff / ironrhino 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.zip.xml 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
quaff 提交于 2017-02-27 16:40 . Release version 2.0.1
<?xml version="1.0" encoding="utf-8"?>
<project default="zip" basedir=".">
<property name="project.name" value="ironrhino" />
<import file="build.xml" />
<import file="build.sources.xml" />
<target name="zip">
<antcall target="compile" />
<antcall target="jar" />
<antcall target="jar-sources" />
<move file="build.xml" tofile="build.xml.bak" />
<move file="build.create.xml" tofile="build.xml" />
<zip destfile="${target.dir}/${project.name}-${version}.zip" basedir="${basedir}/.." includes="${project.name}/build.xml,${project.name}/build.properties,${project.name}/build.project.xml,${project.name}/**/*.java,${project.name}/.settings/**,${project.name}/.project,${project.name}/.classpath,${project.name}/.dependence,${project.name}/webapp/WEB-INF/lib/*.jar,${project.name}/lib/*.jar,${project.name}/target/*.jar" />
<move file="build.xml" tofile="build.create.xml" />
<move file="build.xml.bak" tofile="build.xml" />
</target>
</project>
Java
1
https://gitee.com/tanhonghappy/ironrhino.git
git@gitee.com:tanhonghappy/ironrhino.git
tanhonghappy
ironrhino
ironrhino
master

搜索帮助