You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2018/02/23 08:12:50 UTC

[karaf] branch master updated: [KARAF-5639] Include unix/windows resource in instance.core bundle

This is an automated email from the ASF dual-hosted git repository.

ggrzybek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new cca68d3  [KARAF-5639] Include unix/windows resource in instance.core bundle
cca68d3 is described below

commit cca68d3ad272fdbcf1ce84a69d6353c55c541db1
Author: Grzegorz Grzybek <gr...@gmail.com>
AuthorDate: Fri Feb 23 09:12:26 2018 +0100

    [KARAF-5639] Include unix/windows resource in instance.core bundle
---
 instance/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/instance/pom.xml b/instance/pom.xml
index 03f6560..c1f831f 100644
--- a/instance/pom.xml
+++ b/instance/pom.xml
@@ -188,6 +188,8 @@
                         <Private-Package>
                             org.apache.karaf.jpm,
                             org.apache.karaf.jpm.impl,
+                            org.apache.karaf.jpm.impl.unix,
+                            org.apache.karaf.jpm.impl.windows,
                             org.apache.karaf.instance.main,
                             org.apache.karaf.instance.command,
                             org.apache.karaf.instance.command.completers,

-- 
To stop receiving notification emails like this one, please contact
ggrzybek@apache.org.