<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">Op 23-02-13 11:00, Charles Moulliard
      schreef:<br>
    </div>
    <blockquote
cite="mid:CAAxZHde7BFK28_DayT0j2EeEZY_mEiwujDZPVpSMUhwZ8Q5oGg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I have only added
        <div><br>
        </div>
        <div style="">&lt;packaging&gt;bundle&lt;/packaging&gt;</div>
      </div>
    </blockquote>
    Looks like most of this was already done on master in December 2012.<br>
    The confusion stems from the pull requests being for 5.5.x, instead
    of master.<br>
    <blockquote
cite="mid:CAAxZHde7BFK28_DayT0j2EeEZY_mEiwujDZPVpSMUhwZ8Q5oGg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style=""><br>
        </div>
        <div style="">and modify or add this plugin</div>
        <div style=""><br>
        </div>
        <div style="">
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;plugin&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;extensions&gt;true&lt;/extensions&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;version&gt;${maven-felix-plugin.version}&lt;/version&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;executions&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;execution&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;id&gt;manifest&lt;/id&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;phase&gt;process-classes&lt;/phase&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;goals&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;goal&gt;manifest&lt;/goal&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/goals&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/execution&gt;</div>
        </div>
      </div>
    </blockquote>
    &lt;execution&gt; is no longer needed due to
    &lt;packaging&gt;bundle&lt;/packaging&gt; and parent pom inheritence
    on master
    <blockquote
cite="mid:CAAxZHde7BFK28_DayT0j2EeEZY_mEiwujDZPVpSMUhwZ8Q5oGg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="">
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/executions&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;configuration&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;manifestLocation&gt;META-INF&lt;/manifestLocation&gt;</div>
        </div>
      </div>
    </blockquote>
    &lt;manifestLocation&gt; is no longer needed due to
    &lt;packaging&gt;bundle&lt;/packaging&gt; on master<br>
    <blockquote
cite="mid:CAAxZHde7BFK28_DayT0j2EeEZY_mEiwujDZPVpSMUhwZ8Q5oGg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="">
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;instructions&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;Bundle-SymbolicName&gt;org.drools.camel&lt;/Bundle-SymbolicName&gt;</div>
        </div>
      </div>
    </blockquote>
    Could you make a _minimal_ list of the modules that aren't osgi-fied
    and would need to get osgi-fied?<br>
    <blockquote
cite="mid:CAAxZHde7BFK28_DayT0j2EeEZY_mEiwujDZPVpSMUhwZ8Q5oGg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="">
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Import-Package&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; !org.drools.camel.component,</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; !<a moz-do-not-send="true"
              href="http://org.drools.jax.rs">org.drools.jax.rs</a>,</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; !org.drools.jax.soap,</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Import-Package&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Export-Package&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.drools.camel.component,</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
              href="http://org.drools.jax.rs">org.drools.jax.rs</a>,</div>
          <div>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.drools.jax.soap</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Export-Package&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--
            &lt;DynamicImport-Package&gt;*&lt;/DynamicImport-Package&gt;
            --&gt;</div>
        </div>
      </div>
    </blockquote>
    It would be great if we can remove DynamicImport-Package. Have you
    tested that it's ok to remove this?<br>
    It has something to do with reflection, and drools does use
    reflection at runtime :)<br>
    <blockquote
cite="mid:CAAxZHde7BFK28_DayT0j2EeEZY_mEiwujDZPVpSMUhwZ8Q5oGg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="">
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/instructions&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/configuration&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/plugin&gt;</div>
        </div>
        <div style="">&nbsp;&nbsp;</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">
          On Fri, Feb 22, 2013 at 10:40 PM, Mark Proctor <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:mproctor@codehaus.org" target="_blank">mproctor@codehaus.org</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div style="word-wrap:break-word">The XML files aren't
              diffing well, it's removing and replacing the entire file.
              Which makes it impossible to review what you've done.
              <div><br>
              </div>
              <div>Mark<br>
                <div>
                  <div>
                    <div class="h5">
                      <div>On 22 Feb 2013, at 17:33, Charles Moulliard
                        &lt;<a moz-do-not-send="true"
                          href="mailto:ch007m@gmail.com" target="_blank">ch007m@gmail.com</a>&gt;
                        wrote:</div>
                      <br>
                    </div>
                  </div>
                  <blockquote type="cite">
                    <div>
                      <div class="h5">
                        <div dir="ltr">Hi,
                          <div>
                            <br>
                          </div>
                          <div>Can somebody has a look on the following
                            pull requests that I send to allow to deploy
                            Drools (<span
style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif"><a
                                moz-do-not-send="true"
                                href="https://issues.jboss.org/browse/DROOLS-49"
                                target="_blank">https://issues.jboss.org/browse/DROOLS-49</a></span>)
                            on Apache Karaf :</div>
                          <div><br>
                          </div>
                          <div><a moz-do-not-send="true"
                              href="https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/pull/26"
                              target="_blank">https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/pull/26</a><br>
                          </div>
                          <div><a moz-do-not-send="true"
                              href="https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/31"
                              target="_blank">https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/31</a></div>
                          <div><a moz-do-not-send="true"
                              href="https://github.com/droolsjbpm/droolsjbpm-integration/pull/44"
                              target="_blank">https://github.com/droolsjbpm/droolsjbpm-integration/pull/44</a><br>
                          </div>
                          <div><a moz-do-not-send="true"
                              href="https://github.com/droolsjbpm/drools/pull/177"
                              target="_blank">https://github.com/droolsjbpm/drools/pull/177</a><br>
                          </div>
                          <div><br>
                          </div>
                          <div><br>
                          </div>
                          <div>Regards,<br>
                            -- <br>
                            <div>Charles Moulliard</div>
                            <div>Apache Committer / Sr. Enterprise
                              Architect (RedHat)</div>
                            <div>Twitter : @cmoulliard |&nbsp;Blog : <a
                                moz-do-not-send="true"
                                href="http://cmoulliard.blogspot.com/"
                                target="_blank">http://cmoulliard.blogspot.com</a></div>
                            <div><br>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    _______________________________________________<br>
                    rules-dev mailing list<br>
                    <a moz-do-not-send="true"
                      href="mailto:rules-dev@lists.jboss.org"
                      target="_blank">rules-dev@lists.jboss.org</a><br>
                    <a moz-do-not-send="true"
                      href="https://lists.jboss.org/mailman/listinfo/rules-dev"
                      target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a></blockquote>
                </div>
                <br>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            rules-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/rules-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div>Charles Moulliard</div>
        <div>Apache Committer / Sr. Enterprise Architect (RedHat)</div>
        <div>Twitter : @cmoulliard |&nbsp;Blog : <a moz-do-not-send="true"
            href="http://cmoulliard.blogspot.com" target="_blank">http://cmoulliard.blogspot.com</a></div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>