1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/fatead-CodeRecommendation

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
module_coderecommendation.xml 2.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Fatead Отправлено 12.10.2020 05:20 cb8854a
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/fatead-CodeRecommendation.git
git@api.gitlife.ru:oschina-mirror/fatead-CodeRecommendation.git
oschina-mirror
fatead-CodeRecommendation
fatead-CodeRecommendation
master