mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Eclipse: Add build/resources to classpath
So that SmackConfiguration is able to load files from META-INF
This commit is contained in:
parent
9a2993e661
commit
1df3841a41
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@
|
||||||
<classpathentry kind="lib" path="build/junit-4.10.jar"/>
|
<classpathentry kind="lib" path="build/junit-4.10.jar"/>
|
||||||
<classpathentry kind="lib" path="build/merge/jzlib.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/merge/org.xbill.dns_2.1.4.jar"/>
|
||||||
|
<classpathentry kind="lib" path="build/resources"/>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
Loading…
Reference in a new issue