SLING-5648 - Make Non-Eclipse Module regular Maven Packages

Make all module bundles lazily activated, as recommended by
Eclipse best practices.
diff --git a/shared/modules/api/bnd.bnd b/shared/modules/api/bnd.bnd
index c3a24eb..560e80b 100644
--- a/shared/modules/api/bnd.bnd
+++ b/shared/modules/api/bnd.bnd
@@ -1,3 +1,5 @@
+Bundle-ActivationPolicy: lazy
+
 -exportcontents: ${packages;VERSIONED}
 Import-Package: org.apache.commons.io;version="[1.4,3)", \
-  *
+  *
\ No newline at end of file
diff --git a/shared/modules/impl-resource/bnd.bnd b/shared/modules/impl-resource/bnd.bnd
index dbeea24..bd7875f 100644
--- a/shared/modules/impl-resource/bnd.bnd
+++ b/shared/modules/impl-resource/bnd.bnd
@@ -1 +1,2 @@
+Bundle-ActivationPolicy: lazy
 -exportcontents: ${packages;VERSIONED}
diff --git a/shared/modules/impl-vlt/bnd.bnd b/shared/modules/impl-vlt/bnd.bnd
index 0aff61c..9906412 100644
--- a/shared/modules/impl-vlt/bnd.bnd
+++ b/shared/modules/impl-vlt/bnd.bnd
@@ -1,3 +1,4 @@
+Bundle-ActivationPolicy: lazy
 -exportcontents: ${packages;VERSIONED}
 -includeresource: plugin.xml, .options
 Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true
diff --git a/shared/modules/vlt-wrapper/bnd.bnd b/shared/modules/vlt-wrapper/bnd.bnd
index 337bb25..b27c029 100644
--- a/shared/modules/vlt-wrapper/bnd.bnd
+++ b/shared/modules/vlt-wrapper/bnd.bnd
@@ -1,3 +1,5 @@
+Bundle-ActivationPolicy: lazy
+
 -exportcontents: javax.jcr,\
  javax.jcr.nodetype,\
  javax.jcr.lock,\