You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/16 08:52:13 UTC

svn commit: rev 10696 - incubator/depot/trunk/update/src/test/org/apache/depot/update/ant

Author: nickchalko
Date: Sun May 16 01:52:12 2004
New Revision: 10696

Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml
Log:
Added xml declaration.

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml	Sun May 16 01:52:12 2004
@@ -1,5 +1,7 @@
+<?xml version="1.0"?>
+<!DOCTYPE cachedresourceset PUBLIC "-//APACHE//DTD CachedResource V0.1//EN" "http://incubator.apache.org/depot/dtd/cachedresource-v01.dtd">
 <cachedresourceset id="test1">
     <resource name="helloworld" 
-          version="1.1" 
-          href="file://@basedir@/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar"/>
-</cachedresourceset >
+              version="1.1" 
+              href="file://@basedir@/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar"/>
+</cachedresourceset>