From f42592080d14362cd36f3fe470caef748dfb9875 Mon Sep 17 00:00:00 2001 From: Neil Bartlett Date: Wed, 6 Jun 2018 13:40:58 +0100 Subject: [PATCH] Fix #54: generate -runbundles in project archetype --- .../__app-artifactId__/__app-artifactId__.bndrun | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archetypes/project/src/main/resources/archetype-resources/__app-artifactId__/__app-artifactId__.bndrun b/archetypes/project/src/main/resources/archetype-resources/__app-artifactId__/__app-artifactId__.bndrun index e563f27e..35327853 100644 --- a/archetypes/project/src/main/resources/archetype-resources/__app-artifactId__/__app-artifactId__.bndrun +++ b/archetypes/project/src/main/resources/archetype-resources/__app-artifactId__/__app-artifactId__.bndrun @@ -5,3 +5,6 @@ index: target/index.xml -runrequires: osgi.identity;filter:='(osgi.identity=${groupId}.${impl-artifactId})' -runfw: org.apache.felix.framework -runee: JavaSE-1.8 +-runbundles: \ + org.apache.felix.scr;version='[2.1.0,2.1.1)',\ + ${groupId}.${impl-artifactId};version='[1.0.0,1.0.1)'