Skip to content

Commit f336555

Browse files
committed
Fix defect in top level ant build.xml
1 parent 8db0c98 commit f336555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<import file="${path.to.aima-core.project}/build.xml"/>
88

9-
<target name="test" depends="aima-core.test-all">>
9+
<target name="test" depends="aima-core.test-all">
1010
</target>
1111
</project>

0 commit comments

Comments
 (0)