diff options
author | knut <> | 2006-02-26 16:37:50 +0000 |
---|---|---|
committer | knut <> | 2006-02-26 16:37:50 +0000 |
commit | ce75cf0aacdcf4e06c2c40fd2a15490ae7ad7c3e (patch) | |
tree | 408be4e75efcfac7d45af8b5df4b8fc1f3803f10 /build.xml | |
parent | 2847b7cdf2ee645146cf9f768392f08d3f21f0a7 (diff) |
Corrected references to XSD and DTD files
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"/> |