# HG changeset patch # User japod@localhost # Date 1222775189 -7200 # Node ID b4c6b18eaf3fd6f4751e84286ebe091b72a0efc6 # Parent f4b4f95ae1bd46c725ac69775b30552643d55c05 fixing junit4 reference in project.properties (sol 13) diff -r f4b4f95ae1bd -r b4c6b18eaf3f task1/solution13/nbproject/project.properties --- a/task1/solution13/nbproject/project.properties Tue Sep 30 13:42:03 2008 +0200 +++ b/task1/solution13/nbproject/project.properties Tue Sep 30 13:46:29 2008 +0200 @@ -21,6 +21,7 @@ dist.jar=${dist.dir}/currency.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= +file.reference.junit-4.4.jar=../../libs/junit-4.4.jar file.reference.src-apifest08=.. includes=** jar.compress=false @@ -33,7 +34,7 @@ javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ - ${libs.junit_4.classpath} + ${file.reference.junit-4.4.jar} javadoc.additionalparam= javadoc.author=false javadoc.encoding=