Use configurations - something like: <dependency org="org.eclipse.swt.win32.win32" name="x86" rev="latest.release" conf="x86"/> <dependency org="org.eclipse.swt.gtk.linux" name="x86_64" rev="latest.release" conf="x86_64"/>
On Fri, May 4, 2012 at 2:48 PM, Robin Krahl <m...@robin-krahl.de> wrote: > Hi! > > Reading the documentation and looking for users with the same problem, I > unfortunately did not find a solution for this problem: > > I have to use different dependencies for each operating system and > architecture. SWT provides maven packages with the scheme: > > - Windows 32-bit: > org: org.eclipse.swt.win32.win32 > name: x86 > > - Linux 64-bit: > org: org.eclipse.swt.gtk.linux > name: x86_64 > > etc. How can I produce this behaviour in Ivy? > > Thanks for your support! > > Robin > >