You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/27 16:45:51 UTC

svn commit: r1331445 - /karaf/trunk/assemblies/features/framework/pom.xml

Author: cschneider
Date: Fri Apr 27 14:45:51 2012
New Revision: 1331445

URL: http://svn.apache.org/viewvc?rev=1331445&view=rev
Log:
KARAF-1334 Moving the activator jar to the lib dir as it does not work from endorsed

Modified:
    karaf/trunk/assemblies/features/framework/pom.xml

Modified: karaf/trunk/assemblies/features/framework/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/pom.xml?rev=1331445&r1=1331444&r2=1331445&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/pom.xml (original)
+++ karaf/trunk/assemblies/features/framework/pom.xml Fri Apr 27 14:45:51 2012
@@ -293,7 +293,7 @@
                                 <artifactItem>
                                     <groupId>org.apache.servicemix.specs</groupId>
                                     <artifactId>org.apache.servicemix.specs.activator</artifactId>
-                                    <outputDirectory>target/classes/resources/lib/endorsed</outputDirectory>
+                                    <outputDirectory>target/classes/resources/lib</outputDirectory>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.servicemix.specs</groupId>