mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
* LibraryLoader class introduced: now used by RawSocket and WindowsPinger * JNI libraries are now always loaded from the classpath (or the jar file): lib dirs added to the classpath in eclipse project git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@176 375186e5-ef17-0410-b0b6-91563547dcda
19 lines
1.0 KiB
XML
Executable File
19 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="src" path="ext/rocksaw/lib"/>
|
|
<classpathentry kind="src" path="ext/winping/lib"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="ext/picocontainer/picocontainer-1.0.jar"/>
|
|
<classpathentry kind="lib" path="ext/swt/swt-linux.jar" sourcepath="ext/swt/src-linux"/>
|
|
<classpathentry kind="lib" path="ext/swt/swt-win32.jar" sourcepath="ext/swt/src-win32"/>
|
|
<classpathentry kind="lib" path="ext/swt/swt-mac.jar" sourcepath="ext/swt/src-mac"/>
|
|
<classpathentry kind="lib" path="ext/easymock/easymock.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|