Added SWT_SRC to SWT_JAR to allow browsing of SWT source code.

This commit is contained in:
Robert Greene 2003-12-12 04:25:45 +00:00
parent d205eda7f3
commit adb931be3f

View File

@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="var" path="SWT_JAR" sourcepath="SWT_SRC"/>
<classpathentry kind="var" path="JUNIT_JAR"/>
<classpathentry kind="output" path="bin"/>
</classpath>