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:50:25 UTC

svn commit: r1329753 - /karaf/trunk/bundle/springstate/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:50:24 2012
New Revision: 1329753

URL: http://svn.apache.org/viewvc?rev=1329753&view=rev
Log:
[KARAF-1383] Fix build warning messages in bundle springstate module

Modified:
    karaf/trunk/bundle/springstate/pom.xml

Modified: karaf/trunk/bundle/springstate/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/bundle/springstate/pom.xml?rev=1329753&r1=1329752&r2=1329753&view=diff
==============================================================================
--- karaf/trunk/bundle/springstate/pom.xml (original)
+++ karaf/trunk/bundle/springstate/pom.xml Tue Apr 24 14:50:24 2012
@@ -102,11 +102,11 @@
                         <Export-Package>
                         </Export-Package>
                         <Import-Package>
-                            !org.apache.karaf.bundle.springstate,
                             org.apache.felix.service.command;status=provisional,
-                             *</Import-Package>
+                             *
+                        </Import-Package>
                         <Private-Package>
-                            org.apache.karaf.bundle.springstateservice
+                            org.apache.karaf.bundle.springstate
                         </Private-Package>
                     </instructions>
                 </configuration>