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

svn commit: r1329773 - /karaf/trunk/scheduler/core/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:53:59 2012
New Revision: 1329773

URL: http://svn.apache.org/viewvc?rev=1329773&view=rev
Log:
[KARAF-1383] Fix build warning messages in scheduler modules

Modified:
    karaf/trunk/scheduler/core/pom.xml

Modified: karaf/trunk/scheduler/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/scheduler/core/pom.xml?rev=1329773&r1=1329772&r2=1329773&view=diff
==============================================================================
--- karaf/trunk/scheduler/core/pom.xml (original)
+++ karaf/trunk/scheduler/core/pom.xml Tue Apr 24 14:53:59 2012
@@ -58,7 +58,6 @@
                     <instructions>
                         <Bundle-Activator>org.apache.karaf.scheduler.core.Activator</Bundle-Activator>
                         <Import-Package>
-                            !${project.artifactId}*,
                             *
                         </Import-Package>
                     </instructions>