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/03/13 08:19:29 UTC

svn commit: rev 9410 - incubator/depot/trunk/site

Author: nickchalko
Date: Sat Mar 13 00:19:28 2004
New Revision: 9410

Added:
   incubator/depot/trunk/site/module.xml   (contents, props changed)
Log:
Work on top level site

Added: incubator/depot/trunk/site/module.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/site/module.xml	Sat Mar 13 00:19:28 2004
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!--
+$Id$
+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.
+-->
+<!-- used by antlets -->
+<module name="depot-site" fullname="Apache Depot Site">
+    <url href="http://incubator.apache.org/depot"/>
+    <site hostname="krysalis.sourceforge.net"
+        remotedir="/home/groups/k/kr/krysalis/htdocs/templates/krysalis-project"/>
+    <jars repository="maven" href="http://www.ibiblio.org/maven/"/>
+    <description>
+    Depot
+    </description>
+    <detailed>
+       A sample configuration to highlight centipede.
+    </detailed>
+    <what>
+        <goal>tbd</goal>
+    </what>
+    <why>
+      tbd
+    </why>
+    <vendor>The Apache Software Foundation</vendor>
+    <licence legal="./legal">
+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.
+    </licence>
+    <credits>
+
+    </credits>
+    <project name="depot-site" fullname="Apache Depot Site">
+        <version major="0"
+            minor="1"
+            fix  ="1"
+            tag="HEAD"/>
+
+        <documentation type="xml/forrest" dir="src/documentation"/>
+    </project>
+</module>
\ No newline at end of file