You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ch...@apache.org on 2015/04/08 15:56:54 UTC

karaf git commit: fix startup-issue with felix-snapshot

Repository: karaf
Updated Branches:
  refs/heads/master 989dac12c -> 51f6c2ab9


fix startup-issue with felix-snapshot


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

Branch: refs/heads/master
Commit: 51f6c2ab9781ba66242f2c33dea66760b3e75c20
Parents: 989dac1
Author: Christoph Gritschenberger <ch...@gmail.com>
Authored: Wed Apr 8 15:53:09 2015 +0200
Committer: Christoph Gritschenberger <ch...@gmail.com>
Committed: Wed Apr 8 15:53:09 2015 +0200

----------------------------------------------------------------------
 assemblies/features/base/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/51f6c2ab/assemblies/features/base/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/base/pom.xml b/assemblies/features/base/pom.xml
index b0afde1..926a240 100644
--- a/assemblies/features/base/pom.xml
+++ b/assemblies/features/base/pom.xml
@@ -143,6 +143,7 @@
                                     <groupId>org.apache.felix</groupId>
                                     <artifactId>org.apache.felix.framework</artifactId>
                                     <outputDirectory>target/classes/resources/system/org/apache/felix/org.apache.felix.framework/${felix.framework.version}</outputDirectory>
+                                    <destFileName>org.apache.felix.framework-${felix.framework.version}.jar</destFileName>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>${equinox.groupId}</groupId>