<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 02/06/2013 06:58 PM, Alexey Kazakov
      wrote:<br>
    </div>
    <blockquote cite="mid:511299D9.4000608@exadel.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 02/06/2013 01:07 AM, Mickael
        Istria wrote:<br>
      </div>
      <blockquote cite="mid:51121D5C.4030903@redhat.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        <br>
        <blockquote cite="mid:5111669D.7010102@exadel.com" type="cite">
          <pre wrap="">Should we change Eclipse (wtp, etc.) dependencies in plugin.xml too even 
if we don't use any new API from Kepler?</pre>
        </blockquote>
        No, you shouldn't do it. MANIFEST.MF must contain the "wider"
        compatible version range.<br>
      </blockquote>
      <br>
      The problem is that we don't know if JBT compatible with Juno
      until we test it against Juno, do we?<br>
    </blockquote>
    We'll test only for Kepler. But you can expect it to work or not
    with Juno.<br>
    Next JBT will only be supported (ie guaranteed to work on Kepler),
    but if you think your component still support Juno, you'd better not
    change versions in MANIFEST because:<br>
    1. Some people may want to install your component on Juno, and will
    be happy if it works. If it doesn't work, it's not that bad because
    we don't support it.<br>
    2. It's more effort and risk for you to change MANIFEST.<br>
    3. If we change our mind and decide to support Juno, you won't have
    anything to change.<br>
    So I recommend you change MANIFEST only when you _need_ it (ie when
    you have some breaking API or feature changes in your dependencies).<br>
    <br>
    If your stuff can still work on Juno, changing versions in MANIFEST
    will make it impossible to use it on Juno. There is no added-value
    to it. The target-platforms provide all the safety you need.<br>
    <div class="moz-signature">-- <br>
      Mickael Istria<br>
      Eclipse developer at <a href="http://www.jboss.org/tools">JBoss,
        by Red Hat</a><br>
      <a href="http://mickaelistria.wordpress.com">My blog</a> - <a
        href="http://twitter.com/mickaelistria">My Tweets</a></div>
  </body>
</html>