Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] p2ql: Allowing multiple update paths for feature (using Check for Updates)

Hi again,

> update.matchExp = providedCapabilities.exists(iu |
>   iu.namespace == 'org.eclipse.equinox.p2.iu' &&
>   ((iu.name == '@FEATURE_ID@' &&
>     iu.version ~= range('[0,@FEATURE_VERSION@)')) || \
>    (iu.name == 'edu.umd.cs.findbugs.plugin.eclipse.feature.group' &&
>     iu.version ~= range('[0,3.0.3)'))))

turns out the above was missing a .feature.group suffix. With that
added, everything works fine. :-)

Sorry for the noise.

Andreas

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top