add installer/resources to the classpath for eclipse and junit task

do not use hardcoded filesystem path in junit test 
	(test still fails for different reason)
This commit is contained in:
zab
2013-01-04 20:17:35 +00:00
parent 54a35df9e9
commit d0cb714f69
3 changed files with 6 additions and 3 deletions

View File

@@ -4,5 +4,6 @@
<classpathentry kind="src" path="test/junit"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="../../installer/resources"/>
<classpathentry kind="output" path="build/obj"/>
</classpath>