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 09:56:08 UTC

svn commit: rev 9429 - incubator/depot/trunk/version

Author: nickchalko
Date: Sat Mar 13 01:56:08 2004
New Revision: 9429

Added:
   incubator/depot/trunk/version/status.xml
Log:
Added status file for the forrest build.

Added: incubator/depot/trunk/version/status.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/version/status.xml	Sat Mar 13 01:56:08 2004
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+$Id: status.xml 9415 2004-03-13 08:43:45Z nickchalko $
+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.
+-->
+<status>
+    <developers>
+        <person name="Adam Jack" email="" id="ajack"/>
+        <person name="Anou Manavalan" email="" id="anou_mana"/>
+        <person name="Nick Chalko" email="nick@chalko.com" id="njc"/>
+        <person name="Markus M. May" email="" id="mmay"/>
+    </developers>
+    <changes>
+        <!-- Add new releases here -->
+        <release version="0.1" date="unreleased">
+            <!-- Some action types have associated images. By default, images are
+      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
+      src/documentation/resources/images/<foo>.jpg images, these will
+      automatically be used for entries of type <foo>. -->
+            <action dev="njc" type="add" context="admin"> Initial Import </action>
+        </release>
+    </changes>
+    <todo>
+        <actions priority="high">
+            <action context="docs" dev="njc">Finish the Site</action>
+            <action context="gump" dev="njc">gump building
+                and testing</action>
+        </actions>
+    </todo>
+</status>