~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/website/status.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<status>
 
3
 
 
4
  <developers>
 
5
    <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
 
6
    <!-- Add more people here -->
 
7
  </developers>
 
8
 
 
9
  <changes>
 
10
    <!-- Add new releases here -->
 
11
    <release version="0.1" date="unreleased">
 
12
      <!-- Some action types have associated images. By default, images are
 
13
      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
 
14
      src/documentation/resources/images/<foo>.jpg images, these will
 
15
      automatically be used for entries of type <foo>. -->
 
16
 
 
17
      <action dev="JB" type="add" context="admin">
 
18
        Initial Import
 
19
      </action>
 
20
      <!-- Sample action:
 
21
      <action dev="JB" type="fix" due-to="Joe Contributor"
 
22
          due-to-email="joec@apache.org" fixes-bug="123">
 
23
          Fixed a bug in the Foo class.
 
24
        </action>
 
25
        -->
 
26
    </release>
 
27
  </changes>
 
28
 
 
29
  <todo>
 
30
    <actions priority="high">
 
31
      <action context="docs" dev="JB">
 
32
        Customize this template project with your project's details.  This
 
33
        TODO list is generated from 'status.xml'.
 
34
      </action>
 
35
      <action context="docs" dev="JB">
 
36
        Add lots of content.  XML content goes in
 
37
        <code>src/documentation/content/xdocs</code>, or wherever the
 
38
        <code>${project.xdocs-dir}</code> property (set in
 
39
        <code>forrest.properties</code>) points.
 
40
      </action>
 
41
      <action context="feedback" dev="JB">
 
42
        Mail <link
 
43
          href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
 
44
        with feedback.
 
45
      </action>
 
46
    </actions>
 
47
    <!-- Add todo items. @context is an arbitrary string. Eg:
 
48
    <actions priority="high">
 
49
      <action context="code" dev="SN">
 
50
      </action>
 
51
    </actions>
 
52
    <actions priority="medium">
 
53
      <action context="docs" dev="open">
 
54
      </action>
 
55
    </actions>
 
56
    -->
 
57
  </todo>
 
58
 
 
59
</status>