From eac03a504add6378e11c497c87a3132d68a9d4e7 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 31 Mar 2002 23:47:40 +0000 Subject: [PATCH] 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 --- proposal/myrmidon/docs/todo.html | 17 ++++++++++++++++- proposal/myrmidon/src/xdocs/todo.xml | 9 +++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html index 413e1b3c3..e5d782bbf 100644 --- a/proposal/myrmidon/docs/todo.html +++ b/proposal/myrmidon/docs/todo.html @@ -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.

+ + +
+ + Embeddor HOWTO + +
+
+

Assigned To: Peter

+

Write a HOWTO describing how to embed Myrmidon into other + applications.

+
+
+
Optional Dependencies @@ -95,7 +109,8 @@
-

Extend Myrmidons library management facilities so that optional +

Assigned To: Peter

+

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 diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml index 425ec1e22..e85dccb81 100644 --- a/proposal/myrmidon/src/xdocs/todo.xml +++ b/proposal/myrmidon/src/xdocs/todo.xml @@ -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.

+ + +

Assigned To: Peter

+

Write a HOWTO describing how to embed Myrmidon into other + applications.

+ +
+ +

Assigned To: Peter

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