Revert to common .classpath.

This commit is contained in:
John B. Matthews 2008-06-08 20:37:55 +00:00
parent 3067210446
commit 4130b3626d
2 changed files with 9 additions and 1 deletions

9
.classpath Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -11,4 +11,3 @@ TODO.local
*.jpage
work
TestImage.*
.classpath