Browse Source

Add a TODO for writing an Embeddor HOWTO and assign it to me.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272130 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
eac03a504a
2 changed files with 25 additions and 1 deletions
  1. +16
    -1
      proposal/myrmidon/docs/todo.html
  2. +9
    -0
      proposal/myrmidon/src/xdocs/todo.xml

+ 16
- 1
proposal/myrmidon/docs/todo.html View File

@@ -88,6 +88,20 @@
sections describe some of the many things which still need to be done to
achieve that goal. This list is currently under construction.</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Embeddor HOWTO"><strong>Embeddor HOWTO</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Assigned To: Peter</p>
<p>Write a HOWTO describing how to embed Myrmidon into other
applications.</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Optional Dependencies"><strong>Optional Dependencies</strong></a>
@@ -95,7 +109,8 @@
</td></tr>
<tr><td>
<blockquote>
<p>Extend Myrmidons library management facilities so that optional
<p>Assigned To: Peter</p>
<p>Extend Myrmidons library management facilities so that optional
dependencies may be declared for a library. ie The library will still
operate in absence of such libraries but can provide further features
if these libraries are present. Most likely this will be done via a


+ 9
- 0
proposal/myrmidon/src/xdocs/todo.xml View File

@@ -14,8 +14,17 @@
sections describe some of the many things which still need to be done to
achieve that goal. This list is currently under construction.</p>

<subsection name="Embeddor HOWTO">

<p>Assigned To: Peter</p>
<p>Write a HOWTO describing how to embed Myrmidon into other
applications.</p>

</subsection>

<subsection name="Optional Dependencies">

<p>Assigned To: Peter</p>
<p>Extend Myrmidons library management facilities so that optional
dependencies may be declared for a library. ie The library will still
operate in absence of such libraries but can provide further features


Loading…
Cancel
Save