[rules-dev] Pull requests for Drools-49 = OSGI & Apache Karaf

Charles Moulliard ch007m at gmail.com
Sat Feb 23 05:00:07 EST 2013


I have only added

<packaging>bundle</packaging>

and modify or add this plugin

            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <version>${maven-felix-plugin.version}</version>
                <executions>
                    <execution>
                        <id>manifest</id>
                        <phase>process-classes</phase>
                        <goals>
                            <goal>manifest</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <manifestLocation>META-INF</manifestLocation>
                    <instructions>

<Bundle-SymbolicName>org.drools.camel</Bundle-SymbolicName>
                        <Import-Package>
                            !org.drools.camel.component,
                            !org.drools.jax.rs,
                            !org.drools.jax.soap,
                            *
                        </Import-Package>
                        <Export-Package>
                            org.drools.camel.component,
                            org.drools.jax.rs,
                            org.drools.jax.soap
                        </Export-Package>
                        <!--
<DynamicImport-Package>*</DynamicImport-Package> -->
                    </instructions>
                </configuration>
            </plugin>



On Fri, Feb 22, 2013 at 10:40 PM, Mark Proctor <mproctor at codehaus.org>wrote:

> 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.
>
> Mark
> On 22 Feb 2013, at 17:33, Charles Moulliard <ch007m at gmail.com> wrote:
>
> Hi,
>
> Can somebody has a look on the following pull requests that I send to
> allow to deploy Drools (https://issues.jboss.org/browse/DROOLS-49) on
> Apache Karaf :
>
> https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/pull/26
> https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/31
> https://github.com/droolsjbpm/droolsjbpm-integration/pull/44
> https://github.com/droolsjbpm/drools/pull/177
>
>
> Regards,
> --
> Charles Moulliard
> Apache Committer / Sr. Enterprise Architect (RedHat)
> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>
>  _______________________________________________
> rules-dev mailing list
> rules-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev
>
>
>
> _______________________________________________
> rules-dev mailing list
> rules-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev
>



-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20130223/9dc6d762/attachment-0001.html 


More information about the rules-dev mailing list