You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/10/18 21:27:10 UTC

svn commit: r1709303 - /sling/whiteboard/olli/settings/common/pom.xml

Author: olli
Date: Sun Oct 18 19:27:10 2015
New Revision: 1709303

URL: http://svn.apache.org/viewvc?rev=1709303&view=rev
Log:
add import instructions

Modified:
    sling/whiteboard/olli/settings/common/pom.xml

Modified: sling/whiteboard/olli/settings/common/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/olli/settings/common/pom.xml?rev=1709303&r1=1709302&r2=1709303&view=diff
==============================================================================
--- sling/whiteboard/olli/settings/common/pom.xml (original)
+++ sling/whiteboard/olli/settings/common/pom.xml Sun Oct 18 19:27:10 2015
@@ -64,6 +64,15 @@
                         <Bundle-DocURL>
                             http://sling.apache.org/documentation/bundles/sling-settings-orgapacheslingsettings.html
                         </Bundle-DocURL>
+                        <DynamicImport-Package>
+                            org.osgi.service.cm,
+                            org.apache.felix.shell
+                        </DynamicImport-Package>
+                        <Import-Package>
+                            org.osgi.service.cm;resolution:=optional,
+                            org.apache.felix.shell;resolution:=optional, 
+                            *
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>