adammurdoch 2002/06/25 07:37:20
Modified: container/src/conf ant-services.xml
Log:
Use the XPath property resolver by default.
Revision Changes Path
1.5 +1 -1 jakarta-ant-myrmidon/container/src/conf/ant-services.xml
Index: ant-services.xml
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/container/src/conf/ant-services.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-services.xml 24 Jun 2002 01:50:01 -0000 1.4
+++ ant-services.xml 25 Jun 2002 14:37:20 -0000 1.5
@@ -20,7 +20,7 @@
<service
classname="org.apache.myrmidon.components.event.DefaultTaskEventManager">
<role name="org.apache.myrmidon.interfaces.event.TaskEventManager"/>
</service>
- <service
classname="org.apache.myrmidon.components.property.DefaultPropertyResolver">
+ <service
classname="org.apache.myrmidon.components.property.XPathPropertyResolver">
<role
name="org.apache.myrmidon.interfaces.property.PropertyResolver"/>
</service>
<service
classname="org.apache.myrmidon.components.converter.DefaultMasterConverter">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>