Add carbon libs to .classpath.

This commit is contained in:
John B. Matthews 2008-06-06 20:28:51 +00:00
parent 6b65f5614c
commit a252362eb5
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="lib" path="/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.2.2.v3236.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>