Skip to content

Commit 61e0f1b

Browse files
authored
Update build.xml
1 parent 0e12e9f commit 61e0f1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
<property file="${aima3e-java.basedir}/build.properties.local"/>
55
<property file="${aima3e-java.basedir}/build.properties"/>
66

7-
<import file="${path.to.aima-core.project}/build.xml"/>
8-
97
<target name="test">
10-
<ant dir="${path.to.aima-core.project}" target="aima-core.test-all" />
8+
<ant dir="${path.to.aima-core.project}/" target="aima-core.test-all" />
119
</target>
1210
</project>

0 commit comments

Comments
 (0)