blob: d49d553052ed9e22ce7c81b35438e9bc369b2c75 [file] [log] [blame]
Richard S. Hall7fa14152006-06-14 15:22:03 +00001<?xml version="1.0" encoding="UTF-8"?>
2<iPOJO>
Clement Escoffierce0e1e52008-03-28 15:33:36 +00003 <Component className="org.apache.felix.ipojo.arch.ArchCommandImpl"
4 factory="false">
5 <Provides />
6 <Requires field="m_archs" optional="true" />
7 <Requires field="m_factories" optional="true"
8 filter="(!(handler.name=*))" />
9 <Requires field="m_handlers" optional="true"
10 filter="(handler.name=*)" />
Richard S. Hall7fa14152006-06-14 15:22:03 +000011 </Component>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000012 <instance component="org.apache.felix.ipojo.arch.ArchCommandImpl"
13 name="ArchCommand" />
Richard S. Hall7fa14152006-06-14 15:22:03 +000014</iPOJO>