Eclipse: Add build/resources to classpath

So that SmackConfiguration is able to load files from META-INF
This commit is contained in:
Florian Schmaus 2014-02-05 19:59:57 +01:00
parent 9a2993e661
commit 1df3841a41
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@
<classpathentry kind="lib" path="build/junit-4.10.jar"/>
<classpathentry kind="lib" path="build/merge/jzlib.jar"/>
<classpathentry kind="lib" path="build/merge/org.xbill.dns_2.1.4.jar"/>
<classpathentry kind="lib" path="build/resources"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>