Updated the module.xml to the correct unit testing dir.
Added junit cent to the imports of the project and fixed a property. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eaaf06b6ea
commit
fdf52daa33
@ -19,6 +19,7 @@
|
||||
<import file="${ant.home}/src/core/xbuild.xml"/>
|
||||
<taskdef file="${ant.home}/src/core/tasks.properties"/>
|
||||
<importcent name="java" />
|
||||
<importcent name="junit" />
|
||||
<importcent name="checkstyle" />
|
||||
<importcent name="forrest" />
|
||||
|
||||
@ -33,7 +34,7 @@
|
||||
<echo>
|
||||
--------------------------------------------------------------
|
||||
|
||||
${xgump.module.project.name} ${xgump.module.project.version.major}.${xgump.module.project.version.minor} [${YEAR}]
|
||||
${jxpath:/references/module.xml/root/module/project[1]/@name} [${YEAR}]
|
||||
|
||||
--------------------------------------------------------------
|
||||
Using ${ant.version}
|
||||
@ -84,7 +85,7 @@
|
||||
<target name="generate-records"
|
||||
description="generate-records">
|
||||
|
||||
<ant antfile="${xlayout.source.targets.dir}/record-generation/xbuild.xml"
|
||||
<ant antfile="${project.src.dir}/targets/record-generation/xbuild.xml"
|
||||
target="generate-records"/>
|
||||
|
||||
</target>
|
||||
@ -96,7 +97,7 @@
|
||||
<target name="generate-types"
|
||||
description="generate-types">
|
||||
|
||||
<ant antfile="${xlayout.source.targets.dir}/record-generation/xbuild.xml"
|
||||
<ant antfile="${project.src.dir}/targets/record-generation/xbuild.xml"
|
||||
target="generate-types"/>
|
||||
|
||||
</target>
|
||||
|
@ -91,7 +91,7 @@
|
||||
|
||||
<!-- Source dirs with type -->
|
||||
<code type="java/plain" dir="src/java"/>
|
||||
<test type="test/junit" dir="src/test"/>
|
||||
<test type="test/junit" dir="src/testcases"/>
|
||||
<documentation type="xml/forrest" dir="src/documentation"/>
|
||||
|
||||
<!-- POI jars - the result of the build -->
|
||||
|
Loading…
Reference in New Issue
Block a user