This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
JRummikub/.classpath
Matthias Schiffer 594065b4ba Added Smack library to classpath
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@393 72836036-5685-4462-b002-a69064685172
2011-06-09 00:12:20 +02:00

10 lines
459 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="mock"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Smack"/>
<classpathentry kind="output" path="bin"/>
</classpath>