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:15:56 UTC

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

Author: nickchalko
Date: Sat Mar 13 00:15:56 2004
New Revision: 9407

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

Added: incubator/depot/trunk/site/build.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/site/build.xml	Sat Mar 13 00:15:56 2004
@@ -0,0 +1,34 @@
+<?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.
+-->
+<project name="depot-site" default="site">
+    <description> 
+		Depot  
+	</description>
+
+    <typedef resource="org/krysalis/centipede2/ant/antlib.xml"/>
+    <property name="project.name" value="depot-site"/>
+    <property name="project.version" value="0.1-dev"/>
+    
+
+    <importer name="init-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
+    <importer name="forrest-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
+   
+
+
+    
+    
+</project>