Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Filter for multiple platforms when mirroring with tycho-p2-extras-plugin?

I don't think so. try several mirror calls with append.
BTW not specifying a filter will mirror for all platforms.

the ant task also only provides simple key=value filters
http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm

maybe it's possible to generalize this to more versatile LDAP filters like

(|(osgi.os=linux) (osgi.os=win32) )

patches welcome.

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Eric Jain
Sent: Donnerstag, 29. September 2011 20:05
To: tycho-user
Subject: [tycho-user] Filter for multiple platforms when mirroring with tycho-p2-extras-plugin?

http://wiki.eclipse.org/Tycho/Additional_Tools shows how to filter for
one platform (linux/gtk/x86). But is it possible to filter for more
than one platform (e.g. both linux/gtk/x86 and win32/win32/x86)?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top