SpringSource Bundlor can be obtained from an Ivy repository
Add the SpringSource Enterprise Bundle Repository resolvers to theivysettings.xml
file
<url
<attribute>name</attribute>=<value>"com.springsource.repository.bundles.release"</value>> <ivy
<attribute>pattern</attribute>=<value>"http://repository.springsource.com/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"</value>/> <artifact
<attribute>pattern</attribute>=<value>"http://repository.springsource.com/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"</value>/> </url
>
Download the SpringSource Bundlor dependency in the build.xml
file
<ivy:cachepath
<attribute>resolveId</attribute>=<value>"bundlor.classpath"</value> <attribute>pathid</attribute>=<value>"bundlor.classpath"</value> <attribute>organisation</attribute>=<value>"com.springsource.bundlor"</value>
<attribute>module</attribute>=<value>"com.springsource.bundlor.ant"</value> <attribute>revision</attribute>=<value>"1.0.0.RELEASE"</value> <attribute>conf</attribute>=<value>"ant"</value> <attribute>inline</attribute>=<value>"true"</value>
<attribute>type</attribute>=<value>"jar"</value> <attribute>log</attribute>=<value>"download-only"</value>/>