1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-27 05:54:53 +02:00

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

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>