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/07/27 07:48:24 UTC

svn commit: rev 30768 - incubator/depot/trunk/www/dtd

Author: nickchalko
Date: Tue Jul 27 00:48:23 2004
New Revision: 30768

Added:
   incubator/depot/trunk/www/dtd/cachedartifact-v01.dtd
Log:
Updating site depot-site 0.1-dev by nick 

Added: incubator/depot/trunk/www/dtd/cachedartifact-v01.dtd
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/www/dtd/cachedartifact-v01.dtd	Tue Jul 27 00:48:23 2004
@@ -0,0 +1,31 @@
+<!-- $HeadURL: https://svn.apache.org/repos/asf/incubator/depot/trunk/update/module.xml $ -->
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<!--
+PUBLIC "-//APACHE//DTD CachedArtifact V0.1//EN" "http://incubator.apache.org/depot/dtd/cachedartifact-v01.dtd"
+
+The dtd for exporting Cached Artifact Sets
+-->
+<!ELEMENT artifact EMPTY >
+<!ATTLIST artifact name CDATA #IMPLIED>
+<!ATTLIST artifact version CDATA #IMPLIED>
+<!ATTLIST artifact href CDATA #IMPLIED>
+<!ATTLIST artifact group CDATA #IMPLIED>
+<!ATTLIST artifact ext CDATA #IMPLIED>
+<!ELEMENT cachedartifactset (artifact)*>
+<!ATTLIST cachedartifactset id CDATA #IMPLIED>
+