We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4472d commit c267cf5Copy full SHA for c267cf5
build.xml
@@ -1,7 +1,8 @@
1
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"/>
+ <dirname property="aima3e-java.basedir" file="${ant.file.aima3e-java}"/>
+ <property file="${aima3e-java.basedir}/build.properties.local"/>
5
+ <property file="${aima3e-java.basedir}/build.properties"/>
6
7
<import file="${path.to.aima-core.project}/build.xml"/>
8
0 commit comments