Duplicated property in build.xml
--------------------------------
Key: XERCESJ-1118
URL: http://issues.apache.org/jira/browse/XERCESJ-1118
Project: Xerces2-J
Type: Bug
Components: Build
Versions: 2.7.1
Reporter: elharo
Priority: Trivial
The tools.dir property is set twice:
<property name="src.dir" value="./src"/>
<property name="tools.dir" value="./tools"/>
<property name="docs.dir" value="./docs"/>
<property name="data.dir" value="./data"/>
<property name="samples.dir" value="./samples"/>
<property name="tests.dir" value="./tests"/>
<property name="tools.dir" value="./tools"/>
<property name="docs.book" value="${docs.dir}/docs-book.xml"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]