Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 231072] Could not install CDT build 5.0.0.200805021701 via p2, EPP, EUM from Ganymede Update Site

https://bugs.eclipse.org/bugs/show_bug.cgi?id=231072  
Product/Component: CDT / cdt-releng




--- Comment #3 from Markus Knauer <mknauer@xxxxxxxxxxxxxx>  2008-05-09 04:02:39 -0400 ---
I think I found the error:

In the feature org.eclipse.cdt_5.0.0.200805021701.jar you define a dependency
to a version 5.0.0.q_u_a_l_i_f_i_e_r in the feature.xml:

<requires>
  ...
  <import feature="org.eclipse.cdt.platform" version="5.0.0.qualifier"/>
  ...

The problem seems to be the 'qualifier' keyword that hasn't been replaced by
the build (or IMHO it should be removed completely).


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top