Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] feature requires

Hello

I would like to know if there is a tycho plugin to update the required feature/plug-ins version of a feature.

Feature.xml :

  <requires>

      <import plugin="a.b.c" version="8.1.0" match="compatible"/>

   </requires>

 

I’m able to update it with ant, but it’ll change the feature.xml and the workspace will be dirty.

 

Regards

Vincent


Back to the top