Author: jsong
Date: Wed Oct 6 12:20:07 2004
New Revision: 53894
Modified:
incubator/beehive/trunk/controls/test/build.xml
Log:
Fix url for DTD.
Contributed by Joe Pemberton
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Wed Oct 6 12:20:07 2004
@@ -298,7 +298,7 @@
<gethostname/> <!-- set ${hostname} -->
<property name="gtlf.dtd.use.remote" value="true"/>
- <property name="gtlf.dtd.remote"
value="http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/controls/test/infra/gtlf/gtlf-config-2.0.dtd?root=Apache-SVN"/>
+ <property name="gtlf.dtd.remote"
value="http://svn.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/controls/test/infra/gtlf/gtlf-config-2.0.dtd?root=Apache-SVN"/>
<property name="gtlf.dtd.local" value="infra/gtlf/gtlf-config-2.0.dtd"/>
<property name="test.hostname" value="${hostname}" />