* added junit to build class path
* added base/build to classpath, instead of build/Base.jar
This commit is contained in:
parent
7db210ec69
commit
c17679fe11
|
@ -21,8 +21,9 @@
|
||||||
<path id="project.class.path">
|
<path id="project.class.path">
|
||||||
<pathelement path="${classpath}"/>
|
<pathelement path="${classpath}"/>
|
||||||
<pathelement path="${jar.path}/CCTools.jar"/>
|
<pathelement path="${jar.path}/CCTools.jar"/>
|
||||||
<pathelement path="../base/Base.jar"/>
|
<pathelement path="../base/build"/>
|
||||||
<pathelement path="../looks/CLooks.jar"/>
|
<pathelement path="../looks/CLooks.jar"/>
|
||||||
|
<pathelement path="../tools/lib/junit.jar"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<target name="init" description="initialization target">
|
<target name="init" description="initialization target">
|
||||||
|
|
Loading…
Reference in New Issue