We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f336555 commit 8c4472dCopy full SHA for 8c4472d
ant.build.properties renamed to build.properties
build.xml
@@ -1,8 +1,7 @@
1
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"/>
+<project name="aima3e-java" basedir="." default="test">
+ <property file="${aima-all.basedir}/build.properties.local"/>
+ <property file="${aima-all.basedir}/build.properties"/>
6
7
<import file="${path.to.aima-core.project}/build.xml"/>
8
0 commit comments