1 Star 3 Fork 1

Fatead/CodeRecommendation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module_coderecommendation.xml 2.74 KB
一键复制 编辑 原始数据 按行查看 历史
雾都雨 提交于 2020-10-12 10:20 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<project name="module_coderecommendation" default="compile.module.coderecommendation">
<dirname property="module.coderecommendation.basedir" file="${ant.file.module_coderecommendation}"/>
<property name="module.jdk.home.coderecommendation" value="${project.jdk.home}"/>
<property name="module.jdk.bin.coderecommendation" value="${project.jdk.bin}"/>
<property name="module.jdk.classpath.coderecommendation" value="${project.jdk.classpath}"/>
<property name="compiler.args.coderecommendation" value="-encoding UTF-8 -source 8 -target 1.8 ${compiler.args}"/>
<property name="coderecommendation.output.dir" value="${module.coderecommendation.basedir}/out/production/CodeRecommendation"/>
<property name="coderecommendation.testoutput.dir" value="${module.coderecommendation.basedir}/out/test/CodeRecommendation"/>
<path id="coderecommendation.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath -->
</path>
<path id="coderecommendation.module.production.classpath">
<path refid="${module.jdk.classpath.coderecommendation}"/>
</path>
<path id="coderecommendation.runtime.production.module.classpath">
<pathelement location="${coderecommendation.output.dir}"/>
</path>
<path id="coderecommendation.module.classpath">
<path refid="${module.jdk.classpath.coderecommendation}"/>
<pathelement location="${coderecommendation.output.dir}"/>
</path>
<path id="coderecommendation.runtime.module.classpath">
<pathelement location="${coderecommendation.testoutput.dir}"/>
<pathelement location="${coderecommendation.output.dir}"/>
</path>
<patternset id="excluded.from.module.coderecommendation">
<patternset refid="ignored.files"/>
</patternset>
<patternset id="excluded.from.compilation.coderecommendation">
<patternset refid="compiler.excluded"/>
<patternset refid="excluded.from.module.coderecommendation"/>
</patternset>
<target name="compile.module.coderecommendation" depends="compile.module.coderecommendation.production,compile.module.coderecommendation.tests" description="Compile module CodeRecommendation"/>
<target name="compile.module.coderecommendation.production" depends="register.custom.compilers" description="Compile module CodeRecommendation; production classes"/>
<target name="compile.module.coderecommendation.tests" depends="register.custom.compilers,compile.module.coderecommendation.production" description="compile module CodeRecommendation; test classes" unless="skip.tests"/>
<target name="clean.module.coderecommendation" description="cleanup module">
<delete dir="${coderecommendation.output.dir}"/>
<delete dir="${coderecommendation.testoutput.dir}"/>
</target>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fatead/CodeRecommendation.git
[email protected]:fatead/CodeRecommendation.git
fatead
CodeRecommendation
CodeRecommendation
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385