From 03184992c37b505fd758dd3f8fe44cebf81495a2 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 1 Apr 2002 00:40:53 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272137 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/docs/todo.html | 31 ++++++++++++++++++++++++++++ proposal/myrmidon/src/xdocs/todo.xml | 15 +++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html index d833bdc06..290197545 100644 --- a/proposal/myrmidon/docs/todo.html +++ b/proposal/myrmidon/docs/todo.html @@ -208,6 +208,37 @@ File[] files = cm.getOutOfDate(); + + + + +
+ + Antlibs storing templates + +
+
+

After a templating system is formalized it would useful to define + a mechanism via which you can store templates in an antlib. These + templates could then be loaded and used by build files through a + "standard" mechanism. This may need to be merged with the XML catalog + system.

+
+
+ + +
+ + Antlibs Storing General Resources + +
+
+

Add a system via which ant libs can store general resources for + consumption by build users. This could be used to store the XML fragments + for the XML catalog, the template fragments for templates, images for + documentation system and so forth.

+
+
diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml index 6cb857d6d..810989050 100644 --- a/proposal/myrmidon/src/xdocs/todo.xml +++ b/proposal/myrmidon/src/xdocs/todo.xml @@ -75,13 +75,22 @@ File[] files = cm.getOutOfDate(); -