Skip to content

Commit 8c4472d

Browse files
committed
Additional fixes
1 parent f336555 commit 8c4472d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
File renamed without changes.

build.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

2-
<project name="aima3e-java" basedir="." default="aima3e-java.test">
3-
<dirname property="aima3e-java.basedir" file="${ant.file.aima3e-java}"/>
4-
<property file="${aima-all.basedir}/ant.build.properties.local"/>
5-
<property file="${aima-all.basedir}/ant.build.properties"/>
2+
<project name="aima3e-java" basedir="." default="test">
3+
<property file="${aima-all.basedir}/build.properties.local"/>
4+
<property file="${aima-all.basedir}/build.properties"/>
65

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

0 commit comments

Comments
 (0)