Welcome to mirror list, hosted at ThFree Co, Russian Federation.

status.xml « website - github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71b0ff7720761a2eccffd481f378c5aae0c1ffbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<status>

  <developers>
    <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
    <!-- Add more people here -->
  </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="JB" type="add" context="admin">
        Initial Import
      </action>
      <!-- Sample action:
      <action dev="JB" type="fix" due-to="Joe Contributor"
          due-to-email="joec@apache.org" fixes-bug="123">
          Fixed a bug in the Foo class.
        </action>
        -->
    </release>
  </changes>

  <todo>
    <actions priority="high">
      <action context="docs" dev="JB">
        Customize this template project with your project's details.  This
        TODO list is generated from 'status.xml'.
      </action>
      <action context="docs" dev="JB">
        Add lots of content.  XML content goes in
        <code>src/documentation/content/xdocs</code>, or wherever the
        <code>${project.xdocs-dir}</code> property (set in
        <code>forrest.properties</code>) points.
      </action>
      <action context="feedback" dev="JB">
        Mail <link
          href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
        with feedback.
      </action>
    </actions>
    <!-- Add todo items. @context is an arbitrary string. Eg:
    <actions priority="high">
      <action context="code" dev="SN">
      </action>
    </actions>
    <actions priority="medium">
      <action context="docs" dev="open">
      </action>
    </actions>
    -->
  </todo>

</status>