diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b58c822 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +target/ +.settings/ +.project +.classpath diff --git a/consumer-bundle/consumer-bundle.launch b/consumer-bundle/consumer-bundle.launch new file mode 100644 index 0000000..997d30c --- /dev/null +++ b/consumer-bundle/consumer-bundle.launch @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/service-bundle-tests/service-bundle-tests.launch b/service-bundle-tests/service-bundle-tests.launch new file mode 100644 index 0000000..13ccbc4 --- /dev/null +++ b/service-bundle-tests/service-bundle-tests.launch @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/service-bundle/META-INF/MANIFEST.MF b/service-bundle/META-INF/MANIFEST.MF index ce7febe..8529147 100644 --- a/service-bundle/META-INF/MANIFEST.MF +++ b/service-bundle/META-INF/MANIFEST.MF @@ -6,4 +6,5 @@ Bundle-Activator: org.example.osgi.svc.impl.Activator Import-Package: org.example.osgi.svc;version="[1.0.0,2.0.0)", org.osgi.framework;version="[1.5.0,2.0.0)" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-ActivationPolicy: lazy