Changed build target to use default directory for Dictionary build.
This commit is contained in:
parent
66d6b5ea75
commit
b7f0d544eb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<project name="ThdlUsers" default="compile" basedir=".">
|
<project name="ThdlUsers" default="compile" basedir=".">
|
||||||
|
|
||||||
<!-- Configure the directory into which the web application is built -->
|
<!-- Configure the directory into which the web application is built -->
|
||||||
<property name="build" value="${basedir}/../lex/build"/>
|
<property name="build" value="${basedir}/../Dictionary/build"/>
|
||||||
|
|
||||||
<!-- Configure the directory containing the source files -->
|
<!-- Configure the directory containing the source files -->
|
||||||
<property name="source" value="${basedir}/src"/>
|
<property name="source" value="${basedir}/src"/>
|
||||||
|
|
Loading…
Reference in a new issue