1 Star 0 Fork 100

harvy328/anyupload
暂停

forked from 电霸儿/anyupload
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.xml 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
电霸儿 提交于 2017-10-26 14:22 +08:00 . No commit message
<?xml version="1.0"?>
<project name="Work" basedir="." default="test">
<property name="dist" location="${basedir}/dist" />
<property name="Work.dir" value="${basedir}" />
<property name="Server.dir" value="${basedir}/AnyUploadServer" />
<target name="build-Server" depends="">
<ant antfile="build-Server.xml" dir="${Server.dir}">
</ant>
</target>
<target name="cleandist" description="clean up">
<delete dir="${dist}" />
</target>
<target name="test">
<antcall target="cleandist" />
<antcall target="build-Server" />
<mkdir dir="${dist}" />
<copy file="${Server.dir}/dist/AnyUploadServer.war" todir="${dist}" />
<copydir dest="${dist}/AnyUploadClient" src="${Work.dir}/AnyUploadClient"></copydir>
</target>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/harvy328/anyupload.git
git@gitee.com:harvy328/anyupload.git
harvy328
anyupload
anyupload
master

搜索帮助