* added junit to build class path

* added base/build to classpath, instead of build/Base.jar
This commit is contained in:
teo_sarca 2007-05-17 06:34:08 +00:00
parent 7db210ec69
commit c17679fe11
1 changed files with 2 additions and 1 deletions

View File

@ -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">