File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # AIMA-ALL
2+ # DO NOT MODIFY THIS FILE DIRECTLY -- use build.properties.local
3+ #
4+ # To use different values for properties in this file:
5+ # a) Create a build.properties.local in the same directory as build.xml
6+ # or
7+ # b) Use -Dproperty=value arguments
8+
9+ # DIRECTORY LOCATIONS
10+ path.to.aima-core.project =./aima-core
11+ path.to.aima-gui.project =./aima-gui
12+ path.to.aimax-osm.project =./aimax-osm
Original file line number Diff line number Diff line change 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" />
6+
7+ <import file =" ${ path.to.aima-core.project } /build.xml" />
8+
9+ <target name =" test" depends =" aima-core.test-all" > >
10+ </target >
11+ </project >
You can’t perform that action at this time.
0 commit comments