Browse Source

Add configurer role so that you can plug in multiple configurers easily

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271324 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
8c2efc7632
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      proposal/myrmidon/src/manifest/builtin-ant-roles.xml

+ 1
- 0
proposal/myrmidon/src/manifest/builtin-ant-roles.xml View File

@@ -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>

Loading…
Cancel
Save