Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stp-dev] IM build

Thanks, I did this for all the features. And I also took the opportunity to update the license URLs :)
Will look out for the build to try it out.

cheers,
Adrian.

On May 14, 2009, at 1:46 PM, Oisin Hurley wrote:

It could be the whole qualifier thing. My suggestion would
be that you go the runtime feature, edit the feature.xml
and change the <requires> from

  <requires>
     <import feature="org.eclipse.stp.im.core.feature"
version="1.0.1.qualifier" match="greaterOrEqual"/>
  </requires>

to

  <requires>
     <import feature="org.eclipse.stp.im.core.feature"
version="1.0.1" match="greaterOrEqual"/>
  </requires>

i.e. just take out the 'qualifier' piece, since there is no way that
can be generated correctly.

cheers
 --oh
_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev




Back to the top