- Documentation (2.5.0-rc1)
- Release Notes
- Tutorials
- Reference
- Introduction
- Settings Files
- Ivy Files
- Ant Tasks
- artifactproperty
- artifactreport
- buildlist
- buildnumber
- buildobr
- cachefileset
- cachepath
- checkdepsupdate
- cleancache
- configure
- convertmanifest
- convertpom
- deliver
- dependencytree
- findrevision
- fixdeps
- info
- install
- listmodules
- makepom
- post resolve tasks
- publish
- report
- repreport
- resolve
- resources
- retrieve
- settings
- var
- Using standalone
- OSGi
- Developer doc
Aggregated OSGi Repository
Attributes
This resolver shares the common attributes of composite resolvers.
Elements
As sub element, this resolver accept any kind of OSGi resolver: obr, updatesite, or any other osgi-agg
.
Examples
<updatesite name="ivyde-updatesite" url="http://www.apache.org/dist/ant/ivyde/updatesite"/>
<obr name="felix-repo" repoXmlURL="http://felix.apache.org/obr/releases.xml"/>
<osgi-agg name="all-osgi">
<resolver ref="ivyde-updatesite"/>
<resolver ref="felix-repo"/>
</osgi-agg>
An aggregated OSGi repository composed of the Apache IvyDE Eclipse update site and the Felix OBR.