Browse Source

removed unused dependency on jdt

tags/V1_1_0_RC2
wisberg 21 years ago
parent
commit
b8ccafa315
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      testing-drivers/.classpath

+ 1
- 2
testing-drivers/.classpath View File

@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/weaver"/>
<classpathentry kind="src" path="/testing"/>
@@ -12,6 +12,5 @@
<classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
<classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
<classpathentry kind="src" path="/asm"/>
<classpathentry kind="src" path="/org.eclipse.jdt.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Loading…
Cancel
Save