1 Star 0 Fork 0

Kev1nD/inspect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.xml 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kev1nD 提交于 2017-06-25 20:55 . 提交
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file provides limited functionalities for system without Python.
If Python is available, the play command is recommended over this build file.
Usage:
Example 1:
export PLAY_PATH=/home/user/play
ant run
Sets play path to the environment variable PLAY_PATH and then runs play with target run.
Example 2:
ant run -Dplay.path=/home/user/play
Gives the play path to the ant as command line property.
Example 3:
build.xml:
...
<property name="play.path" value="/home/user/play"/>
...
ant run
Sets the play path to the build.xml directly.
-->
<project basedir=".">
<property environment="env"/>
<property name="play.path" value="${env.PLAY_PATH}"/>
<import file="${play.path}/resources/application-build.xml"/>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Kev1nD/inspect.git
git@gitee.com:Kev1nD/inspect.git
Kev1nD
inspect
inspect
master

搜索帮助