source: proiecte/swift/trunk/lib/hoard-371/doc/status.xml @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 2.5 KB
Line 
1<?xml version="1.0"?>
2<!--
3  Copyright 2002-2004 The Apache Software Foundation
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16-->
17<status>
18
19  <developers>
20    <person name="Emery Berger"      email="emery@cs.umass.edu"      id="EDB" />
21    <!-- Add more people here -->
22  </developers>
23
24  <changes>
25    <!-- Add new releases here -->
26    <release version="0.1" date="unreleased">
27      <!-- Some action types have associated images. By default, images are
28      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
29      src/documentation/resources/images/<foo>.jpg images, these will
30      automatically be used for entries of type <foo>. -->
31
32      <action dev="JB" type="add" context="admin">
33        Initial Import
34      </action>
35      <!-- Sample action:
36      <action dev="JB" type="fix" due-to="Joe Contributor"
37          due-to-email="joec@apache.org" fixes-bug="123">
38          Fixed a bug in the Foo class.
39        </action>
40        -->
41    </release>
42  </changes>
43
44  <todo>
45    <actions priority="high">
46      <action context="docs" dev="JB">
47        Customize this template project with your project's details.  This
48        TODO list is generated from 'status.xml'.
49      </action>
50      <action context="docs" dev="JB">
51        Add lots of content.  XML content goes in
52        <code>src/documentation/content/xdocs</code>, or wherever the
53        <code>${project.xdocs-dir}</code> property (set in
54        <code>forrest.properties</code>) points.
55      </action>
56      <action context="feedback" dev="JB">
57        Mail <link
58          href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
59        with feedback.
60      </action>
61    </actions>
62    <!-- Add todo items. @context is an arbitrary string. Eg:
63    <actions priority="high">
64      <action context="code" dev="SN">
65      </action>
66    </actions>
67    <actions priority="medium">
68      <action context="docs" dev="open">
69      </action>
70    </actions>
71    -->
72  </todo>
73
74</status>
Note: See TracBrowser for help on using the repository browser.