You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by an...@apache.org on 2014/01/05 10:51:26 UTC

git commit: [KARAF-2669] - Command Archetype uses private-package !* which leads to an empty bundle

Updated Branches:
  refs/heads/master 7bba56d4c -> 1b414a03c


[KARAF-2669] - Command Archetype uses private-package !* which leads to
an empty bundle

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1b414a03
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1b414a03
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/1b414a03

Branch: refs/heads/master
Commit: 1b414a03c1d014ac45fdf37d2b3b7ec8f17869b4
Parents: 7bba56d
Author: anierbeck <bc...@googlemail.com>
Authored: Sun Jan 5 10:50:54 2014 +0100
Committer: anierbeck <bc...@googlemail.com>
Committed: Sun Jan 5 10:50:54 2014 +0100

----------------------------------------------------------------------
 archetypes/command/src/main/resources/archetype-resources/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/1b414a03/archetypes/command/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/command/src/main/resources/archetype-resources/pom.xml b/archetypes/command/src/main/resources/archetype-resources/pom.xml
index 31a28bd..69b9e89 100644
--- a/archetypes/command/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/command/src/main/resources/archetype-resources/pom.xml
@@ -87,7 +87,6 @@
                             org.apache.karaf.shell.console,
                             *
                         </Import-Package>
-                        <Private-Package>!*</Private-Package>
                     </instructions>
                 </configuration>
             </plugin>