donaldp 02/02/14 01:41:41
Modified: proposal/myrmidon/src/manifest builtin-ant-roles.xml
Log:
Add configurer role so that you can plug in multiple configurers easily
Revision Changes Path
1.7 +1 -0
jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-roles.xml
Index: builtin-ant-roles.xml
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-roles.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- builtin-ant-roles.xml 12 Feb 2002 10:19:49 -0000 1.6
+++ builtin-ant-roles.xml 14 Feb 2002 09:41:41 -0000 1.7
@@ -5,4 +5,5 @@
<role shorthand="aspect"
name="org.apache.myrmidon.aspects.AspectHandler"/>
<role shorthand="project-builder"
name="org.apache.myrmidon.interfaces.builder.ProjectBuilder"/>
<role shorthand="converter"
name="org.apache.myrmidon.converter.Converter"/>
+ <role shorthand="configurer"
name="org.apache.myrmidon.interfaces.configurer.Configurer"/>
</roles>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>