You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2004/10/06 21:20:08 UTC

svn commit: rev 53894 - incubator/beehive/trunk/controls/test

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}" />