summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorknut <>2006-02-26 16:37:50 +0000
committerknut <>2006-02-26 16:37:50 +0000
commitce75cf0aacdcf4e06c2c40fd2a15490ae7ad7c3e (patch)
tree408be4e75efcfac7d45af8b5df4b8fc1f3803f10 /build.xml
parent2847b7cdf2ee645146cf9f768392f08d3f21f0a7 (diff)
Corrected references to XSD and DTD files
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7c291da2..3c11ebe2 100644
--- a/build.xml
+++ b/build.xml
@@ -32,8 +32,8 @@
<property name="reports.style.dir" value="buildscripts/phing/style"/>
<property name="reports.geshi.dir" value="${src.dir}/3rdParty/geshi"/>
<property name="prado.lite" value="pradolite.php"/>
- <property name="application.xsd" value="${src.dir}/Specs/application.xsd"/>
- <property name="config.xsd" value="${src.dir}/Specs/config.xsd"/>
+ <property name="application.xsd" value="${doc.dir}/specs/application.xsd"/>
+ <property name="config.xsd" value="${doc.dir}/specs/config.xsd"/>
<taskdef name="phplint" classname="PhpLintTask" classpath="buildscripts/phing/tasks"/>
<taskdef name="xmllint" classname="XmlLintTask" classpath="buildscripts/phing/tasks"/>