Skip to main content

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

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


Back to the top