Skip to content

Commit

Permalink
Fix osgi#54: generate -runbundles in project archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Bartlett committed Jun 6, 2018
1 parent 212f353 commit f425920
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)'

0 comments on commit f425920

Please sign in to comment.