algorithms-for-computing-li.../LinearRegressionTool/module_masterarbeit.xml

177 lines
9.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="module_masterarbeit" default="compile.module.masterarbeit">
<dirname property="module.masterarbeit.basedir" file="${ant.file.module_masterarbeit}"/>
<property name="module.jdk.home.masterarbeit" value="${project.jdk.home}"/>
<property name="module.jdk.bin.masterarbeit" value="${project.jdk.bin}"/>
<property name="module.jdk.classpath.masterarbeit" value="${project.jdk.classpath}"/>
<property name="compiler.args.masterarbeit" value="-encoding UTF-8 -source 1.8 -target 1.8 ${compiler.args}"/>
<property name="masterarbeit.output.dir" value="${module.masterarbeit.basedir}/target/classes"/>
<property name="masterarbeit.testoutput.dir" value="${module.masterarbeit.basedir}/target/test-classes"/>
<path id="masterarbeit.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath -->
</path>
<path id="masterarbeit.module.production.classpath">
<path refid="${module.jdk.classpath.masterarbeit}"/>
<pathelement location="${basedir}/../../../Downloads/opencv/build/java/opencv-2413.jar"/>
<pathelement location="${basedir}/libs/opencv-2413.jar"/>
<path refid="library.maven:_org.jfree:jfreechart:1.0.14.classpath"/>
<path refid="library.maven:_org.jfree:jcommon:1.0.17.classpath"/>
<path refid="library.maven:_xml-apis:xml-apis:1.3.04.classpath"/>
<path refid="library.maven:_com.lowagie:itext:2.1.5.classpath"/>
<path refid="library.maven:_bouncycastle:bcmail-jdk14:138.classpath"/>
<path refid="library.maven:_bouncycastle:bcprov-jdk14:138.classpath"/>
<path refid="library.maven:_junit:junit:4.12.classpath"/>
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<path refid="library.maven:_com.opencsv:opencsv:3.9.classpath"/>
<path refid="library.maven:_org.apache.commons:commons-lang3:3.5.classpath"/>
<path refid="library.maven:_commons-beanutils:commons-beanutils:1.9.3.classpath"/>
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
<path refid="library.maven:_commons-collections:commons-collections:3.2.2.classpath"/>
<path refid="library.maven:_com.jtattoo:jtattoo:1.6.11.classpath"/>
<path refid="library.maven:_org:opencv:2.4.13.classpath"/>
<path refid="library.maven:_commons-io:commons-io:1.3.2.classpath"/>
</path>
<path id="masterarbeit.runtime.production.module.classpath">
<pathelement location="${masterarbeit.output.dir}"/>
<pathelement location="${basedir}/../../../Downloads/opencv/build/java/opencv-2413.jar"/>
<pathelement location="${basedir}/libs/opencv-2413.jar"/>
<path refid="library.maven:_org.jfree:jfreechart:1.0.14.classpath"/>
<path refid="library.maven:_org.jfree:jcommon:1.0.17.classpath"/>
<path refid="library.maven:_xml-apis:xml-apis:1.3.04.classpath"/>
<path refid="library.maven:_com.lowagie:itext:2.1.5.classpath"/>
<path refid="library.maven:_bouncycastle:bcmail-jdk14:138.classpath"/>
<path refid="library.maven:_bouncycastle:bcprov-jdk14:138.classpath"/>
<path refid="library.maven:_junit:junit:4.12.classpath"/>
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<path refid="library.maven:_com.opencsv:opencsv:3.9.classpath"/>
<path refid="library.maven:_org.apache.commons:commons-lang3:3.5.classpath"/>
<path refid="library.maven:_commons-beanutils:commons-beanutils:1.9.3.classpath"/>
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
<path refid="library.maven:_commons-collections:commons-collections:3.2.2.classpath"/>
<path refid="library.maven:_com.jtattoo:jtattoo:1.6.11.classpath"/>
<path refid="library.maven:_org:opencv:2.4.13.classpath"/>
<path refid="library.maven:_commons-io:commons-io:1.3.2.classpath"/>
</path>
<path id="masterarbeit.module.classpath">
<path refid="${module.jdk.classpath.masterarbeit}"/>
<pathelement location="${masterarbeit.output.dir}"/>
<pathelement location="${basedir}/../../../Downloads/opencv/build/java/opencv-2413.jar"/>
<pathelement location="${basedir}/libs/opencv-2413.jar"/>
<path refid="library.maven:_org.jfree:jfreechart:1.0.14.classpath"/>
<path refid="library.maven:_org.jfree:jcommon:1.0.17.classpath"/>
<path refid="library.maven:_xml-apis:xml-apis:1.3.04.classpath"/>
<path refid="library.maven:_com.lowagie:itext:2.1.5.classpath"/>
<path refid="library.maven:_bouncycastle:bcmail-jdk14:138.classpath"/>
<path refid="library.maven:_bouncycastle:bcprov-jdk14:138.classpath"/>
<path refid="library.maven:_junit:junit:4.12.classpath"/>
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<path refid="library.maven:_com.opencsv:opencsv:3.9.classpath"/>
<path refid="library.maven:_org.apache.commons:commons-lang3:3.5.classpath"/>
<path refid="library.maven:_commons-beanutils:commons-beanutils:1.9.3.classpath"/>
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
<path refid="library.maven:_commons-collections:commons-collections:3.2.2.classpath"/>
<path refid="library.maven:_com.jtattoo:jtattoo:1.6.11.classpath"/>
<path refid="library.maven:_org:opencv:2.4.13.classpath"/>
<path refid="library.maven:_commons-io:commons-io:1.3.2.classpath"/>
</path>
<path id="masterarbeit.runtime.module.classpath">
<pathelement location="${masterarbeit.testoutput.dir}"/>
<pathelement location="${masterarbeit.output.dir}"/>
<pathelement location="${basedir}/../../../Downloads/opencv/build/java/opencv-2413.jar"/>
<pathelement location="${basedir}/libs/opencv-2413.jar"/>
<path refid="library.maven:_org.jfree:jfreechart:1.0.14.classpath"/>
<path refid="library.maven:_org.jfree:jcommon:1.0.17.classpath"/>
<path refid="library.maven:_xml-apis:xml-apis:1.3.04.classpath"/>
<path refid="library.maven:_com.lowagie:itext:2.1.5.classpath"/>
<path refid="library.maven:_bouncycastle:bcmail-jdk14:138.classpath"/>
<path refid="library.maven:_bouncycastle:bcprov-jdk14:138.classpath"/>
<path refid="library.maven:_junit:junit:4.12.classpath"/>
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<path refid="library.maven:_com.opencsv:opencsv:3.9.classpath"/>
<path refid="library.maven:_org.apache.commons:commons-lang3:3.5.classpath"/>
<path refid="library.maven:_commons-beanutils:commons-beanutils:1.9.3.classpath"/>
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
<path refid="library.maven:_commons-collections:commons-collections:3.2.2.classpath"/>
<path refid="library.maven:_com.jtattoo:jtattoo:1.6.11.classpath"/>
<path refid="library.maven:_org:opencv:2.4.13.classpath"/>
<path refid="library.maven:_commons-io:commons-io:1.3.2.classpath"/>
</path>
<patternset id="excluded.from.module.masterarbeit">
<patternset refid="ignored.files"/>
</patternset>
<patternset id="excluded.from.compilation.masterarbeit">
<patternset refid="excluded.from.module.masterarbeit"/>
</patternset>
<path id="masterarbeit.module.sourcepath">
<dirset dir="${module.masterarbeit.basedir}">
<include name="src/main/java"/>
<include name="src/main/resources"/>
</dirset>
</path>
<path id="masterarbeit.module.test.sourcepath">
<dirset dir="${module.masterarbeit.basedir}">
<include name="src/test/java"/>
</dirset>
</path>
<target name="compile.module.masterarbeit" depends="compile.module.masterarbeit.production,compile.module.masterarbeit.tests" description="Compile module masterarbeit"/>
<target name="compile.module.masterarbeit.production" depends="register.custom.compilers" description="Compile module masterarbeit; production classes">
<mkdir dir="${masterarbeit.output.dir}"/>
<javac2 destdir="${masterarbeit.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true" executable="${module.jdk.bin.masterarbeit}/javac">
<compilerarg line="${compiler.args.masterarbeit}"/>
<bootclasspath refid="masterarbeit.module.bootclasspath"/>
<classpath refid="masterarbeit.module.production.classpath"/>
<src refid="masterarbeit.module.sourcepath"/>
<patternset refid="excluded.from.compilation.masterarbeit"/>
</javac2>
<copy todir="${masterarbeit.output.dir}">
<fileset dir="${module.masterarbeit.basedir}/src/main/java">
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
<fileset dir="${module.masterarbeit.basedir}/src/main/resources">
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
</copy>
</target>
<target name="compile.module.masterarbeit.tests" depends="register.custom.compilers,compile.module.masterarbeit.production" description="compile module masterarbeit; test classes" unless="skip.tests">
<mkdir dir="${masterarbeit.testoutput.dir}"/>
<javac2 destdir="${masterarbeit.testoutput.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true" executable="${module.jdk.bin.masterarbeit}/javac">
<compilerarg line="${compiler.args.masterarbeit}"/>
<bootclasspath refid="masterarbeit.module.bootclasspath"/>
<classpath refid="masterarbeit.module.classpath"/>
<src refid="masterarbeit.module.test.sourcepath"/>
<patternset refid="excluded.from.compilation.masterarbeit"/>
</javac2>
<copy todir="${masterarbeit.testoutput.dir}">
<fileset dir="${module.masterarbeit.basedir}/src/test/java">
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
</copy>
</target>
<target name="clean.module.masterarbeit" description="cleanup module">
<delete dir="${masterarbeit.output.dir}"/>
<delete dir="${masterarbeit.testoutput.dir}"/>
</target>
</project>