Browse Source

added taskdefs to classpath to support AjcTaskCompileCommand

tags/V1_1_0
wisberg 21 years ago
parent
commit
8bee39694d
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      testing/.classpath
  2. 1
    0
      testing/.project

+ 1
- 0
testing/.classpath View File

@@ -16,5 +16,6 @@
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="src" path="/ajde"/>
<classpathentry kind="src" path="/asm"/>
<classpathentry kind="src" path="/taskdefs"/>
<classpathentry kind="output" path="bin"/>
</classpath>

+ 1
- 0
testing/.project View File

@@ -6,6 +6,7 @@
<project>ajde</project>
<project>asm</project>
<project>bridge</project>
<project>taskdefs</project>
<project>testing-client</project>
<project>testing-util</project>
<project>util</project>

Loading…
Cancel
Save