Skip to content

Commit c267cf5

Browse files
committed
Further corrections setting up properties correctly.
1 parent 8c4472d commit c267cf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

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

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

0 commit comments

Comments
 (0)