ipscan/.classpath
angryziber eeece5bb01 Platform class introduced to hold OS detections.
MainMenu made more compatible with Mac, all accelerator texts moved from Labels.txt to the code.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@87 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-27 22:56:11 +00:00

20 lines
1.0 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<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="/swt/swt-win32.jar" sourcepath="/swt/src-win32"/>
<classpathentry kind="lib" path="/swt/swt-gtk.jar" sourcepath="/swt/src-gtk"/>
<classpathentry kind="lib" path="ext/picocontainer/picocontainer-1.0.jar" sourcepath="ext/picocontainer/src"/>
<classpathentry combineaccessrules="false" kind="src" path="/swt"/>
<classpathentry kind="lib" path="/swt/swt-mac.jar" sourcepath="/swt/src-mac"/>
<classpathentry kind="output" path="bin"/>
</classpath>