30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
![]() |
<?xml version="1.0"?>
|
||
|
|
||
|
<project name="Beehive/NetUI/TestImports" basedir=".">
|
||
|
|
||
|
<import file="../../netui-imports.xml"/>
|
||
|
|
||
|
<property name="test.lib.dir" location="${netui.home}/build/test-lib"/>
|
||
|
<property name="test.classes.dir" location="${netui.home}/build/test-classes"/>
|
||
|
<property name="test.dir" location="${netui.home}/test"/>
|
||
|
<property name="test.src.dir" location="${test.dir}/src"/>
|
||
|
<property name="test.external.dir" location="${test.dir}/external"/>
|
||
|
|
||
|
<property name="log4jconfig.verbose.junit" location="${test.dir}/conf/junitLogCfgVerbose.xml"/>
|
||
|
<property name="log4jconfig.junit" location="${test.dir}/conf/junitLogCfg.xml"/>
|
||
|
|
||
|
<path id="junit-tests.dependency.path">
|
||
|
<pathelement location="${test.lib.dir}/beehive-netui-junitTests.jar"/>
|
||
|
</path>
|
||
|
|
||
|
<path id="strutstestcase.dependency.path">
|
||
|
<pathelement location="${test.external.dir}/strutstestcase/strutstest-2.1.3.jar"/>
|
||
|
<path refid="commons-collections.dependency.path"/>
|
||
|
</path>
|
||
|
|
||
|
<path id="compiler-test.dependency.path">
|
||
|
<pathelement location="${test.lib.dir}/beehive-netui-compilerTests.jar" />
|
||
|
</path>
|
||
|
|
||
|
</project>
|