ipscan/.classpath
angryziber 8d86971da3 * tests are now in the default build path
* a few compilation errors fixed related to Java 5 transition
* StateMachine is now tested

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@138 375186e5-ef17-0410-b0b6-91563547dcda
2007-06-24 20:25:52 +00:00

22 lines
1.0 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="ext/rocksaw/src/java"/>
<classpathentry kind="src" path="ext/vserv-tcpip/src/java"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="ext/rocksaw/lib/tmp.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ipscan/ext/rocksaw/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="ext/picocontainer/picocontainer-1.0.jar"/>
<classpathentry kind="lib" path="ext/swt/swt-gtk.jar"/>
<classpathentry kind="lib" path="ext/swt/swt-mac.jar"/>
<classpathentry kind="lib" path="ext/swt/swt-win32.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="ext/easymock/easymock.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>