Changed swt.jar location to be pulled from a variable instead of

hard-coded.
This commit is contained in:
Robert Greene 2003-02-07 22:47:57 +00:00
parent 9a82a9e465
commit ce5920e4c1
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/JUnit"/>
<classpathentry kind="lib" path="C:/Program Files/Eclipse 2.0/plugins/org.eclipse.swt.win32_2.0.2/ws/win32/swt.jar"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="output" path="bin"/>
</classpath>